aboutsummaryrefslogtreecommitdiff
path: root/node_modules/v8-compile-cache/package.json
blob: 87dd7b04a199a4ae532055ebffb0630b8e223c0d (plain)
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
{
  "name": "v8-compile-cache",
  "version": "2.0.2",
  "description": "Require hook for automatic V8 compile cache persistence",
  "main": "v8-compile-cache.js",
  "scripts": {
    "bench": "bench/run.sh",
    "lint": "eslint --max-warnings=0 .",
    "test": "tap test/*-test.js"
  },
  "author": "Andres Suarez <zertosh@gmail.com>",
  "files": [
    "v8-compile-cache.js"
  ],
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "babel-core": "6.23.1",
    "eslint": "^3.15.0",
    "flow-parser": "0.38.0",
    "rimraf": "^2.5.4",
    "rxjs": "5.2.0",
    "semver": "^5.3.0",
    "tap": "^10.1.1",
    "temp": "^0.8.3",
    "yarn": "0.20.3"
  }
}