Projekt

Obecné

Profil

Stáhnout (801 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "v8-compile-cache",
3
  "version": "2.0.3",
4
  "description": "Require hook for automatic V8 compile cache persistence",
5
  "main": "v8-compile-cache.js",
6
  "scripts": {
7
    "bench": "bench/run.sh",
8
    "lint": "eslint --max-warnings=0 .",
9
    "test": "tap test/*-test.js",
10
    "posttest": "npm run lint"
11
  },
12
  "author": "Andres Suarez <zertosh@gmail.com>",
13
  "repository": {
14
    "type": "git",
15
    "url": "https://github.com/zertosh/v8-compile-cache.git"
16
  },
17
  "files": [
18
    "v8-compile-cache.js"
19
  ],
20
  "license": "MIT",
21
  "dependencies": {},
22
  "devDependencies": {
23
    "babel-core": "6.23.1",
24
    "eslint": "^3.15.0",
25
    "flow-parser": "0.38.0",
26
    "rimraf": "^2.5.4",
27
    "rxjs": "5.2.0",
28
    "semver": "^5.3.0",
29
    "tap": "^10.1.1",
30
    "temp": "^0.8.3",
31
    "yarn": "0.20.3"
32
  }
33
}
(4-4/5)