projecte_ionic/node_modules/@babel/types/package.json
2022-02-09 18:30:03 +01:00

104 lines
3.4 KiB
JSON
Executable file

{
"_from": "@babel/types@^7.14.5",
"_id": "@babel/types@7.16.0",
"_inBundle": false,
"_integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
"_location": "/@babel/types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/types@^7.14.5",
"name": "@babel/types",
"escapedName": "@babel%2ftypes",
"scope": "@babel",
"rawSpec": "^7.14.5",
"saveSpec": null,
"fetchSpec": "^7.14.5"
},
"_requiredBy": [
"/@angular/compiler-cli",
"/@babel/core",
"/@babel/generator",
"/@babel/helper-annotate-as-pure",
"/@babel/helper-builder-binary-assignment-operator-visitor",
"/@babel/helper-create-class-features-plugin/@babel/helper-annotate-as-pure",
"/@babel/helper-create-regexp-features-plugin/@babel/helper-annotate-as-pure",
"/@babel/helper-explode-assignable-expression",
"/@babel/helper-function-name",
"/@babel/helper-function-name/@babel/template",
"/@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-module-transforms/@babel/template",
"/@babel/helper-optimise-call-expression",
"/@babel/helper-remap-async-to-generator",
"/@babel/helper-remap-async-to-generator/@babel/helper-annotate-as-pure",
"/@babel/helper-replace-supers",
"/@babel/helper-simple-access",
"/@babel/helper-skip-transparent-expression-wrappers",
"/@babel/helper-split-export-declaration",
"/@babel/helper-wrap-function",
"/@babel/helper-wrap-function/@babel/template",
"/@babel/helpers",
"/@babel/helpers/@babel/template",
"/@babel/plugin-proposal-private-property-in-object/@babel/helper-annotate-as-pure",
"/@babel/plugin-transform-classes/@babel/helper-annotate-as-pure",
"/@babel/preset-env",
"/@babel/preset-modules",
"/@babel/template",
"/@babel/traverse",
"/@babel/traverse/@babel/generator"
],
"_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
"_shasum": "db3b313804f96aadd0b776c4823e127ad67289ba",
"_spec": "@babel/types@^7.14.5",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@babel/core",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-validator-identifier": "^7.15.7",
"to-fast-properties": "^2.0.0"
},
"deprecated": false,
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"devDependencies": {
"@babel/generator": "^7.16.0",
"@babel/parser": "^7.16.0",
"chalk": "^4.1.0",
"glob": "^7.1.7"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-types",
"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-legacy.d.ts",
"typesVersions": {
">=3.7": {
"lib/index-legacy.d.ts": [
"lib/index.d.ts"
]
}
},
"version": "7.16.0"
}