Files: 4f27567900a7b5b821bccc74e95bfc96c8233159 / node_modules / hashlru / package.json
1396 bytesRaw
1 | { |
2 | "_args": [ |
3 | [ |
4 | "hashlru@2.3.0", |
5 | "/home/cel/src/ssb-npm-registry" |
6 | ] |
7 | ], |
8 | "_from": "hashlru@2.3.0", |
9 | "_id": "hashlru@2.3.0", |
10 | "_inBundle": false, |
11 | "_integrity": "sha256-A3SehgJzx5gtrxWIf4ckf/LoJWAzYsT7hFUiOVbt0hE=", |
12 | "_location": "/hashlru", |
13 | "_phantomChildren": {}, |
14 | "_requested": { |
15 | "type": "version", |
16 | "registry": true, |
17 | "raw": "hashlru@2.3.0", |
18 | "name": "hashlru", |
19 | "escapedName": "hashlru", |
20 | "rawSpec": "2.3.0", |
21 | "saveSpec": null, |
22 | "fetchSpec": "2.3.0" |
23 | }, |
24 | "_requiredBy": [ |
25 | "/" |
26 | ], |
27 | "_resolved": "http://localhost:8989/blobs/get/&A3SehgJzx5gtrxWIf4ckf/LoJWAzYsT7hFUiOVbt0hE=.sha256", |
28 | "_spec": "2.3.0", |
29 | "_where": "/home/cel/src/ssb-npm-registry", |
30 | "author": { |
31 | "name": "'Dominic Tarr'", |
32 | "email": "dominic.tarr@gmail.com", |
33 | "url": "dominictarr.com" |
34 | }, |
35 | "bugs": { |
36 | "url": "https://github.com/dominictarr/hashlru/issues" |
37 | }, |
38 | "dependencies": {}, |
39 | "description": "simpler faster substitute for LRU", |
40 | "devDependencies": { |
41 | "istanbul": "^0.4.5" |
42 | }, |
43 | "homepage": "https://github.com/dominictarr/hashlru", |
44 | "license": "MIT", |
45 | "name": "hashlru", |
46 | "repository": { |
47 | "type": "git", |
48 | "url": "git://github.com/dominictarr/hashlru.git" |
49 | }, |
50 | "scripts": { |
51 | "cov": "istanbul cover test/*.js", |
52 | "test": "set -e; for t in test/*.js; do node $t; done" |
53 | }, |
54 | "types": "index.d.ts", |
55 | "version": "2.3.0" |
56 | } |
57 |
Built with git-ssb-web