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.
84 lines
2.7 KiB
84 lines
2.7 KiB
{
|
|
"_from": "babel-plugin-react-require@3.1.3",
|
|
"_id": "babel-plugin-react-require@3.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-uj1zBbBEqQw1wyxamrlD/WjhY40=",
|
|
"_location": "/babel-plugin-react-require",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "babel-plugin-react-require@3.1.3",
|
|
"name": "babel-plugin-react-require",
|
|
"escapedName": "babel-plugin-react-require",
|
|
"rawSpec": "3.1.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.1.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/@umijs/babel-preset-umi"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/babel-plugin-react-require/download/babel-plugin-react-require-3.1.3.tgz",
|
|
"_shasum": "ba3d7305b044a90c35c32c5a9ab943fd68e1638d",
|
|
"_spec": "babel-plugin-react-require@3.1.3",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/@umijs/babel-preset-umi",
|
|
"author": {
|
|
"name": "Vyacheslav Slinko",
|
|
"email": "vslinko@yahoo.com",
|
|
"url": "https://twitter.com/vslinko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vslinko/babel-plugin-react-require/issues",
|
|
"email": "vslinko@yahoo.com"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Babel plugin that adds React import declaration if file contains JSX tags.",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.7",
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/plugin-syntax-jsx": "^7.7.4",
|
|
"@babel/plugin-transform-block-scoping": "^7.7.4",
|
|
"@babel/plugin-transform-classes": "^7.7.4",
|
|
"@babel/plugin-transform-destructuring": "^7.7.4",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
|
|
"@babel/plugin-transform-parameters": "^7.7.7",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.7.4",
|
|
"@babel/register": "^7.7.7",
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-inline-react-svg": "^1.1.0",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb": "^17.1.1",
|
|
"eslint-plugin-import": "^2.19.1",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-react": "^7.17.0",
|
|
"jest": "^24.9.0",
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"homepage": "https://github.com/vslinko/babel-plugin-react-require",
|
|
"keywords": [
|
|
"babel",
|
|
"babel-plugin",
|
|
"react",
|
|
"jsx"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib",
|
|
"name": "babel-plugin-react-require",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vslinko/babel-plugin-react-require.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d lib",
|
|
"build-examples": "babel examples -d built-examples",
|
|
"clean": "rimraf coverage lib",
|
|
"lint": "eslint src test",
|
|
"prepare": "npm run clean && npm run build && npm run build-examples",
|
|
"test": "jest",
|
|
"test-coverage": "jest --coverage"
|
|
},
|
|
"version": "3.1.3"
|
|
}
|