123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "flagged-respawn@0.3.2",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "flagged-respawn@0.3.2",
- "_id": "flagged-respawn@0.3.2",
- "_inBundle": false,
- "_integrity": "sha1-/xke3c1wiKZ1smEP/8l2vpuAdLU=",
- "_location": "/flagged-respawn",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "flagged-respawn@0.3.2",
- "name": "flagged-respawn",
- "escapedName": "flagged-respawn",
- "rawSpec": "0.3.2",
- "saveSpec": null,
- "fetchSpec": "0.3.2"
- },
- "_requiredBy": [
- "/liftoff"
- ],
- "_resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz",
- "_spec": "0.3.2",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "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": "~1.9.1",
- "mocha": "~1.21.4",
- "v8flags": "~1.0.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "homepage": "https://github.com/js-cli/js-flagged-respawn",
- "keywords": [
- "respawn flags"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/js-cli/js-flagged-respawn/blob/master/LICENSE"
- }
- ],
- "main": "index.js",
- "name": "flagged-respawn",
- "repository": {
- "type": "git",
- "url": "git://github.com/js-cli/js-flagged-respawn.git"
- },
- "scripts": {
- "nospawn": "node test/bin/respawner test",
- "respawn": "node test/bin/respawner --harmony test",
- "test": "mocha -R spec test"
- },
- "version": "0.3.2"
- }
|