package.json
1.86 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
{
"_from": "v8-compile-cache@^2.0.3",
"_id": "v8-compile-cache@2.2.0",
"_inBundle": false,
"_integrity": "sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==",
"_location": "/v8-compile-cache",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "v8-compile-cache@^2.0.3",
"name": "v8-compile-cache",
"escapedName": "v8-compile-cache",
"rawSpec": "^2.0.3",
"saveSpec": null,
"fetchSpec": "^2.0.3"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz",
"_shasum": "9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132",
"_spec": "v8-compile-cache@^2.0.3",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\eslint",
"author": {
"name": "Andres Suarez",
"email": "zertosh@gmail.com"
},
"bugs": {
"url": "https://github.com/zertosh/v8-compile-cache/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Require hook for automatic V8 compile cache persistence",
"devDependencies": {
"babel-core": "6.26.3",
"eslint": "^7.12.1",
"flow-parser": "0.136.0",
"rimraf": "^2.5.4",
"rxjs": "6.6.3",
"semver": "^5.3.0",
"tap": "^10.1.1",
"temp": "^0.8.3",
"yarn": "1.22.10"
},
"files": [
"v8-compile-cache.js"
],
"homepage": "https://github.com/zertosh/v8-compile-cache#readme",
"license": "MIT",
"main": "v8-compile-cache.js",
"name": "v8-compile-cache",
"repository": {
"type": "git",
"url": "git+https://github.com/zertosh/v8-compile-cache.git"
},
"scripts": {
"bench": "bench/run.sh",
"eslint": "eslint --max-warnings=0 .",
"posttest": "npm run eslint",
"tap": "tap test/*-test.js",
"test": "npm run tap"
},
"version": "2.2.0"
}