Initial commit
[yaffs-website] / node_modules / depd / package.json
1 {
2   "_args": [
3     [
4       "depd@~1.1.0",
5       "/var/www/yaffs/node_modules/body-parser"
6     ]
7   ],
8   "_from": "depd@>=1.1.0 <1.2.0",
9   "_id": "depd@1.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/depd",
13   "_npmUser": {
14     "email": "doug@somethingdoug.com",
15     "name": "dougwilson"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "depd",
21     "raw": "depd@~1.1.0",
22     "rawSpec": "~1.1.0",
23     "scope": null,
24     "spec": ">=1.1.0 <1.2.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/body-parser"
29   ],
30   "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
31   "_shasum": "e1bd82c6aab6ced965b97b88b17ed3e528ca18c3",
32   "_shrinkwrap": null,
33   "_spec": "depd@~1.1.0",
34   "_where": "/var/www/yaffs/node_modules/body-parser",
35   "author": {
36     "email": "doug@somethingdoug.com",
37     "name": "Douglas Christopher Wilson"
38   },
39   "browser": "lib/browser/index.js",
40   "bugs": {
41     "url": "https://github.com/dougwilson/nodejs-depd/issues"
42   },
43   "dependencies": {},
44   "description": "Deprecate all the things",
45   "devDependencies": {
46     "beautify-benchmark": "0.2.4",
47     "benchmark": "1.0.0",
48     "istanbul": "0.3.5",
49     "mocha": "~1.21.5"
50   },
51   "directories": {},
52   "dist": {
53     "shasum": "e1bd82c6aab6ced965b97b88b17ed3e528ca18c3",
54     "tarball": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz"
55   },
56   "engines": {
57     "node": ">= 0.6"
58   },
59   "files": [
60     "History.md",
61     "LICENSE",
62     "Readme.md",
63     "index.js",
64     "lib/"
65   ],
66   "gitHead": "78c659de20283e3a6bee92bda455e6daff01686a",
67   "homepage": "https://github.com/dougwilson/nodejs-depd",
68   "keywords": [
69     "deprecate",
70     "deprecated"
71   ],
72   "license": "MIT",
73   "maintainers": [
74     {
75       "name": "dougwilson",
76       "email": "doug@somethingdoug.com"
77     }
78   ],
79   "name": "depd",
80   "optionalDependencies": {},
81   "readme": "ERROR: No README data found!",
82   "repository": {
83     "type": "git",
84     "url": "git+https://github.com/dougwilson/nodejs-depd.git"
85   },
86   "scripts": {
87     "bench": "node benchmark/index.js",
88     "test": "mocha --reporter spec --bail test/",
89     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
90     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
91   },
92   "version": "1.1.0"
93 }