package.json
3.85 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
123
124
125
126
127
128
129
130
131
{
"_args": [
[
{
"raw": "bookshelf-mask@^2.0.1",
"scope": null,
"escapedName": "bookshelf-mask",
"name": "bookshelf-mask",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "bookshelf-mask@>=2.0.1 <3.0.0",
"_id": "bookshelf-mask@2.0.1",
"_inCache": true,
"_location": "/bookshelf-mask",
"_nodeVersion": "6.6.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/bookshelf-mask-2.0.1.tgz_1477489810201_0.6838442822918296"
},
"_npmUser": {
"name": "ricardogama",
"email": "ricardo@seegno.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "bookshelf-mask@^2.0.1",
"scope": null,
"escapedName": "bookshelf-mask",
"name": "bookshelf-mask",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/bookshelf-mask/-/bookshelf-mask-2.0.1.tgz",
"_shasum": "74cbcff7724c18dc47045da119c0d28f276f575e",
"_shrinkwrap": null,
"_spec": "bookshelf-mask@^2.0.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Ricardo Gama",
"email": "ricardo@seegno.com",
"url": "https://github.com/ricardogama"
},
"bugs": {
"url": "https://github.com/seegno/bookshelf-mask/issues"
},
"dependencies": {
"json-mask": "^0.3.8"
},
"description": "Mask Bookshelf.js models with json-mask",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-istanbul": "2.0.3",
"babel-preset-es2015-node": "4.0.2",
"babel-preset-stage-3": "6.17.0",
"babel-register": "6.18.0",
"bookshelf": "0.10.2",
"coveralls": "2.11.14",
"eslint": "3.8.1",
"eslint-config-seegno": "8.0.0",
"knex": "0.12.6",
"mocha": "3.1.2",
"nyc": "8.3.2",
"pg": "6.1.0",
"pre-commit": "1.1.3",
"should": "11.1.1"
},
"directories": {},
"dist": {
"shasum": "74cbcff7724c18dc47045da119c0d28f276f575e",
"tarball": "https://registry.npmjs.org/bookshelf-mask/-/bookshelf-mask-2.0.1.tgz"
},
"engines": {
"node": ">= 4"
},
"gitHead": "db4af5c21d7ba00ec5cd0e8b9a44188032b03833",
"homepage": "http://seegno.github.io/bookshelf-mask",
"keywords": [
"bookshelf",
"model",
"mask",
"hide",
"fields",
"visibility"
],
"license": "MIT",
"main": "./dist/index.js",
"maintainers": [
{
"name": "ricardogama",
"email": "ricardo@seegno.com"
}
],
"name": "bookshelf-mask",
"optionalDependencies": {},
"options": {
"mocha": "--compilers js:babel-register --bail --require should test"
},
"peerDependencies": {
"bookshelf": ">= 0.7"
},
"pre-commit": [
"lint"
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/seegno/bookshelf-mask.git"
},
"scripts": {
"build": "rm -rf dist && babel src --out-dir dist",
"changelog": "github_changelog_generator --bug-labels --enhancement-labels --future-release=$npm_config_release --header-label='# Changelog'",
"cover": "NODE_ENV=test nyc mocha $npm_package_options_mocha",
"coveralls": "npm run cover && cat ./test/coverage/lcov.info | coveralls",
"lint": "git diff --cached --name-only --diff-filter=ACMRTUXB | grep -E '\\.(js)(\\..+)?$' | xargs eslint",
"release": "npm run changelog && npm run version && npm run build && git add -A && git commit -n -m \"Release $npm_config_release\"",
"test": "mocha $npm_package_options_mocha",
"version": "sed -i '' 's/\\(\"version\": \"\\)'\"$npm_package_version\"'\\(\"\\)/\\1'\"$npm_config_release\"'\\2/' package.json"
},
"version": "2.0.1"
}