package.json
1.65 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"_from": "jsonpointer@^4.0.0",
"_id": "jsonpointer@4.0.1",
"_inBundle": false,
"_integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=",
"_location": "/jsonpointer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsonpointer@^4.0.0",
"name": "jsonpointer",
"escapedName": "jsonpointer",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/is-my-json-valid"
],
"_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
"_shasum": "4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9",
"_spec": "jsonpointer@^4.0.0",
"_where": "D:\\OSS project\\YTMT\\node_modules\\is-my-json-valid",
"author": {
"name": "Jan Lehnardt",
"email": "jan@apache.org"
},
"bugs": {
"url": "http://github.com/janl/node-jsonpointer/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Joe Hildebrand",
"email": "joe-github@cursive.net"
},
{
"name": "Marc Bachmann",
"email": "marc.brookman@gmail.com"
}
],
"deprecated": false,
"description": "Simple JSON Addressing.",
"devDependencies": {
"standard": "^5.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"jsonpointer.js"
],
"homepage": "https://github.com/janl/node-jsonpointer#readme",
"license": "MIT",
"main": "./jsonpointer",
"name": "jsonpointer",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/janl/node-jsonpointer.git"
},
"scripts": {
"test": "standard && node test.js"
},
"tags": [
"util",
"simple",
"util",
"utility"
],
"version": "4.0.1"
}