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

56 lines
1.8 KiB
JSON
Executable file

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