package.json
1.79 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
73
74
{
"_from": "jmespath@0.15.0",
"_id": "jmespath@0.15.0",
"_inBundle": false,
"_integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=",
"_location": "/jmespath",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jmespath@0.15.0",
"name": "jmespath",
"escapedName": "jmespath",
"rawSpec": "0.15.0",
"saveSpec": null,
"fetchSpec": "0.15.0"
},
"_requiredBy": [
"/aws-sdk"
],
"_resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
"_shasum": "a3f222a9aae9f966f5d27c796510e28091764217",
"_spec": "jmespath@0.15.0",
"_where": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project\\node_modules\\aws-sdk",
"author": {
"name": "James Saryerwinnie",
"email": "js@jamesls.com",
"url": "http://jamesls.com/"
},
"bugs": {
"url": "http://github.com/jmespath/jmespath.js/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "JMESPath implementation in javascript",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-eslint": "^17.3.1",
"mocha": "^2.1.0"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/jmespath/jmespath.js",
"keywords": [
"jmespath",
"jsonpath",
"json",
"xpath"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://github.com/jmespath/jmespath.js/raw/master/LICENSE"
}
],
"main": "jmespath.js",
"name": "jmespath",
"repository": {
"type": "git",
"url": "git://github.com/jmespath/jmespath.js.git"
},
"scripts": {
"test": "mocha test/"
},
"version": "0.15.0"
}