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

34 lines
801 B
JSON
Raw Normal View History

2020-03-31 20:40:00 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "v8-compile-cache",
"version": "2.1.0",
"description": "Require hook for automatic V8 compile cache persistence",
"main": "v8-compile-cache.js",
"scripts": {
"bench": "bench/run.sh",
"lint": "eslint --max-warnings=0 .",
"test": "tap test/*-test.js",
"posttest": "npm run lint"
2020-03-31 20:40:00 +08:00
},
2020-03-31 20:57:48 +08:00
"author": "Andres Suarez <zertosh@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/zertosh/v8-compile-cache.git"
2020-03-31 20:40:00 +08:00
},
2020-03-31 20:57:48 +08:00
"files": [
"v8-compile-cache.js"
],
"license": "MIT",
2020-03-31 20:40:00 +08:00
"dependencies": {},
"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"
2020-03-31 20:57:48 +08:00
}
2020-03-31 20:40:00 +08:00
}