1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
| {
| "_args": [
| [
| "string_decoder@1.1.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "string_decoder@1.1.1",
| "_id": "string_decoder@1.1.1",
| "_inBundle": false,
| "_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
| "_location": "/string_decoder",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "string_decoder@1.1.1",
| "name": "string_decoder",
| "escapedName": "string_decoder",
| "rawSpec": "1.1.1",
| "saveSpec": null,
| "fetchSpec": "1.1.1"
| },
| "_requiredBy": [
| "/node-libs-browser",
| "/readable-stream",
| "/spdy-transport/readable-stream"
| ],
| "_resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
| "_spec": "1.1.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "bugs": {
| "url": "https://github.com/nodejs/string_decoder/issues"
| },
| "dependencies": {
| "safe-buffer": "~5.1.0"
| },
| "description": "The string_decoder module from Node core",
| "devDependencies": {
| "babel-polyfill": "^6.23.0",
| "core-util-is": "^1.0.2",
| "inherits": "^2.0.3",
| "tap": "~0.4.8"
| },
| "homepage": "https://github.com/nodejs/string_decoder",
| "keywords": [
| "string",
| "decoder",
| "browser",
| "browserify"
| ],
| "license": "MIT",
| "main": "lib/string_decoder.js",
| "name": "string_decoder",
| "repository": {
| "type": "git",
| "url": "git://github.com/nodejs/string_decoder.git"
| },
| "scripts": {
| "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
| "test": "tap test/parallel/*.js && node test/verify-dependencies"
| },
| "version": "1.1.1"
| }
|
|