aboutsummaryrefslogtreecommitdiff
path: root/node_modules/liftoff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/liftoff
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/liftoff')
-rw-r--r--node_modules/liftoff/package.json124
1 files changed, 26 insertions, 98 deletions
diff --git a/node_modules/liftoff/package.json b/node_modules/liftoff/package.json
index f79681b4a..aa828ded3 100644
--- a/node_modules/liftoff/package.json
+++ b/node_modules/liftoff/package.json
@@ -1,69 +1,27 @@
{
- "_args": [
- [
- {
- "raw": "liftoff@^2.1.0",
- "scope": null,
- "escapedName": "liftoff",
- "name": "liftoff",
- "rawSpec": "^2.1.0",
- "spec": ">=2.1.0 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp"
- ]
- ],
- "_from": "liftoff@>=2.1.0 <3.0.0",
- "_id": "liftoff@2.3.0",
- "_inCache": true,
- "_location": "/liftoff",
- "_nodeVersion": "0.10.41",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/liftoff-2.3.0.tgz_1469646196567_0.8871160212438554"
- },
- "_npmUser": {
- "name": "phated",
- "email": "blaine.bublitz@gmail.com"
- },
- "_npmVersion": "2.15.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "liftoff@^2.1.0",
- "scope": null,
- "escapedName": "liftoff",
- "name": "liftoff",
- "rawSpec": "^2.1.0",
- "spec": ">=2.1.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp"
- ],
- "_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz",
- "_shasum": "a98f2ff67183d8ba7cfaca10548bd7ff0550b385",
- "_shrinkwrap": null,
- "_spec": "liftoff@^2.1.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp",
+ "name": "liftoff",
+ "description": "Launch your command line tool with ease.",
+ "version": "2.3.0",
+ "homepage": "https://github.com/js-cli/js-liftoff",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/js-cli/js-liftoff.git"
+ },
"bugs": {
"url": "https://github.com/js-cli/js-liftoff/issues"
},
- "dependencies": {
- "extend": "^3.0.0",
- "findup-sync": "^0.4.2",
- "fined": "^1.0.1",
- "flagged-respawn": "^0.3.2",
- "lodash.isplainobject": "^4.0.4",
- "lodash.isstring": "^4.0.1",
- "lodash.mapvalues": "^4.4.0",
- "rechoir": "^0.6.2",
- "resolve": "^1.1.7"
+ "license": "MIT",
+ "main": "index.js",
+ "engines": {
+ "node": ">= 0.8"
+ },
+ "scripts": {
+ "test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
},
- "description": "Launch your command line tool with ease.",
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
@@ -73,48 +31,18 @@
"mocha": "^2.4.5",
"sinon": "~1.17.4"
},
- "directories": {},
- "dist": {
- "shasum": "a98f2ff67183d8ba7cfaca10548bd7ff0550b385",
- "tarball": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz"
- },
- "engines": {
- "node": ">= 0.8"
- },
- "gitHead": "be40ec3a3fa5854b4ab496a97f3d5877bf747b0b",
- "homepage": "https://github.com/js-cli/js-liftoff",
"keywords": [
"command line"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- {
- "name": "phated",
- "email": "blaine.bublitz@gmail.com"
- },
- {
- "name": "tkellen",
- "email": "tyler@sleekcode.net"
- },
- {
- "name": "tusbar",
- "email": "bertrand.marron@gmail.com"
- }
- ],
- "name": "liftoff",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/js-cli/js-liftoff.git"
- },
- "scripts": {
- "test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
- },
- "version": "2.3.0"
+ "dependencies": {
+ "extend": "^3.0.0",
+ "findup-sync": "^0.4.2",
+ "fined": "^1.0.1",
+ "flagged-respawn": "^0.3.2",
+ "lodash.isplainobject": "^4.0.4",
+ "lodash.isstring": "^4.0.1",
+ "lodash.mapvalues": "^4.4.0",
+ "rechoir": "^0.6.2",
+ "resolve": "^1.1.7"
+ }
}