{
"_from": "@babel/types@^7.11.5",
"_id": "@babel/types@7.11.5",
"_inBundle": false,
"_integrity": "sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==",
"_location": "/@babel/types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/types@^7.11.5",
"name": "@babel/types",
"escapedName": "@babel%2ftypes",
"scope": "@babel",
"rawSpec": "^7.11.5",
"saveSpec": null,
"fetchSpec": "^7.11.5"
},
"_requiredBy": [
"/@babel/core",
"/@babel/generator",
"/@babel/helper-annotate-as-pure",
"/@babel/helper-builder-binary-assignment-operator-visitor",
"/@babel/helper-define-map",
"/@babel/helper-explode-assignable-expression",
"/@babel/helper-function-name",
"/@babel/helper-get-function-arity",
"/@babel/helper-hoist-variables",
"/@babel/helper-member-expression-to-functions",
"/@babel/helper-module-imports",
"/@babel/helper-module-transforms",
"/@babel/helper-optimise-call-expression",
"/@babel/helper-remap-async-to-generator",
"/@babel/helper-replace-supers",
"/@babel/helper-simple-access",
"/@babel/helper-skip-transparent-expression-wrappers",
"/@babel/helper-split-export-declaration",
"/@babel/helper-wrap-function",
"/@babel/helpers",
"/@babel/preset-env",
"/@babel/preset-modules",
"/@babel/template",
"/@babel/traverse"
],
"_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz",
"_shasum": "d9de577d01252d77c6800cee039ee64faf75662d",
"_spec": "@babel/types@^7.11.5",
"_where": "C:\\xampp\\htdocs\\cofo\\node_modules\\@babel\\core",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-validator-identifier": "^7.10.4",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
},
"deprecated": false,
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"devDependencies": {
"@babel/generator": "^7.11.5",
"@babel/parser": "^7.11.5",
"chalk": "^4.1.0"
},
"gitHead": "af64ccb2b00bc7574943674996c2f0507cdbfb6f",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/types",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-types"
},
"types": "lib/index.d.ts",
"version": "7.11.5"
}
|