projecte_ionic/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json
2022-02-09 18:30:03 +01:00

57 lines
2.2 KiB
JSON
Executable file

{
"_from": "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.0",
"_id": "@babel/helper-builder-binary-assignment-operator-visitor@7.16.0",
"_inBundle": false,
"_integrity": "sha512-9KuleLT0e77wFUku6TUkqZzCEymBdtuQQ27MhEKzf9UOOJu3cYj98kyaDAzxpC7lV6DGiZFuC8XqDsq8/Kl6aQ==",
"_location": "/@babel/helper-builder-binary-assignment-operator-visitor",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.0",
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"escapedName": "@babel%2fhelper-builder-binary-assignment-operator-visitor",
"scope": "@babel",
"rawSpec": "^7.16.0",
"saveSpec": null,
"fetchSpec": "^7.16.0"
},
"_requiredBy": [
"/@babel/plugin-transform-exponentiation-operator"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.0.tgz",
"_shasum": "f1a686b92da794020c26582eb852e9accd0d7882",
"_spec": "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@babel/plugin-transform-exponentiation-operator",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.16.0",
"@babel/types": "^7.16.0"
},
"deprecated": false,
"description": "Helper function to build binary assignment operator visitors",
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
},
"version": "7.16.0"
}