Files: 1f9a3fcaa6f6fa4a3ad0a219f6df1a476588f6d5 / node_modules / util-deprecate / package.json
1515 bytesRaw
1 | { |
2 | "_args": [ |
3 | [ |
4 | "util-deprecate@1.0.2", |
5 | "/home/cel/src/ssb-npm-registry" |
6 | ] |
7 | ], |
8 | "_from": "util-deprecate@1.0.2", |
9 | "_id": "util-deprecate@1.0.2", |
10 | "_inBundle": false, |
11 | "_integrity": "sha256-eaHemDwbOTGAxHRW1rc8qrJ4oA6m431cZnXy3N7Co+U=", |
12 | "_location": "/util-deprecate", |
13 | "_phantomChildren": {}, |
14 | "_requested": { |
15 | "type": "version", |
16 | "registry": true, |
17 | "raw": "util-deprecate@1.0.2", |
18 | "name": "util-deprecate", |
19 | "escapedName": "util-deprecate", |
20 | "rawSpec": "1.0.2", |
21 | "saveSpec": null, |
22 | "fetchSpec": "1.0.2" |
23 | }, |
24 | "_requiredBy": [ |
25 | "/readable-stream" |
26 | ], |
27 | "_resolved": "http://localhost:8989/blobs/get/&eaHemDwbOTGAxHRW1rc8qrJ4oA6m431cZnXy3N7Co+U=.sha256", |
28 | "_spec": "1.0.2", |
29 | "_where": "/home/cel/src/ssb-npm-registry", |
30 | "author": { |
31 | "name": "Nathan Rajlich", |
32 | "email": "nathan@tootallnate.net", |
33 | "url": "http://n8.io/" |
34 | }, |
35 | "browser": "browser.js", |
36 | "bugs": { |
37 | "url": "https://github.com/TooTallNate/util-deprecate/issues" |
38 | }, |
39 | "description": "The Node.js `util.deprecate()` function with browser support", |
40 | "homepage": "https://github.com/TooTallNate/util-deprecate", |
41 | "keywords": [ |
42 | "util", |
43 | "deprecate", |
44 | "browserify", |
45 | "browser", |
46 | "node" |
47 | ], |
48 | "license": "MIT", |
49 | "main": "node.js", |
50 | "name": "util-deprecate", |
51 | "repository": { |
52 | "type": "git", |
53 | "url": "git://github.com/TooTallNate/util-deprecate.git" |
54 | }, |
55 | "scripts": { |
56 | "test": "echo \"Error: no test specified\" && exit 1" |
57 | }, |
58 | "version": "1.0.2" |
59 | } |
60 |
Built with git-ssb-web