ae387e62d6b5217953fc6cb8686db8fe7febbb94
[VSoRC/.git] / node_modules / depd / package.json
1 {
2   "_from": "depd@~1.1.2",
3   "_id": "depd@1.1.2",
4   "_inBundle": false,
5   "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
6   "_location": "/depd",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "depd@~1.1.2",
12     "name": "depd",
13     "escapedName": "depd",
14     "rawSpec": "~1.1.2",
15     "saveSpec": null,
16     "fetchSpec": "~1.1.2"
17   },
18   "_requiredBy": [
19     "/body-parser",
20     "/express",
21     "/http-errors",
22     "/send"
23   ],
24   "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
25   "_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
26   "_spec": "depd@~1.1.2",
27   "_where": "/home/josuer08/Documents/web/node_modules/express",
28   "author": {
29     "name": "Douglas Christopher Wilson",
30     "email": "doug@somethingdoug.com"
31   },
32   "browser": "lib/browser/index.js",
33   "bugs": {
34     "url": "https://github.com/dougwilson/nodejs-depd/issues"
35   },
36   "bundleDependencies": false,
37   "deprecated": false,
38   "description": "Deprecate all the things",
39   "devDependencies": {
40     "beautify-benchmark": "0.2.4",
41     "benchmark": "2.1.4",
42     "eslint": "3.19.0",
43     "eslint-config-standard": "7.1.0",
44     "eslint-plugin-markdown": "1.0.0-beta.7",
45     "eslint-plugin-promise": "3.6.0",
46     "eslint-plugin-standard": "3.0.1",
47     "istanbul": "0.4.5",
48     "mocha": "~1.21.5"
49   },
50   "engines": {
51     "node": ">= 0.6"
52   },
53   "files": [
54     "lib/",
55     "History.md",
56     "LICENSE",
57     "index.js",
58     "Readme.md"
59   ],
60   "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
61   "keywords": [
62     "deprecate",
63     "deprecated"
64   ],
65   "license": "MIT",
66   "name": "depd",
67   "repository": {
68     "type": "git",
69     "url": "git+https://github.com/dougwilson/nodejs-depd.git"
70   },
71   "scripts": {
72     "bench": "node benchmark/index.js",
73     "lint": "eslint --plugin markdown --ext js,md .",
74     "test": "mocha --reporter spec --bail test/",
75     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
76     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
77   },
78   "version": "1.1.2"
79 }