mirror of
https://github.com/actions/labeler.git
synced 2026-01-15 09:50:54 +08:00
build
This commit is contained in:
54
node_modules/@babel/helper-simple-access/package.json
generated
vendored
Normal file
54
node_modules/@babel/helper-simple-access/package.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"_from": "@babel/helper-simple-access@^7.10.4",
|
||||
"_id": "@babel/helper-simple-access@7.10.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==",
|
||||
"_location": "/@babel/helper-simple-access",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@babel/helper-simple-access@^7.10.4",
|
||||
"name": "@babel/helper-simple-access",
|
||||
"escapedName": "@babel%2fhelper-simple-access",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "^7.10.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.10.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/helper-module-transforms"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz",
|
||||
"_shasum": "0f5ccda2945277a2a7a2d3a821e15395edcf3461",
|
||||
"_spec": "@babel/helper-simple-access@^7.10.4",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@babel/helper-module-transforms",
|
||||
"author": {
|
||||
"name": "Logan Smyth",
|
||||
"email": "loganfsmyth@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/babel/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/template": "^7.10.4",
|
||||
"@babel/types": "^7.10.4"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
|
||||
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
|
||||
"homepage": "https://babeljs.io/",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "@babel/helper-simple-access",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-helper-simple-access"
|
||||
},
|
||||
"version": "7.10.4"
|
||||
}
|
||||
Reference in New Issue
Block a user