You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.7 KiB

6 years ago
{
"_args": [
[
"flagged-respawn@^1.0.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/liftoff"
]
],
"_from": "flagged-respawn@>=1.0.0 <2.0.0",
"_id": "flagged-respawn@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/flagged-respawn",
"_nodeVersion": "0.10.48",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/flagged-respawn-1.0.0.tgz_1513468186583_0.7541352626867592"
},
"_npmUser": {
"email": "blaine.bublitz@gmail.com",
"name": "phated"
},
"_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"name": "flagged-respawn",
"raw": "flagged-respawn@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/liftoff"
],
"_resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.0.tgz",
"_shasum": "4e79ae9b2eb38bf86b3bb56bf3e0a56aa5fcabd7",
"_shrinkwrap": null,
"_spec": "flagged-respawn@^1.0.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/liftoff",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"bugs": {
"url": "https://github.com/js-cli/js-flagged-respawn/issues"
},
"dependencies": {},
"description": "A tool for respawning node binaries when special flags are present.",
"devDependencies": {
"chai": "^3.5.0",
"jscs": "^3.0.7",
"jshint": "^2.9.5",
"mocha": "^3.5.3",
"nyc": "^11.3.0",
"v8flags": "^3.0.1"
},
"directories": {},
"dist": {
"shasum": "4e79ae9b2eb38bf86b3bb56bf3e0a56aa5fcabd7",
"tarball": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.0.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"index.js",
"lib/"
],
"gitHead": "81d23e8973c7f2c69dccf313a320628bd068a721",
"homepage": "https://github.com/js-cli/js-flagged-respawn",
"keywords": [
"respawn flags"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "blaine.bublitz@gmail.com",
"name": "phated"
},
{
"email": "bertrand.marron@gmail.com",
"name": "tusbar"
},
{
"email": "tyler@sleekcode.net",
"name": "tkellen"
}
],
"name": "flagged-respawn",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/js-cli/js-flagged-respawn.git"
},
"scripts": {
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
"lint": "jshint index.js lib/ && jscs index.js lib/",
"nospawn": "node test/bin/respawner test",
"respawn": "node test/bin/respawner --harmony test",
"test": "npm run lint && mocha -R spec test"
},
"version": "1.0.0"
}