package.json
1.97 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
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
80
81
{
"_args": [
[
"with@^5.0.0",
"/root/nodejs/myapp/node_modules/pug-code-gen"
]
],
"_from": "with@>=5.0.0 <6.0.0",
"_id": "with@5.1.1",
"_inCache": true,
"_installable": true,
"_location": "/with",
"_nodeVersion": "5.10.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/with-5.1.1.tgz_1465002459935_0.3367472938261926"
},
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "3.8.3",
"_phantomChildren": {},
"_requested": {
"name": "with",
"raw": "with@^5.0.0",
"rawSpec": "^5.0.0",
"scope": null,
"spec": ">=5.0.0 <6.0.0",
"type": "range"
},
"_requiredBy": [
"/pug-code-gen"
],
"_resolved": "https://registry.npmjs.org/with/-/with-5.1.1.tgz",
"_shasum": "fa4daa92daf32c4ea94ed453c81f04686b575dfe",
"_shrinkwrap": null,
"_spec": "with@^5.0.0",
"_where": "/root/nodejs/myapp/node_modules/pug-code-gen",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/pugjs/with/issues"
},
"dependencies": {
"acorn": "^3.1.0",
"acorn-globals": "^3.0.0"
},
"description": "Compile time `with` for strict mode JavaScript",
"devDependencies": {
"mocha": "~2.5.3",
"uglify-js": "^2.4.15"
},
"directories": {},
"dist": {
"shasum": "fa4daa92daf32c4ea94ed453c81f04686b575dfe",
"tarball": "https://registry.npmjs.org/with/-/with-5.1.1.tgz"
},
"gitHead": "f82a273663f5fbbd6d8f48109ed6150a5382b7df",
"homepage": "https://github.com/pugjs/with#readme",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
"name": "with",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/with.git"
},
"scripts": {
"test": "mocha test/index.js -R spec"
},
"version": "5.1.1"
}