| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "v8-compile-cache-lib@3.0.1",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_development": true,
- "_from": "v8-compile-cache-lib@3.0.1",
- "_id": "v8-compile-cache-lib@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
- "_location": "/v8-compile-cache-lib",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "v8-compile-cache-lib@3.0.1",
- "name": "v8-compile-cache-lib",
- "escapedName": "v8-compile-cache-lib",
- "rawSpec": "3.0.1",
- "saveSpec": null,
- "fetchSpec": "3.0.1"
- },
- "_requiredBy": [
- "/ts-node"
- ],
- "_resolved": "https://registry.npmmirror.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
- "_spec": "3.0.1",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Andrew Bradley",
- "email": "cspotcode@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/cspotcode/v8-compile-cache-lib/issues"
- },
- "dependencies": {},
- "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": "^9.0.0",
- "temp": "^0.8.3",
- "yarn": "1.22.10"
- },
- "files": [
- "v8-compile-cache.d.ts",
- "v8-compile-cache.js"
- ],
- "homepage": "https://github.com/cspotcode/v8-compile-cache-lib#readme",
- "license": "MIT",
- "main": "v8-compile-cache.js",
- "name": "v8-compile-cache-lib",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cspotcode/v8-compile-cache-lib.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": "3.0.1"
- }
|