summaryrefslogtreecommitdiffstats
path: root/node_modules/v8-compile-cache/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/v8-compile-cache/package.json')
-rw-r--r--node_modules/v8-compile-cache/package.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/node_modules/v8-compile-cache/package.json b/node_modules/v8-compile-cache/package.json
new file mode 100644
index 0000000..65df1d1
--- /dev/null
+++ b/node_modules/v8-compile-cache/package.json
@@ -0,0 +1,66 @@
+{
+ "_from": "v8-compile-cache@^2.1.1",
+ "_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.1.1",
+ "name": "v8-compile-cache",
+ "escapedName": "v8-compile-cache",
+ "rawSpec": "^2.1.1",
+ "saveSpec": null,
+ "fetchSpec": "^2.1.1"
+ },
+ "_requiredBy": [
+ "/webpack-cli"
+ ],
+ "_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz",
+ "_shasum": "9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132",
+ "_spec": "v8-compile-cache@^2.1.1",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/webpack-cli",
+ "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"
+}