blob: 1ee25f92fb5b0e6ab40e0fe0c88b1209af575fcf [file] [log] [blame]
{
"_args": [
[
"liftoff@2.5.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "liftoff@2.5.0",
"_id": "liftoff@2.5.0",
"_inBundle": false,
"_integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=",
"_location": "/liftoff",
"_phantomChildren": {
"arr-flatten": "1.1.0",
"define-property": "2.0.2",
"detect-file": "1.0.0",
"extend-shallow": "3.0.2",
"fragment-cache": "0.2.1",
"is-buffer": "1.1.6",
"is-extendable": "0.1.1",
"ms": "2.0.0",
"nanomatch": "1.2.13",
"object.pick": "1.3.0",
"posix-character-classes": "0.1.1",
"regex-not": "1.0.2",
"repeat-element": "1.1.2",
"repeat-string": "1.6.1",
"resolve-dir": "1.0.1",
"snapdragon": "0.8.2",
"snapdragon-node": "2.1.1",
"split-string": "3.1.0",
"to-regex": "3.0.2",
"to-regex-range": "2.1.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "liftoff@2.5.0",
"name": "liftoff",
"escapedName": "liftoff",
"rawSpec": "2.5.0",
"saveSpec": null,
"fetchSpec": "2.5.0"
},
"_requiredBy": [
"/grunt-cli"
],
"_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz",
"_spec": "2.5.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"bugs": {
"url": "https://github.com/js-cli/js-liftoff/issues"
},
"contributors": [],
"dependencies": {
"extend": "^3.0.0",
"findup-sync": "^2.0.0",
"fined": "^1.0.1",
"flagged-respawn": "^1.0.0",
"is-plain-object": "^2.0.4",
"object.map": "^1.0.0",
"rechoir": "^0.6.2",
"resolve": "^1.1.7"
},
"description": "Launch your command line tool with ease.",
"devDependencies": {
"chai": "^3.5.0",
"coffeescript": "^1.10.0",
"jscs": "^3.0.7",
"jshint": "^2.9.2",
"mocha": "^3.5.3",
"nyc": "^11.2.1",
"sinon": "~1.17.4"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"index.js",
"lib",
"LICENSE"
],
"homepage": "https://github.com/js-cli/js-liftoff#readme",
"keywords": [
"command line"
],
"license": "MIT",
"main": "index.js",
"name": "liftoff",
"repository": {
"type": "git",
"url": "git+https://github.com/js-cli/js-liftoff.git"
},
"scripts": {
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
"test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
},
"version": "2.5.0"
}