1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "v8-compile-cache@2.3.0",
- "D:\\project\\苏南官网\\su_nan_guan_wang"
- ]
- ],
- "_development": true,
- "_from": "v8-compile-cache@2.3.0",
- "_id": "v8-compile-cache@2.3.0",
- "_inBundle": false,
- "_integrity": "sha1-LeGWGMZtwkfc+2+ZM4A12CRaLO4=",
- "_location": "/v8-compile-cache",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "v8-compile-cache@2.3.0",
- "name": "v8-compile-cache",
- "escapedName": "v8-compile-cache",
- "rawSpec": "2.3.0",
- "saveSpec": null,
- "fetchSpec": "2.3.0"
- },
- "_requiredBy": [
- "/eslint"
- ],
- "_resolved": "https://registry.npm.taobao.org/v8-compile-cache/download/v8-compile-cache-2.3.0.tgz?cache=0&sync_timestamp=1614993639567&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fv8-compile-cache%2Fdownload%2Fv8-compile-cache-2.3.0.tgz",
- "_spec": "2.3.0",
- "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
- "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.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.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.3.0"
- }
|