This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -1,39 +1,35 @@
{
"_args": [
[
"resolve-url@0.2.1",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "resolve-url@0.2.1",
"_from": "resolve-url@^0.2.1",
"_id": "resolve-url@0.2.1",
"_inBundle": false,
"_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
"_location": "/resolve-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "resolve-url@0.2.1",
"raw": "resolve-url@^0.2.1",
"name": "resolve-url",
"escapedName": "resolve-url",
"rawSpec": "0.2.1",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "0.2.1"
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/source-map-resolve"
],
"_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
"_spec": "0.2.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a",
"_spec": "resolve-url@^0.2.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/source-map-resolve",
"author": {
"name": "Simon Lydell"
},
"bugs": {
"url": "https://github.com/lydell/resolve-url/issues"
},
"bundleDependencies": false,
"deprecated": "https://github.com/lydell/resolve-url#deprecated",
"description": "Like Node.js `path.resolve`/`url.resolve` for the browser.",
"devDependencies": {
"jshint": "~2.4.3",