mirror of
https://github.com/actions/labeler.git
synced 2026-01-14 09:14:46 +08:00
build
This commit is contained in:
24
node_modules/globals/package.json
generated
vendored
24
node_modules/globals/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"globals@11.12.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "globals@11.12.0",
|
||||
"_from": "globals@^11.1.0",
|
||||
"_id": "globals@11.12.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
|
||||
"_location": "/globals",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "globals@11.12.0",
|
||||
"raw": "globals@^11.1.0",
|
||||
"name": "globals",
|
||||
"escapedName": "globals",
|
||||
"rawSpec": "11.12.0",
|
||||
"rawSpec": "^11.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "11.12.0"
|
||||
"fetchSpec": "^11.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/traverse"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
||||
"_spec": "11.12.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "ab8795338868a0babd8525758018c2a7eb95c42e",
|
||||
"_spec": "globals@^11.1.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@babel/traverse",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -36,6 +30,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/globals/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Global identifiers from different JavaScript environments",
|
||||
"devDependencies": {
|
||||
"ava": "0.21.0",
|
||||
|
||||
Reference in New Issue
Block a user