Files: 1f9a3fcaa6f6fa4a3ad0a219f6df1a476588f6d5 / node_modules / string_decoder / package.json
1678 bytesRaw
1 | { |
2 | "_args": [ |
3 | [ |
4 | "string_decoder@1.2.0", |
5 | "/home/cel/src/ssb-npm-registry" |
6 | ] |
7 | ], |
8 | "_from": "string_decoder@1.2.0", |
9 | "_id": "string_decoder@1.2.0", |
10 | "_inBundle": false, |
11 | "_integrity": "sha256-Wtmtnb5kwLKTAWRm8II8hKWz84tLE3+eGxUQi58o9zg=", |
12 | "_location": "/string_decoder", |
13 | "_phantomChildren": {}, |
14 | "_requested": { |
15 | "type": "version", |
16 | "registry": true, |
17 | "raw": "string_decoder@1.2.0", |
18 | "name": "string_decoder", |
19 | "escapedName": "string_decoder", |
20 | "rawSpec": "1.2.0", |
21 | "saveSpec": null, |
22 | "fetchSpec": "1.2.0" |
23 | }, |
24 | "_requiredBy": [ |
25 | "/readable-stream" |
26 | ], |
27 | "_resolved": "http://localhost:8989/blobs/get/&Wtmtnb5kwLKTAWRm8II8hKWz84tLE3+eGxUQi58o9zg=.sha256", |
28 | "_spec": "1.2.0", |
29 | "_where": "/home/cel/src/ssb-npm-registry", |
30 | "bugs": { |
31 | "url": "https://github.com/nodejs/string_decoder/issues" |
32 | }, |
33 | "dependencies": { |
34 | "safe-buffer": "~5.1.0" |
35 | }, |
36 | "description": "The string_decoder module from Node core", |
37 | "devDependencies": { |
38 | "babel-polyfill": "^6.23.0", |
39 | "core-util-is": "^1.0.2", |
40 | "inherits": "^2.0.3", |
41 | "tap": "~0.4.8" |
42 | }, |
43 | "files": [ |
44 | "lib" |
45 | ], |
46 | "homepage": "https://github.com/nodejs/string_decoder", |
47 | "keywords": [ |
48 | "string", |
49 | "decoder", |
50 | "browser", |
51 | "browserify" |
52 | ], |
53 | "license": "MIT", |
54 | "main": "lib/string_decoder.js", |
55 | "name": "string_decoder", |
56 | "repository": { |
57 | "type": "git", |
58 | "url": "git://github.com/nodejs/string_decoder.git" |
59 | }, |
60 | "scripts": { |
61 | "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", |
62 | "test": "tap test/parallel/*.js && node test/verify-dependencies" |
63 | }, |
64 | "version": "1.2.0" |
65 | } |
66 |
Built with git-ssb-web