package.json
1.33 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
{
"_from": "with@~4.0.0",
"_id": "with@4.0.3",
"_inBundle": false,
"_integrity": "sha1-7v0VTp550sjTQXtkeo8U2f7M4U4=",
"_location": "/with",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "with@~4.0.0",
"name": "with",
"escapedName": "with",
"rawSpec": "~4.0.0",
"saveSpec": null,
"fetchSpec": "~4.0.0"
},
"_requiredBy": [
"/jade"
],
"_resolved": "https://registry.npmjs.org/with/-/with-4.0.3.tgz",
"_shasum": "eefd154e9e79d2c8d3417b647a8f14d9fecce14e",
"_spec": "with@~4.0.0",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk\\node_modules\\jade",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/with/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn": "^1.0.1",
"acorn-globals": "^1.0.3"
},
"deprecated": false,
"description": "Compile time `with` for strict mode JavaScript",
"devDependencies": {
"mocha": "~1.12.0",
"uglify-js": "^2.4.15"
},
"homepage": "https://github.com/ForbesLindesay/with#readme",
"license": "MIT",
"main": "index.js",
"name": "with",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/with.git"
},
"scripts": {
"test": "mocha test/index.js -R spec"
},
"version": "4.0.3"
}