mirror of
https://github.com/actions/labeler.git
synced 2026-01-14 01:02:37 +08:00
build
This commit is contained in:
27
node_modules/has/package.json
generated
vendored
27
node_modules/has/package.json
generated
vendored
@@ -1,34 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"has@1.0.3",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "has@1.0.3",
|
||||
"_from": "has@^1.0.3",
|
||||
"_id": "has@1.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
||||
"_location": "/has",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "has@1.0.3",
|
||||
"raw": "has@^1.0.3",
|
||||
"name": "has",
|
||||
"escapedName": "has",
|
||||
"rawSpec": "1.0.3",
|
||||
"rawSpec": "^1.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.3"
|
||||
"fetchSpec": "^1.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/es-abstract",
|
||||
"/is-regex"
|
||||
"/es-abstract"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
||||
"_spec": "1.0.3",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796",
|
||||
"_spec": "has@^1.0.3",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/es-abstract",
|
||||
"author": {
|
||||
"name": "Thiago de Arruda",
|
||||
"email": "tpadilha84@gmail.com"
|
||||
@@ -36,6 +29,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/tarruda/has/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jordan Harband",
|
||||
@@ -46,6 +40,7 @@
|
||||
"dependencies": {
|
||||
"function-bind": "^1.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Object.prototype.hasOwnProperty.call shortcut",
|
||||
"devDependencies": {
|
||||
"@ljharb/eslint-config": "^12.2.1",
|
||||
|
||||
Reference in New Issue
Block a user