mirror of
https://github.com/actions/labeler.git
synced 2026-01-13 00:20:47 +08:00
build
This commit is contained in:
24
node_modules/loose-envify/package.json
generated
vendored
24
node_modules/loose-envify/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"loose-envify@1.4.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "loose-envify@1.4.0",
|
||||
"_from": "loose-envify@^1.0.0",
|
||||
"_id": "loose-envify@1.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
||||
"_location": "/loose-envify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "loose-envify@1.4.0",
|
||||
"raw": "loose-envify@^1.0.0",
|
||||
"name": "loose-envify",
|
||||
"escapedName": "loose-envify",
|
||||
"rawSpec": "1.4.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.4.0"
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/invariant"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
||||
"_spec": "1.4.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "71ee51fa7be4caec1a63839f7e682d8132d30caf",
|
||||
"_spec": "loose-envify@^1.0.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/invariant",
|
||||
"author": {
|
||||
"name": "Andres Suarez",
|
||||
"email": "zertosh@gmail.com"
|
||||
@@ -38,9 +32,11 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/zertosh/loose-envify/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"js-tokens": "^3.0.0 || ^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
|
||||
"devDependencies": {
|
||||
"browserify": "^13.1.1",
|
||||
|
||||
Reference in New Issue
Block a user