You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
2.6 KiB
104 lines
2.6 KiB
{
|
|
"_from": "recast@^0.20.3",
|
|
"_id": "recast@0.20.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==",
|
|
"_location": "/recast",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "recast@^0.20.3",
|
|
"name": "recast",
|
|
"escapedName": "recast",
|
|
"rawSpec": "^0.20.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.20.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/jscodeshift"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz",
|
|
"_shasum": "8e2c6c96827a1b339c634dd232957d230553ceae",
|
|
"_spec": "recast@^0.20.3",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\jscodeshift",
|
|
"author": {
|
|
"name": "Ben Newman",
|
|
"email": "bn@cs.stanford.edu"
|
|
},
|
|
"browser": {
|
|
"fs": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/benjamn/recast/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ast-types": "0.14.2",
|
|
"esprima": "~4.0.0",
|
|
"source-map": "~0.6.1",
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
|
|
"devDependencies": {
|
|
"@babel/core": "7.14.8",
|
|
"@babel/parser": "7.14.8",
|
|
"@babel/preset-env": "7.12.13",
|
|
"@types/esprima": "4.0.2",
|
|
"@types/glob": "7.1.3",
|
|
"@types/mocha": "8.2.0",
|
|
"@types/node": "16.4.0",
|
|
"@typescript-eslint/parser": "^4.9.1",
|
|
"eslint": "^7.1.0",
|
|
"esprima-fb": "15001.1001.0-dev-harmony-fb",
|
|
"flow-parser": "0.156.0",
|
|
"glob": "7.1.6",
|
|
"lint-staged": "^10.2.6",
|
|
"mocha": "8.2.1",
|
|
"prettier": "^2.0.5",
|
|
"reify": "0.20.12",
|
|
"ts-emit-clean": "1.0.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"homepage": "http://github.com/benjamn/recast",
|
|
"keywords": [
|
|
"ast",
|
|
"rewriting",
|
|
"refactoring",
|
|
"codegen",
|
|
"syntax",
|
|
"transformation",
|
|
"parsing",
|
|
"pretty-printing"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.ts": [
|
|
"eslint",
|
|
"prettier -c"
|
|
]
|
|
},
|
|
"main": "main.js",
|
|
"name": "recast",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/benjamn/recast.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean && tsc",
|
|
"clean": "ts-emit-clean",
|
|
"debug": "test/run.sh --inspect-brk",
|
|
"format": "prettier --write '{lib,test}/**.ts' '*rc.js'",
|
|
"lint": "eslint --ext .ts .",
|
|
"mocha": "test/run.sh",
|
|
"postpack": "npm run clean",
|
|
"prepack": "npm run build",
|
|
"test": "npm run lint && npm run build && npm run mocha"
|
|
},
|
|
"types": "main.d.ts",
|
|
"version": "0.20.5"
|
|
}
|
|
|