github-pages-deploy-action/node_modules/v8-compile-cache/package.json

70 lines
1.7 KiB
JSON
Raw Normal View History

2020-03-31 20:40:00 +08:00
{
"_args": [
[
"v8-compile-cache@2.1.0",
"."
]
],
"_development": true,
"_from": "v8-compile-cache@2.1.0",
"_id": "v8-compile-cache@2.1.0",
"_inBundle": false,
"_integrity": "sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==",
"_location": "/v8-compile-cache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "v8-compile-cache@2.1.0",
"name": "v8-compile-cache",
"escapedName": "v8-compile-cache",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz",
"_spec": "2.1.0",
"_where": ".",
"author": {
"name": "Andres Suarez",
"email": "zertosh@gmail.com"
},
"bugs": {
"url": "https://github.com/zertosh/v8-compile-cache/issues"
},
"dependencies": {},
"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.1.0"
}