summaryrefslogtreecommitdiffstats
path: root/node_modules/babel-helper-get-function-arity/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-helper-get-function-arity/package.json')
-rw-r--r--node_modules/babel-helper-get-function-arity/package.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/node_modules/babel-helper-get-function-arity/package.json b/node_modules/babel-helper-get-function-arity/package.json
new file mode 100644
index 0000000..23cb95b
--- /dev/null
+++ b/node_modules/babel-helper-get-function-arity/package.json
@@ -0,0 +1,41 @@
+{
+ "_from": "babel-helper-get-function-arity@^6.24.1",
+ "_id": "babel-helper-get-function-arity@6.24.1",
+ "_inBundle": false,
+ "_integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
+ "_location": "/babel-helper-get-function-arity",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "babel-helper-get-function-arity@^6.24.1",
+ "name": "babel-helper-get-function-arity",
+ "escapedName": "babel-helper-get-function-arity",
+ "rawSpec": "^6.24.1",
+ "saveSpec": null,
+ "fetchSpec": "^6.24.1"
+ },
+ "_requiredBy": [
+ "/babel-helper-function-name",
+ "/babel-plugin-transform-es2015-parameters"
+ ],
+ "_resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
+ "_shasum": "8f7782aa93407c41d3aa50908f89b031b1b6853d",
+ "_spec": "babel-helper-get-function-arity@^6.24.1",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/babel-helper-function-name",
+ "bundleDependencies": false,
+ "dependencies": {
+ "babel-runtime": "^6.22.0",
+ "babel-types": "^6.24.1"
+ },
+ "deprecated": false,
+ "description": "Helper function to get function arity",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "babel-helper-get-function-arity",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity"
+ },
+ "version": "6.24.1"
+}