mirror of
https://github.com/actions/labeler.git
synced 2025-12-16 23:23:03 +00:00
build
This commit is contained in:
24
node_modules/path-exists/package.json
generated
vendored
24
node_modules/path-exists/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"path-exists@3.0.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "path-exists@3.0.0",
|
||||
"_from": "path-exists@^3.0.0",
|
||||
"_id": "path-exists@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
|
||||
"_location": "/path-exists",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "path-exists@3.0.0",
|
||||
"raw": "path-exists@^3.0.0",
|
||||
"name": "path-exists",
|
||||
"escapedName": "path-exists",
|
||||
"rawSpec": "3.0.0",
|
||||
"rawSpec": "^3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0"
|
||||
"fetchSpec": "^3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/locate-path"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515",
|
||||
"_spec": "path-exists@^3.0.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/locate-path",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -36,6 +30,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/path-exists/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Check if a path exists",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
|
||||
Reference in New Issue
Block a user