Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50654 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "depd@~1.1.0",
6
"scope": null,
7
"escapedName": "depd",
8
"name": "depd",
9
"rawSpec": "~1.1.0",
10
"spec": ">=1.1.0 <1.2.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/body-parser"
14
]
15
],
16
"_from": "depd@>=1.1.0 <1.2.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/depd",
21
"_npmUser": {
22
"name": "dougwilson",
23
"email": "[email protected]"
24
},
25
"_npmVersion": "1.4.28",
26
"_phantomChildren": {},
27
"_requested": {
28
"raw": "depd@~1.1.0",
29
"scope": null,
30
"escapedName": "depd",
31
"name": "depd",
32
"rawSpec": "~1.1.0",
33
"spec": ">=1.1.0 <1.2.0",
34
"type": "range"
35
},
36
"_requiredBy": [
37
"/body-parser",
38
"/express",
39
"/http-errors",
40
"/send"
41
],
42
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
43
"_shasum": "e1bd82c6aab6ced965b97b88b17ed3e528ca18c3",
44
"_shrinkwrap": null,
45
"_spec": "depd@~1.1.0",
46
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/body-parser",
47
"author": {
48
"name": "Douglas Christopher Wilson",
49
"email": "[email protected]"
50
},
51
"browser": "lib/browser/index.js",
52
"bugs": {
53
"url": "https://github.com/dougwilson/nodejs-depd/issues"
54
},
55
"dependencies": {},
56
"description": "Deprecate all the things",
57
"devDependencies": {
58
"beautify-benchmark": "0.2.4",
59
"benchmark": "1.0.0",
60
"istanbul": "0.3.5",
61
"mocha": "~1.21.5"
62
},
63
"directories": {},
64
"dist": {
65
"shasum": "e1bd82c6aab6ced965b97b88b17ed3e528ca18c3",
66
"tarball": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz"
67
},
68
"engines": {
69
"node": ">= 0.6"
70
},
71
"files": [
72
"lib/",
73
"History.md",
74
"LICENSE",
75
"index.js",
76
"Readme.md"
77
],
78
"gitHead": "78c659de20283e3a6bee92bda455e6daff01686a",
79
"homepage": "https://github.com/dougwilson/nodejs-depd",
80
"keywords": [
81
"deprecate",
82
"deprecated"
83
],
84
"license": "MIT",
85
"maintainers": [
86
{
87
"name": "dougwilson",
88
"email": "[email protected]"
89
}
90
],
91
"name": "depd",
92
"optionalDependencies": {},
93
"readme": "ERROR: No README data found!",
94
"repository": {
95
"type": "git",
96
"url": "git+https://github.com/dougwilson/nodejs-depd.git"
97
},
98
"scripts": {
99
"bench": "node benchmark/index.js",
100
"test": "mocha --reporter spec --bail test/",
101
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
102
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
103
},
104
"version": "1.1.0"
105
}
106
107