UNPKG

1.54 kBJSONView Raw
1{
2 "_from": "@babel/helper-get-function-arity@^7.8.3",
3 "_id": "@babel/helper-get-function-arity@7.8.3",
4 "_inBundle": false,
5 "_integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==",
6 "_location": "/@babel/helper-get-function-arity",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@babel/helper-get-function-arity@^7.8.3",
12 "name": "@babel/helper-get-function-arity",
13 "escapedName": "@babel%2fhelper-get-function-arity",
14 "scope": "@babel",
15 "rawSpec": "^7.8.3",
16 "saveSpec": null,
17 "fetchSpec": "^7.8.3"
18 },
19 "_requiredBy": [
20 "/@babel/helper-function-name"
21 ],
22 "_resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz",
23 "_shasum": "b894b947bd004381ce63ea1db9f08547e920abd5",
24 "_spec": "@babel/helper-get-function-arity@^7.8.3",
25 "_where": "/Users/isaacs/dev/js/tap/node_modules/@babel/helper-function-name",
26 "bundleDependencies": false,
27 "dependencies": {
28 "@babel/types": "^7.8.3"
29 },
30 "deprecated": false,
31 "description": "Helper function to get function arity",
32 "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
33 "license": "MIT",
34 "main": "lib/index.js",
35 "name": "@babel/helper-get-function-arity",
36 "publishConfig": {
37 "access": "public"
38 },
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity"
42 },
43 "version": "7.8.3"
44}