123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "liftoff@~2.2.0",
- "_id": "liftoff@2.2.5",
- "_inBundle": false,
- "_integrity": "sha1-mYwods/0hLED5EI7k9NW2kRzTJE=",
- "_location": "/liftoff",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "liftoff@~2.2.0",
- "name": "liftoff",
- "escapedName": "liftoff",
- "rawSpec": "~2.2.0",
- "saveSpec": null,
- "fetchSpec": "~2.2.0"
- },
- "_requiredBy": [
- "/knex"
- ],
- "_resolved": "http://registry.npm.taobao.org/liftoff/download/liftoff-2.2.5.tgz",
- "_shasum": "998c2876cff484b103e4423b93d356da44734c91",
- "_spec": "liftoff@~2.2.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\knex",
- "author": {
- "name": "Tyler Kellen",
- "url": "http://goingslowly.com/"
- },
- "bugs": {
- "url": "https://github.com/js-cli/js-liftoff/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "extend": "^3.0.0",
- "findup-sync": "^0.4.2",
- "flagged-respawn": "^0.3.2",
- "rechoir": "^0.6.2",
- "resolve": "^1.1.7"
- },
- "deprecated": false,
- "description": "Launch your command line tool with ease.",
- "devDependencies": {
- "chai": "^3.5.0",
- "coffee-script": "^1.10.0",
- "istanbul": "^0.4.3",
- "jscs": "^2.11.0",
- "jshint": "^2.9.2",
- "mocha": "^2.4.5",
- "sinon": "~1.17.4"
- },
- "engines": {
- "node": ">= 0.8"
- },
- "homepage": "https://github.com/js-cli/js-liftoff",
- "keywords": [
- "command line"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "liftoff",
- "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.2.5"
- }
|