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

61 lines
2 KiB
JSON
Executable file

{
"_from": "@babel/helper-replace-supers@^7.16.0",
"_id": "@babel/helper-replace-supers@7.16.0",
"_inBundle": false,
"_integrity": "sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==",
"_location": "/@babel/helper-replace-supers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-replace-supers@^7.16.0",
"name": "@babel/helper-replace-supers",
"escapedName": "@babel%2fhelper-replace-supers",
"scope": "@babel",
"rawSpec": "^7.16.0",
"saveSpec": null,
"fetchSpec": "^7.16.0"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/helper-module-transforms",
"/@babel/plugin-transform-classes",
"/@babel/plugin-transform-object-super"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz",
"_shasum": "73055e8d3cf9bcba8ddb55cad93fedc860f68f17",
"_spec": "@babel/helper-replace-supers@^7.16.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@babel/helper-module-transforms",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.16.0",
"@babel/helper-optimise-call-expression": "^7.16.0",
"@babel/traverse": "^7.16.0",
"@babel/types": "^7.16.0"
},
"deprecated": false,
"description": "Helper function to replace supers",
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-replace-supers",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-replace-supers"
},
"version": "7.16.0"
}