package.json
1.3 KB
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
{
"_from": "noptify@latest",
"_id": "noptify@0.0.3",
"_inBundle": false,
"_integrity": "sha1-WPZUpz2XU98MUdlobckhBKZ/S7s=",
"_location": "/noptify",
"_phantomChildren": {
"abbrev": "1.1.1"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "noptify@latest",
"name": "noptify",
"escapedName": "noptify",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"/tiny-lr"
],
"_resolved": "https://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz",
"_shasum": "58f654a73d9753df0c51d9686dc92104a67f4bbb",
"_spec": "noptify@latest",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\tiny-lr",
"author": {
"name": "mklabs"
},
"bugs": {
"url": "https://github.com/mklabs/noptify/issues"
},
"bundleDependencies": false,
"dependencies": {
"nopt": "~2.0.0"
},
"deprecated": false,
"description": "nopt wrapper with commander-like API",
"devDependencies": {
"mocha": "~1.8.1"
},
"homepage": "https://github.com/mklabs/noptify#readme",
"name": "noptify",
"repository": {
"type": "git",
"url": "git://github.com/mklabs/noptify.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "0.0.3"
}