| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "flagged-respawn@^1.0.0", |
| 3 | "_id": "flagged-respawn@1.0.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==", |
| 6 | "_location": "/flagged-respawn", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "flagged-respawn@^1.0.0", |
| 12 | "name": "flagged-respawn", |
| 13 | "escapedName": "flagged-respawn", |
| 14 | "rawSpec": "^1.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/liftoff" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz", |
| 22 | "_shasum": "e7de6f1279ddd9ca9aac8a5971d618606b3aab41", |
| 23 | "_spec": "flagged-respawn@^1.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\liftoff", |
| 25 | "author": { |
| 26 | "name": "Gulp Team", |
| 27 | "email": "team@gulpjs.com", |
| 28 | "url": "http://gulpjs.com/" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/gulpjs/flagged-respawn/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "contributors": [ |
| 35 | { |
| 36 | "name": "Takayuki Sato", |
| 37 | "email": "sttk.xslet@gmail.com" |
| 38 | }, |
| 39 | { |
| 40 | "name": "Bertrand Marron", |
| 41 | "email": "bertrand.marron@ionisx.com" |
| 42 | }, |
| 43 | { |
| 44 | "name": "Tyler Kellen", |
| 45 | "email": "tyler@sleekcode.net" |
| 46 | }, |
| 47 | { |
| 48 | "name": "Blaine Bublitz", |
| 49 | "email": "blaine.bublitz@gmail.com" |
| 50 | } |
| 51 | ], |
| 52 | "dependencies": {}, |
| 53 | "deprecated": false, |
| 54 | "description": "A tool for respawning node binaries when special flags are present.", |
| 55 | "devDependencies": { |
| 56 | "eslint": "^2.13.0", |
| 57 | "eslint-config-gulp": "^3.0.1", |
| 58 | "expect": "^1.20.2", |
| 59 | "istanbul": "^0.4.3", |
| 60 | "istanbul-coveralls": "^1.0.3", |
| 61 | "mocha": "^3.5.3", |
| 62 | "nyc": "^11.3.0", |
| 63 | "v8flags": "^3.0.1" |
| 64 | }, |
| 65 | "engines": { |
| 66 | "node": ">= 0.10" |
| 67 | }, |
| 68 | "files": [ |
| 69 | "index.js", |
| 70 | "lib/", |
| 71 | "LICENSE" |
| 72 | ], |
| 73 | "homepage": "https://github.com/gulpjs/flagged-respawn#readme", |
| 74 | "keywords": [ |
| 75 | "respawn", |
| 76 | "flags" |
| 77 | ], |
| 78 | "license": "MIT", |
| 79 | "main": "index.js", |
| 80 | "name": "flagged-respawn", |
| 81 | "repository": { |
| 82 | "type": "git", |
| 83 | "url": "git+https://github.com/gulpjs/flagged-respawn.git" |
| 84 | }, |
| 85 | "scripts": { |
| 86 | "cover": "nyc --reporter=lcov --reporter=text-summary npm test", |
| 87 | "coveralls": "npm run cover && istanbul-coveralls", |
| 88 | "lint": "eslint .", |
| 89 | "nospawn": "node test/bin/respawner test", |
| 90 | "pretest": "npm run lint", |
| 91 | "respawn": "node test/bin/respawner --harmony test", |
| 92 | "test": "mocha --async-only" |
| 93 | }, |
| 94 | "version": "1.0.1" |
| 95 | } |