package.json
2.57 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
{
"_args": [
[
{
"raw": "howhap-list@^2.0.1",
"scope": null,
"escapedName": "howhap-list",
"name": "howhap-list",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-api"
]
],
"_from": "howhap-list@>=2.0.1 <3.0.0",
"_id": "howhap-list@2.0.3",
"_inCache": true,
"_location": "/howhap-list",
"_nodeVersion": "8.1.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/howhap-list-2.0.3.tgz_1500509477334_0.12662322958931327"
},
"_npmUser": {
"name": "alarner",
"email": "anlarner@gmail.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "howhap-list@^2.0.1",
"scope": null,
"escapedName": "howhap-list",
"name": "howhap-list",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/bookshelf-api"
],
"_resolved": "https://registry.npmjs.org/howhap-list/-/howhap-list-2.0.3.tgz",
"_shasum": "b0d330fb9e157c7605b9427a232a469d335c228b",
"_shrinkwrap": null,
"_spec": "howhap-list@^2.0.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-api",
"author": {
"name": "Aaron Larner"
},
"bugs": {
"url": "https://github.com/alarner/howhap-list/issues"
},
"dependencies": {
"howhap": "^2.0.3"
},
"description": "An easy to maipulate list of howhap errors",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eslint-plugin-react": "^5.0.1",
"mocha": "^2.4.5"
},
"directories": {},
"dist": {
"integrity": "sha512-FUW+PgoMZDun+zHriaOK4oRE9ucKEv8oiD+tSDrX9z5gHViTdRxjj9VN85ftypdhC8PA+0/A6Cxo95eizcVtrA==",
"shasum": "b0d330fb9e157c7605b9427a232a469d335c228b",
"tarball": "https://registry.npmjs.org/howhap-list/-/howhap-list-2.0.3.tgz"
},
"gitHead": "995e94230421155c5c17a003300e41322f993e79",
"homepage": "https://github.com/alarner/bookshelf-api#readme",
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "alarner",
"email": "anlarner@gmail.com"
}
],
"name": "howhap-list",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/alarner/howhap-list.git"
},
"scripts": {
"build": "babel src -d dist --presets=es2015",
"test": "mocha --compilers js:babel-register"
},
"version": "2.0.3"
}