105 lines
2.7 KiB
JSON
105 lines
2.7 KiB
JSON
|
{
|
||
|
"_from": "liftoff@^3.1.0",
|
||
|
"_id": "liftoff@3.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==",
|
||
|
"_location": "/liftoff",
|
||
|
"_phantomChildren": {
|
||
|
"arr-flatten": "1.1.0",
|
||
|
"assign-symbols": "1.0.0",
|
||
|
"debug": "2.6.9",
|
||
|
"define-property": "2.0.2",
|
||
|
"fragment-cache": "0.2.1",
|
||
|
"homedir-polyfill": "1.0.1",
|
||
|
"ini": "1.3.4",
|
||
|
"is-buffer": "1.1.5",
|
||
|
"is-extendable": "0.1.1",
|
||
|
"is-plain-object": "2.0.4",
|
||
|
"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",
|
||
|
"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",
|
||
|
"which": "1.3.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "liftoff@^3.1.0",
|
||
|
"name": "liftoff",
|
||
|
"escapedName": "liftoff",
|
||
|
"rawSpec": "^3.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^3.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gulp-cli"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-3.1.0.tgz",
|
||
|
"_shasum": "c9ba6081f908670607ee79062d700df062c52ed3",
|
||
|
"_spec": "liftoff@^3.1.0",
|
||
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/gulp-cli",
|
||
|
"author": {
|
||
|
"name": "Tyler Kellen",
|
||
|
"url": "http://goingslowly.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/js-cli/js-liftoff/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [],
|
||
|
"dependencies": {
|
||
|
"extend": "^3.0.0",
|
||
|
"findup-sync": "^3.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"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Launch your command line tool with ease.",
|
||
|
"devDependencies": {
|
||
|
"chai": "^3.5.0",
|
||
|
"coffeescript": "^1.10.0",
|
||
|
"eslint": "^2.13.1",
|
||
|
"eslint-config-gulp": "^3.0.1",
|
||
|
"mocha": "^3.5.3",
|
||
|
"nyc": "^13.3.0",
|
||
|
"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",
|
||
|
"legacy-test": "mocha -t 5000 -b -R spec test/launch",
|
||
|
"pretest": "eslint .",
|
||
|
"test": "mocha -t 5000 -b -R spec test/index && npm run legacy-test"
|
||
|
},
|
||
|
"version": "3.1.0"
|
||
|
}
|