Files
sign-android-release/node_modules/@babel/helper-member-expression-to-functions/package.json
T

57 lines
2.0 KiB
JSON

{
"_from": "@babel/helper-member-expression-to-functions@^7.12.1",
"_id": "@babel/helper-member-expression-to-functions@7.12.1",
"_inBundle": false,
"_integrity": "sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==",
"_location": "/@babel/helper-member-expression-to-functions",
"_phantomChildren": {
"@babel/helper-validator-identifier": "7.10.4",
"lodash": "4.17.19",
"to-fast-properties": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-member-expression-to-functions@^7.12.1",
"name": "@babel/helper-member-expression-to-functions",
"escapedName": "@babel%2fhelper-member-expression-to-functions",
"scope": "@babel",
"rawSpec": "^7.12.1",
"saveSpec": null,
"fetchSpec": "^7.12.1"
},
"_requiredBy": [
"/@babel/helper-replace-supers"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz",
"_shasum": "fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c",
"_spec": "@babel/helper-member-expression-to-functions@^7.12.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@babel/helper-replace-supers",
"author": {
"name": "Justin Ridgewell",
"email": "justin@ridgewell.name"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/types": "^7.12.1"
},
"deprecated": false,
"description": "Helper function to replace certain member expressions with function calls",
"homepage": "https://github.com/babel/babel#readme",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/helper-member-expression-to-functions",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-member-expression-to-functions"
},
"version": "7.12.1"
}