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

65 lines
1.8 KiB
JSON
Executable file

{
"_from": "@babel/helpers@^7.14.6",
"_id": "@babel/helpers@7.16.0",
"_inBundle": false,
"_integrity": "sha512-dVRM0StFMdKlkt7cVcGgwD8UMaBfWJHl3A83Yfs8GQ3MO0LHIIIMvK7Fa0RGOGUQ10qikLaX6D7o5htcQWgTMQ==",
"_location": "/@babel/helpers",
"_phantomChildren": {
"@babel/code-frame": "7.16.0",
"@babel/parser": "7.16.2",
"@babel/types": "7.16.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helpers@^7.14.6",
"name": "@babel/helpers",
"escapedName": "@babel%2fhelpers",
"scope": "@babel",
"rawSpec": "^7.14.6",
"saveSpec": null,
"fetchSpec": "^7.14.6"
},
"_requiredBy": [
"/@babel/core"
],
"_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.0.tgz",
"_shasum": "875519c979c232f41adfbd43a3b0398c2e388183",
"_spec": "@babel/helpers@^7.14.6",
"_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"
},
"bundleDependencies": false,
"dependencies": {
"@babel/template": "^7.16.0",
"@babel/traverse": "^7.16.0",
"@babel/types": "^7.16.0"
},
"deprecated": false,
"description": "Collection of helper functions used by Babel transforms.",
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.16.0"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helpers",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helpers"
},
"version": "7.16.0"
}