summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/v8-compile-cache/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/v8-compile-cache/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/v8-compile-cache/package.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/v8-compile-cache/package.json b/tools/node_modules/eslint/node_modules/v8-compile-cache/package.json
new file mode 100644
index 0000000000..3018999528
--- /dev/null
+++ b/tools/node_modules/eslint/node_modules/v8-compile-cache/package.json
@@ -0,0 +1,42 @@
+{
+ "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.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"
+ },
+ "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",
+ "lint": "eslint --max-warnings=0 .",
+ "posttest": "npm run lint",
+ "test": "tap test/*-test.js"
+ },
+ "version": "2.0.3"
+} \ No newline at end of file