Files
30-seconds-of-code/node_modules/v8-compile-cache/package.json
2019-08-20 15:52:05 +02:00

57 lines
1.5 KiB
JSON

{
"_from": "v8-compile-cache@^1.1.0",
"_id": "v8-compile-cache@1.1.2",
"_inBundle": false,
"_integrity": "sha512-ejdrifsIydN1XDH7EuR2hn8ZrkRKUYF7tUcBjBy/lhrCvs2K+zRlbW9UHc0IQ9RsYFZJFqJrieoIHfkCa0DBRA==",
"_location": "/v8-compile-cache",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "v8-compile-cache@^1.1.0",
"name": "v8-compile-cache",
"escapedName": "v8-compile-cache",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-1.1.2.tgz",
"_shasum": "8d32e4f16974654657e676e0e467a348e89b0dc4",
"_spec": "v8-compile-cache@^1.1.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Andres Suarez",
"email": "zertosh@gmail.com"
},
"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"
],
"license": "MIT",
"main": "v8-compile-cache.js",
"name": "v8-compile-cache",
"scripts": {
"bench": "bench/run.sh",
"lint": "eslint --max-warnings=0 .",
"test": "tap test/*-test.js"
},
"version": "1.1.2"
}