package.json
1.28 KB
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
{
"_from": "stringmap@~0.2.2",
"_id": "stringmap@0.2.2",
"_inBundle": false,
"_integrity": "sha1-VWwTeyWPlCuHdvWy71gqoGnX0bE=",
"_location": "/stringmap",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "stringmap@~0.2.2",
"name": "stringmap",
"escapedName": "stringmap",
"rawSpec": "~0.2.2",
"saveSpec": null,
"fetchSpec": "~0.2.2"
},
"_requiredBy": [
"/defs"
],
"_resolved": "https://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz",
"_shasum": "556c137b258f942b8776f5b2ef582aa069d7d1b1",
"_spec": "stringmap@~0.2.2",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\defs",
"author": {
"name": "Olov Lassus",
"email": "olov.lassus@gmail.com"
},
"bugs": {
"url": "https://github.com/olov/stringmap/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "fast and robust stringmap",
"homepage": "https://github.com/olov/stringmap#readme",
"keywords": [
"stringmap",
"hashmap",
"hash",
"dict",
"dictionary",
"__proto__"
],
"license": "MIT",
"main": "stringmap.js",
"name": "stringmap",
"repository": {
"type": "git",
"url": "git+https://github.com/olov/stringmap.git"
},
"version": "0.2.2"
}