git ssb

3+

cel / ssb-npm-registry



Tree: 4f27567900a7b5b821bccc74e95bfc96c8233159

Files: 4f27567900a7b5b821bccc74e95bfc96c8233159 / node_modules / once / package.json

1450 bytesRaw
1{
2 "_args": [
3 [
4 "once@1.4.0",
5 "/home/cel/src/ssb-npm-registry"
6 ]
7 ],
8 "_from": "once@1.4.0",
9 "_id": "once@1.4.0",
10 "_inBundle": false,
11 "_integrity": "sha256-z1FGC6Nwxpj2i5duUU0RNJczm6AYtgA+jo61acb8z88=",
12 "_location": "/once",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "once@1.4.0",
18 "name": "once",
19 "escapedName": "once",
20 "rawSpec": "1.4.0",
21 "saveSpec": null,
22 "fetchSpec": "1.4.0"
23 },
24 "_requiredBy": [
25 "/end-of-stream"
26 ],
27 "_resolved": "http://localhost:8989/blobs/get/&z1FGC6Nwxpj2i5duUU0RNJczm6AYtgA+jo61acb8z88=.sha256",
28 "_spec": "1.4.0",
29 "_where": "/home/cel/src/ssb-npm-registry",
30 "author": {
31 "name": "Isaac Z. Schlueter",
32 "email": "i@izs.me",
33 "url": "http://blog.izs.me/"
34 },
35 "bugs": {
36 "url": "https://github.com/isaacs/once/issues"
37 },
38 "dependencies": {
39 "wrappy": "1"
40 },
41 "description": "Run a function exactly one time",
42 "devDependencies": {
43 "tap": "^7.0.1"
44 },
45 "directories": {
46 "test": "test"
47 },
48 "files": [
49 "once.js"
50 ],
51 "homepage": "https://github.com/isaacs/once#readme",
52 "keywords": [
53 "once",
54 "function",
55 "one",
56 "single"
57 ],
58 "license": "ISC",
59 "main": "once.js",
60 "name": "once",
61 "repository": {
62 "type": "git",
63 "url": "git://github.com/isaacs/once.git"
64 },
65 "scripts": {
66 "test": "tap test/*.js"
67 },
68 "version": "1.4.0"
69}
70

Built with git-ssb-web