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,33 +1,27 @@
{
"_args": [
[
"json-parse-better-errors@1.0.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "json-parse-better-errors@1.0.2",
"_from": "json-parse-better-errors@^1.0.1",
"_id": "json-parse-better-errors@1.0.2",
"_inBundle": false,
"_integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
"_location": "/json-parse-better-errors",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "json-parse-better-errors@1.0.2",
"raw": "json-parse-better-errors@^1.0.1",
"name": "json-parse-better-errors",
"escapedName": "json-parse-better-errors",
"rawSpec": "1.0.2",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.2"
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/parse-json"
],
"_resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "bb867cfb3450e69107c131d1c514bab3dc8bcaa9",
"_spec": "json-parse-better-errors@^1.0.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/parse-json",
"author": {
"name": "Kat Marchán",
"email": "kzm@zkat.tech"
@@ -35,6 +29,7 @@
"bugs": {
"url": "https://github.com/zkat/json-parse-better-errors/issues"
},
"bundleDependencies": false,
"config": {
"nyc": {
"exclude": [
@@ -43,6 +38,7 @@
]
}
},
"deprecated": false,
"description": "JSON.parse with context information on error",
"devDependencies": {
"nyc": "^10.3.2",