Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / pull-file / package.json
1670 bytesRaw
1 | { |
2 | "_args": [ |
3 | [ |
4 | "pull-file@1.1.0", |
5 | "/home/cel/src/ssb-npm-registry" |
6 | ] |
7 | ], |
8 | "_from": "pull-file@1.1.0", |
9 | "_id": "pull-file@1.1.0", |
10 | "_inBundle": false, |
11 | "_integrity": "sha256-Ky5N01jAWyETQvZOzKq7wL6DT8cyJxrQ8XaEwmP6/ts=", |
12 | "_location": "/pull-file", |
13 | "_phantomChildren": {}, |
14 | "_requested": { |
15 | "type": "version", |
16 | "registry": true, |
17 | "raw": "pull-file@1.1.0", |
18 | "name": "pull-file", |
19 | "escapedName": "pull-file", |
20 | "rawSpec": "1.1.0", |
21 | "saveSpec": null, |
22 | "fetchSpec": "1.1.0" |
23 | }, |
24 | "_requiredBy": [ |
25 | "/" |
26 | ], |
27 | "_resolved": "http://localhost:8989/blobs/get/&Ky5N01jAWyETQvZOzKq7wL6DT8cyJxrQ8XaEwmP6/ts=.sha256", |
28 | "_spec": "1.1.0", |
29 | "_where": "/home/cel/src/ssb-npm-registry", |
30 | "author": { |
31 | "name": "Damon Oehlman", |
32 | "email": "damon.oehlman@gmail.com" |
33 | }, |
34 | "bugs": { |
35 | "url": "https://github.com/DamonOehlman/pull-file/issues" |
36 | }, |
37 | "dependencies": { |
38 | "pull-utf8-decoder": "^1.0.2" |
39 | }, |
40 | "description": "Pull streams implementation of a file reader", |
41 | "devDependencies": { |
42 | "cont": "^1.0.3", |
43 | "osenv": "^0.1.3", |
44 | "pull-stream": "^3.1.0", |
45 | "statistics": "^2.0.1", |
46 | "tape": "^4.4.0" |
47 | }, |
48 | "directories": { |
49 | "example": "examples", |
50 | "test": "test" |
51 | }, |
52 | "homepage": "https://github.com/DamonOehlman/pull-file", |
53 | "keywords": [ |
54 | "pull-stream", |
55 | "fs", |
56 | "read" |
57 | ], |
58 | "license": "MIT", |
59 | "main": "index.js", |
60 | "name": "pull-file", |
61 | "repository": { |
62 | "type": "git", |
63 | "url": "git+https://github.com/DamonOehlman/pull-file.git" |
64 | }, |
65 | "scripts": { |
66 | "gendocs": "gendocs > README.md", |
67 | "test": "set -e; for t in test/*.js; do node $t; done" |
68 | }, |
69 | "version": "1.1.0" |
70 | } |
71 |
Built with git-ssb-web