Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81159 views
1
{
2
"name": "jsonpointer",
3
"description": "Simple JSON Addressing.",
4
"tags": [
5
"util",
6
"simple",
7
"util",
8
"utility"
9
],
10
"version": "1.1.0",
11
"author": {
12
"name": "Jan Lehnardt",
13
"email": "[email protected]"
14
},
15
"contributors": [
16
{
17
"name": "Joe Hildebrand",
18
"email": "[email protected]"
19
},
20
{
21
"name": "Filip Noetzel"
22
}
23
],
24
"repository": {
25
"type": "git",
26
"url": "http://github.com/janl/node-jsonpointer.git"
27
},
28
"bugs": {
29
"url": "http://github.com/janl/node-jsonpointer/issues"
30
},
31
"engines": [
32
"node >= 0.4.9"
33
],
34
"main": "./jsonpointer",
35
"scripts": {
36
"test": "node test.js"
37
},
38
"_id": "[email protected]",
39
"dist": {
40
"shasum": "c3c72efaed3b97154163dc01dd349e1cfe0f80fc",
41
"tarball": "http://registry.npmjs.org/jsonpointer/-/jsonpointer-1.1.0.tgz"
42
},
43
"_npmVersion": "1.1.69",
44
"_npmUser": {
45
"name": "jan",
46
"email": "[email protected]"
47
},
48
"maintainers": [
49
{
50
"name": "jan",
51
"email": "[email protected]"
52
}
53
],
54
"directories": {},
55
"_shasum": "c3c72efaed3b97154163dc01dd349e1cfe0f80fc",
56
"_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-1.1.0.tgz",
57
"_from": "jsonpointer@>=1.1.0 <2.0.0"
58
}
59
60