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.
114 lines
3.1 KiB
114 lines
3.1 KiB
{
|
|
"_from": "jscodeshift@^0.11.0",
|
|
"_id": "jscodeshift@0.11.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SdRK2C7jjs4k/kT2mwtO07KJN9RnjxtKn03d9JVj6c3j9WwaLcFYsICYDnLAzY0hp+wG2nxl+Cm2jWLiNVYb8g==",
|
|
"_location": "/jscodeshift",
|
|
"_phantomChildren": {
|
|
"arr-diff": "4.0.0",
|
|
"arr-flatten": "1.1.0",
|
|
"array-unique": "0.3.2",
|
|
"define-property": "2.0.2",
|
|
"extend-shallow": "3.0.2",
|
|
"extglob": "2.0.4",
|
|
"fragment-cache": "0.2.1",
|
|
"is-buffer": "1.1.6",
|
|
"is-extendable": "0.1.1",
|
|
"isobject": "3.0.1",
|
|
"kind-of": "6.0.3",
|
|
"nanomatch": "1.2.13",
|
|
"object.pick": "1.3.0",
|
|
"regex-not": "1.0.2",
|
|
"repeat-element": "1.1.4",
|
|
"repeat-string": "1.6.1",
|
|
"snapdragon": "0.8.2",
|
|
"snapdragon-node": "2.1.1",
|
|
"split-string": "3.1.0",
|
|
"to-regex": "3.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "jscodeshift@^0.11.0",
|
|
"name": "jscodeshift",
|
|
"escapedName": "jscodeshift",
|
|
"rawSpec": "^0.11.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.11.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@webpack-cli/generators"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.11.0.tgz",
|
|
"_shasum": "4f95039408f3f06b0e39bb4d53bc3139f5330e2f",
|
|
"_spec": "jscodeshift@^0.11.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\@webpack-cli\\generators",
|
|
"author": {
|
|
"name": "Felix Kling"
|
|
},
|
|
"bin": {
|
|
"jscodeshift": "bin/jscodeshift.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jscodeshift/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/parser": "^7.1.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.1.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.1.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.1.0",
|
|
"@babel/register": "^7.0.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"colors": "^1.1.2",
|
|
"flow-parser": "0.*",
|
|
"graceful-fs": "^4.2.4",
|
|
"micromatch": "^3.1.10",
|
|
"neo-async": "^2.5.0",
|
|
"node-dir": "^0.1.17",
|
|
"recast": "^0.20.3",
|
|
"temp": "^0.8.1",
|
|
"write-file-atomic": "^2.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A toolkit for JavaScript codemods",
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.9.0",
|
|
"jest": "^21",
|
|
"jsdoc": "^3.4.0",
|
|
"mkdirp": "^0.5.1"
|
|
},
|
|
"homepage": "https://github.com/facebook/jscodeshift#readme",
|
|
"jest": {
|
|
"roots": [
|
|
"src",
|
|
"bin",
|
|
"sample"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"codemod",
|
|
"recast",
|
|
"babel"
|
|
],
|
|
"main": "index.js",
|
|
"name": "jscodeshift",
|
|
"peerDependencies": {
|
|
"@babel/preset-env": "^7.1.6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/jscodeshift.git"
|
|
},
|
|
"scripts": {
|
|
"docs": "rm -rf docs && jsdoc -d docs -R README.md src/collections/* src/core.js src/Collection.js",
|
|
"prepare": "cp -R src/ dist/",
|
|
"test": "jest --bail"
|
|
},
|
|
"version": "0.11.0"
|
|
}
|
|
|