Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.json51
1 files changed, 30 insertions, 21 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
index cfc665f1099..13108425be0 100644
--- a/tools/node_modules/eslint/node_modules/v8-compile-cache/package.json
+++ b/tools/node_modules/eslint/node_modules/v8-compile-cache/package.json
@@ -1,25 +1,15 @@
{
- "name": "v8-compile-cache",
- "version": "2.2.0",
- "description": "Require hook for automatic V8 compile cache persistence",
- "main": "v8-compile-cache.js",
- "scripts": {
- "bench": "bench/run.sh",
- "eslint": "eslint --max-warnings=0 .",
- "tap": "tap test/*-test.js",
- "test": "npm run tap",
- "posttest": "npm run eslint"
+ "author": {
+ "name": "Andres Suarez",
+ "email": "zertosh@gmail.com"
},
- "author": "Andres Suarez <zertosh@gmail.com>",
- "repository": {
- "type": "git",
- "url": "https://github.com/zertosh/v8-compile-cache.git"
+ "bugs": {
+ "url": "https://github.com/zertosh/v8-compile-cache/issues"
},
- "files": [
- "v8-compile-cache.js"
- ],
- "license": "MIT",
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
+ "description": "Require hook for automatic V8 compile cache persistence",
"devDependencies": {
"babel-core": "6.26.3",
"eslint": "^7.12.1",
@@ -27,8 +17,27 @@
"rimraf": "^2.5.4",
"rxjs": "6.6.3",
"semver": "^5.3.0",
- "tap": "^10.1.1",
+ "tap": "^9.0.0",
"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.3.0"
+} \ No newline at end of file