2021-02-11 21:31:41 +08:00

60 lines
2.1 KiB
JSON

{
"_from": "@babel/plugin-transform-arrow-functions@^7.12.13",
"_id": "@babel/plugin-transform-arrow-functions@7.12.13",
"_inBundle": false,
"_integrity": "sha1-7aVnCygpUhAMIp+KO9SeD2py6f4=",
"_location": "/@babel/plugin-transform-arrow-functions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-arrow-functions@^7.12.13",
"name": "@babel/plugin-transform-arrow-functions",
"escapedName": "@babel%2fplugin-transform-arrow-functions",
"scope": "@babel",
"rawSpec": "^7.12.13",
"saveSpec": null,
"fetchSpec": "^7.12.13"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.12.13.tgz?cache=0&sync_timestamp=1612314758020&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-arrow-functions%2Fdownload%2F%40babel%2Fplugin-transform-arrow-functions-7.12.13.tgz",
"_shasum": "eda5670b282952100c229f8a3bd49e0f6a72e9fe",
"_spec": "@babel/plugin-transform-arrow-functions@^7.12.13",
"_where": "E:\\GreateCommunity\\node_modules\\@babel\\preset-env",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.12.13"
},
"deprecated": false,
"description": "Compile ES2015 arrow functions to ES5",
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/helper-plugin-test-runner": "7.12.13",
"@babel/traverse": "7.12.13"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-arrow-functions",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-arrow-functions"
},
"version": "7.12.13"
}