git ssb

3+

cel / ssb-npm-registry



Tree: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3

Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / asyncmemo / package.json

1358 bytesRaw
1{
2 "_args": [
3 [
4 "asyncmemo@1.3.0",
5 "/home/cel/src/ssb-npm-registry"
6 ]
7 ],
8 "_from": "asyncmemo@1.3.0",
9 "_id": "asyncmemo@1.3.0",
10 "_inBundle": false,
11 "_integrity": "sha256-U96yJbGCHK+6wk8CK/IAj5Mypb1AXtyxvxl1E0zMqRI=",
12 "_location": "/asyncmemo",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "asyncmemo@1.3.0",
18 "name": "asyncmemo",
19 "escapedName": "asyncmemo",
20 "rawSpec": "1.3.0",
21 "saveSpec": null,
22 "fetchSpec": "1.3.0"
23 },
24 "_requiredBy": [
25 "/"
26 ],
27 "_resolved": "http://localhost:8989/blobs/get/&U96yJbGCHK+6wk8CK/IAj5Mypb1AXtyxvxl1E0zMqRI=.sha256",
28 "_spec": "1.3.0",
29 "_where": "/home/cel/src/ssb-npm-registry",
30 "author": {
31 "name": "Charles Lehner",
32 "url": "http://celehner.com/"
33 },
34 "bugs": {
35 "url": "https://github.com/clehner/asyncmemo/issues"
36 },
37 "description": "memoize asynchronous function calls",
38 "devDependencies": {
39 "tape": "^4.6.2"
40 },
41 "homepage": "https://github.com/clehner/asyncmemo#readme",
42 "keywords": [
43 "async",
44 "cache",
45 "memo",
46 "memoize"
47 ],
48 "license": "Fair",
49 "main": "index.js",
50 "name": "asyncmemo",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/clehner/asyncmemo.git"
54 },
55 "scripts": {
56 "test": "node test"
57 },
58 "version": "1.3.0"
59}
60

Built with git-ssb-web