package.json
3.41 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"_args": [
[
{
"raw": "json-mask@^0.3.8",
"scope": null,
"escapedName": "json-mask",
"name": "json-mask",
"rawSpec": "^0.3.8",
"spec": ">=0.3.8 <0.4.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-mask"
]
],
"_from": "json-mask@>=0.3.8 <0.4.0",
"_id": "json-mask@0.3.8",
"_inCache": true,
"_location": "/json-mask",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/json-mask-0.3.8.tgz_1463944509439_0.07302226079627872"
},
"_npmUser": {
"name": "nemtsov",
"email": "nemtsov@gmail.com"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {},
"_requested": {
"raw": "json-mask@^0.3.8",
"scope": null,
"escapedName": "json-mask",
"name": "json-mask",
"rawSpec": "^0.3.8",
"spec": ">=0.3.8 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/bookshelf-mask"
],
"_resolved": "https://registry.npmjs.org/json-mask/-/json-mask-0.3.8.tgz",
"_shasum": "2d66415de14b0e8bc6c1514554a90bfca8356941",
"_shrinkwrap": null,
"_spec": "json-mask@^0.3.8",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-mask",
"author": {
"name": "nemtsov@gmail.com"
},
"bugs": {
"url": "https://github.com/nemtsov/json-mask/issues"
},
"dependencies": {},
"description": "Tiny language and engine for selecting specific parts of a JS object, hiding the rest.",
"devDependencies": {
"browserify": "^10.2.6",
"istanbul": "^0.3.17",
"mocha": "~1.12.0",
"standard": "^7.1.0",
"uglifyjs": "^2.4.10"
},
"directories": {},
"dist": {
"shasum": "2d66415de14b0e8bc6c1514554a90bfca8356941",
"tarball": "https://registry.npmjs.org/json-mask/-/json-mask-0.3.8.tgz"
},
"gitHead": "cf8457ba617d9ecf749e0a65f38b33f2ce76457a",
"homepage": "https://github.com/nemtsov/json-mask#readme",
"keywords": [
"mask",
"filter",
"select",
"fields",
"projection",
"query",
"json"
],
"license": "MIT",
"main": "lib/index",
"maintainers": [
{
"name": "nemtsov",
"email": "nemtsov@gmail.com"
}
],
"name": "json-mask",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/nemtsov/json-mask.git"
},
"scripts": {
"_build-browser-full": "browserify -s jsonMask -e lib/index.js | sed -e \"s/\\[ *'.*' *\\]/;/\" > build/jsonMask.js",
"_build-browser-license": "cat build/copyright | cat - build/jsonMask.js | tee build/jsonMask.js",
"_build-browser-min": "cat build/jsonMask.js | uglifyjs --comments > build/jsonMask.min.js",
"build-browser": "npm run-script _build-browser-full; npm run-script _build-browser-license; npm run-script _build-browser-min",
"lint": "standard 'lib/**/*.js' 'test/**/*.js'",
"test": "npm run lint && mocha",
"test-cov": "istanbul cover _mocha",
"test-watch": "mocha -w -G -R min"
},
"testling": {
"browsers": [
"ie/8..latest",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
],
"harness": "mocha",
"files": "test/*.js"
},
"version": "0.3.8"
}