1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
| {
| "_from": "liftoff@^2.5.0",
| "_id": "liftoff@2.5.0",
| "_inBundle": false,
| "_integrity": "sha512-01zfGFqfORP1CGmZZP2Zn51zsqz4RltDi0RDOhbGoLYdUT5Lw+I2gX6QdwXhPITF6hPOHEOp+At6/L24hIg9WQ==",
| "_location": "/liftoff",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "liftoff@^2.5.0",
| "name": "liftoff",
| "escapedName": "liftoff",
| "rawSpec": "^2.5.0",
| "saveSpec": null,
| "fetchSpec": "^2.5.0"
| },
| "_requiredBy": [
| "/plop"
| ],
| "_resolved": "https://registry.npmmirror.com/liftoff/-/liftoff-2.5.0.tgz",
| "_shasum": "2009291bb31cea861bbf10a7c15a28caf75c31ec",
| "_spec": "liftoff@^2.5.0",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\plop",
| "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": "^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"
| },
| "deprecated": false,
| "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"
| }
|
|