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
65
| {
| "_from": "fd-slicer@~1.1.0",
| "_id": "fd-slicer@1.1.0",
| "_inBundle": false,
| "_integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
| "_location": "/fd-slicer",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "fd-slicer@~1.1.0",
| "name": "fd-slicer",
| "escapedName": "fd-slicer",
| "rawSpec": "~1.1.0",
| "saveSpec": null,
| "fetchSpec": "~1.1.0"
| },
| "_requiredBy": [
| "/yauzl"
| ],
| "_resolved": "https://registry.npmmirror.com/fd-slicer/-/fd-slicer-1.1.0.tgz",
| "_shasum": "25c7c89cb1f9077f8891bbe61d8f390eae256f1e",
| "_spec": "fd-slicer@~1.1.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/yauzl",
| "author": {
| "name": "Andrew Kelley",
| "email": "superjoe30@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/andrewrk/node-fd-slicer/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "pend": "~1.2.0"
| },
| "deprecated": false,
| "description": "safely create multiple ReadStream or WriteStream objects from the same file descriptor",
| "devDependencies": {
| "istanbul": "~0.3.3",
| "mocha": "~2.0.1",
| "stream-equal": "~0.1.5",
| "streamsink": "~1.2.0"
| },
| "directories": {
| "test": "test"
| },
| "homepage": "https://github.com/andrewrk/node-fd-slicer#readme",
| "keywords": [
| "createReadStream",
| "createWriteStream"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "fd-slicer",
| "repository": {
| "type": "git",
| "url": "git://github.com/andrewrk/node-fd-slicer.git"
| },
| "scripts": {
| "test": "mocha --reporter spec --check-leaks",
| "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/test.js",
| "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 10000 --reporter spec --check-leaks test/test.js"
| },
| "version": "1.1.0"
| }
|
|