File: /var/www/zaklada/html/node_modules/flagged-respawn/package.json
{
"_args": [
[
"flagged-respawn@1.0.0",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "flagged-respawn@1.0.0",
"_id": "flagged-respawn@1.0.0",
"_inBundle": false,
"_integrity": "sha1-Tnmumy6zi/hrO7Vr8+ClaqX8q9c=",
"_location": "/flagged-respawn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "flagged-respawn@1.0.0",
"name": "flagged-respawn",
"escapedName": "flagged-respawn",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/liftoff"
],
"_resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"bugs": {
"url": "https://github.com/js-cli/js-flagged-respawn/issues"
},
"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"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"index.js",
"lib/"
],
"homepage": "https://github.com/js-cli/js-flagged-respawn",
"keywords": [
"respawn flags"
],
"license": "MIT",
"main": "index.js",
"name": "flagged-respawn",
"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"
}