2025-04-24 17:03:28 +08:00

89 lines
2.6 KiB
JSON

{
"_args": [
[
"degenerator@3.0.1",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "degenerator@3.0.1",
"_id": "degenerator@3.0.1",
"_inBundle": false,
"_integrity": "sha1-fveOwMhXelREdzCN3x0tbojVH1s=",
"_location": "/degenerator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "degenerator@3.0.1",
"name": "degenerator",
"escapedName": "degenerator",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/pac-resolver"
],
"_resolved": "https://registry.nlark.com/degenerator/download/degenerator-3.0.1.tgz?cache=0&sync_timestamp=1626125632657&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdegenerator%2Fdownload%2Fdegenerator-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-degenerator/issues"
},
"dependencies": {
"ast-types": "^0.13.2",
"escodegen": "^1.8.1",
"esprima": "^4.0.0",
"vm2": "^3.9.3"
},
"description": "Compiles sync functions into async generator functions",
"devDependencies": {
"@types/escodegen": "^0.0.6",
"@types/esprima": "^4.0.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.17",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.1.0",
"cpy-cli": "^2.0.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"mocha": "^6.2.0",
"rimraf": "^3.0.0",
"typescript": "^3.7.3"
},
"engines": {
"node": ">= 6"
},
"files": [
"dist/src"
],
"homepage": "https://github.com/TooTallNate/node-degenerator#readme",
"license": "MIT",
"main": "dist/src/index",
"name": "degenerator",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-degenerator.git"
},
"scripts": {
"build": "tsc",
"postbuild": "cpy --parents src test '!**/*.ts' dist",
"prebuild": "rimraf dist",
"prepublishOnly": "npm run build",
"test": "mocha --reporter spec dist/test/test.js",
"test-lint": "eslint src --ext .js,.ts"
},
"typings": "dist/src/index",
"version": "3.0.1"
}