merge csv data to topo

This commit is contained in:
Library Map Bot 2021-12-10 21:03:44 +00:00 committed by GitHub Actions
parent 4a2c164359
commit b8a62e1d4f
34 changed files with 1091 additions and 1680 deletions

61
node_modules/abbrev/package.json generated vendored
View file

@ -1,56 +1,21 @@
{ {
"_from": "abbrev@1", "name": "abbrev",
"_id": "abbrev@1.1.1", "version": "1.1.1",
"_inBundle": false,
"_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
"_location": "/abbrev",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "abbrev@1",
"name": "abbrev",
"escapedName": "abbrev",
"rawSpec": "1",
"saveSpec": null,
"fetchSpec": "1"
},
"_requiredBy": [
"/nopt"
],
"_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
"_shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8",
"_spec": "abbrev@1",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/nopt",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/abbrev-js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Like ruby's abbrev module, but in js", "description": "Like ruby's abbrev module, but in js",
"author": "Isaac Z. Schlueter <i@izs.me>",
"main": "abbrev.js",
"scripts": {
"test": "tap test.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"repository": "http://github.com/isaacs/abbrev-js",
"license": "ISC",
"devDependencies": { "devDependencies": {
"tap": "^10.1" "tap": "^10.1"
}, },
"files": [ "files": [
"abbrev.js" "abbrev.js"
], ]
"homepage": "https://github.com/isaacs/abbrev-js#readme",
"license": "ISC",
"main": "abbrev.js",
"name": "abbrev",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test.js --100"
},
"version": "1.1.1"
} }

View file

@ -1,43 +1,21 @@
{ {
"_from": "balanced-match@^1.0.0", "name": "balanced-match",
"_id": "balanced-match@1.0.2",
"_inBundle": false,
"_integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
"_location": "/balanced-match",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "balanced-match@^1.0.0",
"name": "balanced-match",
"escapedName": "balanced-match",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/brace-expansion"
],
"_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
"_shasum": "e83e3a7e3f300b34cb9d87f615fa0cbf357690ee",
"_spec": "balanced-match@^1.0.0",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/brace-expansion",
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
"url": "http://juliangruber.com"
},
"bugs": {
"url": "https://github.com/juliangruber/balanced-match/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Match balanced character pairs, like \"{\" and \"}\"", "description": "Match balanced character pairs, like \"{\" and \"}\"",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/balanced-match.git"
},
"homepage": "https://github.com/juliangruber/balanced-match",
"main": "index.js",
"scripts": {
"test": "tape test/test.js",
"bench": "matcha test/bench.js"
},
"devDependencies": { "devDependencies": {
"matcha": "^0.7.0", "matcha": "^0.7.0",
"tape": "^4.6.0" "tape": "^4.6.0"
}, },
"homepage": "https://github.com/juliangruber/balanced-match",
"keywords": [ "keywords": [
"match", "match",
"regexp", "regexp",
@ -45,17 +23,12 @@
"balanced", "balanced",
"parse" "parse"
], ],
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
"url": "http://juliangruber.com"
},
"license": "MIT", "license": "MIT",
"main": "index.js",
"name": "balanced-match",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/balanced-match.git"
},
"scripts": {
"bench": "matcha test/bench.js",
"test": "tape test/test.js"
},
"testling": { "testling": {
"files": "test/*.js", "files": "test/*.js",
"browsers": [ "browsers": [
@ -71,6 +44,5 @@
"iphone/6.0..latest", "iphone/6.0..latest",
"android-browser/4.2..latest" "android-browser/4.2..latest"
] ]
}, }
"version": "1.0.2"
} }

View file

@ -1,60 +1,33 @@
{ {
"_from": "brace-expansion@^1.1.7", "name": "brace-expansion",
"_id": "brace-expansion@1.1.11", "description": "Brace expansion as known from sh/bash",
"_inBundle": false, "version": "1.1.11",
"_integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "repository": {
"_location": "/brace-expansion", "type": "git",
"_phantomChildren": {}, "url": "git://github.com/juliangruber/brace-expansion.git"
"_requested": {
"type": "range",
"registry": true,
"raw": "brace-expansion@^1.1.7",
"name": "brace-expansion",
"escapedName": "brace-expansion",
"rawSpec": "^1.1.7",
"saveSpec": null,
"fetchSpec": "^1.1.7"
}, },
"_requiredBy": [ "homepage": "https://github.com/juliangruber/brace-expansion",
"/minimatch" "main": "index.js",
], "scripts": {
"_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "test": "tape test/*.js",
"_shasum": "3c7fcbf529d87226f3d2f52b966ff5271eb441dd", "gentest": "bash test/generate.sh",
"_spec": "brace-expansion@^1.1.7", "bench": "matcha test/perf/bench.js"
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/minimatch", },
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
},
"devDependencies": {
"matcha": "^0.7.0",
"tape": "^4.6.0"
},
"keywords": [],
"author": { "author": {
"name": "Julian Gruber", "name": "Julian Gruber",
"email": "mail@juliangruber.com", "email": "mail@juliangruber.com",
"url": "http://juliangruber.com" "url": "http://juliangruber.com"
}, },
"bugs": {
"url": "https://github.com/juliangruber/brace-expansion/issues"
},
"bundleDependencies": false,
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
},
"deprecated": false,
"description": "Brace expansion as known from sh/bash",
"devDependencies": {
"matcha": "^0.7.0",
"tape": "^4.6.0"
},
"homepage": "https://github.com/juliangruber/brace-expansion",
"keywords": [],
"license": "MIT", "license": "MIT",
"main": "index.js",
"name": "brace-expansion",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/brace-expansion.git"
},
"scripts": {
"bench": "matcha test/perf/bench.js",
"gentest": "bash test/generate.sh",
"test": "tape test/*.js"
},
"testling": { "testling": {
"files": "test/*.js", "files": "test/*.js",
"browsers": [ "browsers": [
@ -70,6 +43,5 @@
"iphone/6.0..latest", "iphone/6.0..latest",
"android-browser/4.2..latest" "android-browser/4.2..latest"
] ]
}, }
"version": "1.1.11"
} }

84
node_modules/commander/package.json generated vendored
View file

@ -1,38 +1,30 @@
{ {
"_from": "commander@^2.19.0", "name": "commander",
"_id": "commander@2.20.3", "version": "2.20.3",
"_inBundle": false,
"_integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
"_location": "/commander",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "commander@^2.19.0",
"name": "commander",
"escapedName": "commander",
"rawSpec": "^2.19.0",
"saveSpec": null,
"fetchSpec": "^2.19.0"
},
"_requiredBy": [
"/editorconfig"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"_shasum": "fd485e84c03eb4881c20722ba48035e8531aeb33",
"_spec": "commander@^2.19.0",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/editorconfig",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/tj/commander.js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "the complete solution for node.js command-line programs", "description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
"command",
"option",
"parser"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tj/commander.js.git"
},
"scripts": {
"lint": "eslint index.js",
"test": "node test/run.js && npm run test-typings",
"test-typings": "tsc -p tsconfig.json"
},
"main": "index",
"files": [
"index.js",
"typings/index.d.ts"
],
"dependencies": {},
"devDependencies": { "devDependencies": {
"@types/node": "^12.7.8", "@types/node": "^12.7.8",
"eslint": "^6.4.0", "eslint": "^6.4.0",
@ -42,29 +34,5 @@
"ts-node": "^8.4.1", "ts-node": "^8.4.1",
"typescript": "^3.6.3" "typescript": "^3.6.3"
}, },
"files": [ "typings": "typings/index.d.ts"
"index.js",
"typings/index.d.ts"
],
"homepage": "https://github.com/tj/commander.js#readme",
"keywords": [
"commander",
"command",
"option",
"parser"
],
"license": "MIT",
"main": "index",
"name": "commander",
"repository": {
"type": "git",
"url": "git+https://github.com/tj/commander.js.git"
},
"scripts": {
"lint": "eslint index.js",
"test": "node test/run.js && npm run test-typings",
"test-typings": "tsc -p tsconfig.json"
},
"typings": "typings/index.d.ts",
"version": "2.20.3"
} }

125
node_modules/concat-map/package.json generated vendored
View file

@ -1,88 +1,43 @@
{ {
"_from": "concat-map@0.0.1", "name" : "concat-map",
"_id": "concat-map@0.0.1", "description" : "concatenative mapdashery",
"_inBundle": false, "version" : "0.0.1",
"_integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "repository" : {
"_location": "/concat-map", "type" : "git",
"_phantomChildren": {}, "url" : "git://github.com/substack/node-concat-map.git"
"_requested": { },
"type": "version", "main" : "index.js",
"registry": true, "keywords" : [
"raw": "concat-map@0.0.1", "concat",
"name": "concat-map", "concatMap",
"escapedName": "concat-map", "map",
"rawSpec": "0.0.1", "functional",
"saveSpec": null, "higher-order"
"fetchSpec": "0.0.1" ],
}, "directories" : {
"_requiredBy": [ "example" : "example",
"/brace-expansion" "test" : "test"
], },
"_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "scripts" : {
"_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b", "test" : "tape test/*.js"
"_spec": "concat-map@0.0.1", },
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/brace-expansion", "devDependencies" : {
"author": { "tape" : "~2.4.0"
"name": "James Halliday", },
"email": "mail@substack.net", "license" : "MIT",
"url": "http://substack.net" "author" : {
}, "name" : "James Halliday",
"bugs": { "email" : "mail@substack.net",
"url": "https://github.com/substack/node-concat-map/issues" "url" : "http://substack.net"
}, },
"bundleDependencies": false, "testling" : {
"deprecated": false, "files" : "test/*.js",
"description": "concatenative mapdashery", "browsers" : {
"devDependencies": { "ie" : [ 6, 7, 8, 9 ],
"tape": "~2.4.0" "ff" : [ 3.5, 10, 15.0 ],
}, "chrome" : [ 10, 22 ],
"directories": { "safari" : [ 5.1 ],
"example": "example", "opera" : [ 12 ]
"test": "test" }
},
"homepage": "https://github.com/substack/node-concat-map#readme",
"keywords": [
"concat",
"concatMap",
"map",
"functional",
"higher-order"
],
"license": "MIT",
"main": "index.js",
"name": "concat-map",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-concat-map.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": {
"ie": [
6,
7,
8,
9
],
"ff": [
3.5,
10,
15
],
"chrome": [
10,
22
],
"safari": [
5.1
],
"opera": [
12
]
} }
},
"version": "0.0.1"
} }

View file

@ -1,53 +1,33 @@
{ {
"_from": "condense-newlines@^0.2.1", "name": "condense-newlines",
"_id": "condense-newlines@0.2.1", "description": "Replace extraneous newlines with a single newline, or pass a specified number of newlines to use.",
"_inBundle": false, "version": "0.2.1",
"_integrity": "sha1-PemFVTE5R10yUCyDsC9gaE0kxV8=", "homepage": "https://github.com/jonschlinkert/condense-newlines",
"_location": "/condense-newlines", "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"_phantomChildren": {}, "repository": "jonschlinkert/condense-newlines",
"_requested": {
"type": "range",
"registry": true,
"raw": "condense-newlines@^0.2.1",
"name": "condense-newlines",
"escapedName": "condense-newlines",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/pretty"
],
"_resolved": "https://registry.npmjs.org/condense-newlines/-/condense-newlines-0.2.1.tgz",
"_shasum": "3de985553139475d32502c83b02f60684d24c55f",
"_spec": "condense-newlines@^0.2.1",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/pretty",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": { "bugs": {
"url": "https://github.com/jonschlinkert/condense-newlines/issues" "url": "https://github.com/jonschlinkert/condense-newlines/issues"
}, },
"bundleDependencies": false, "license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": { "dependencies": {
"extend-shallow": "^2.0.1", "extend-shallow": "^2.0.1",
"is-whitespace": "^0.3.0", "is-whitespace": "^0.3.0",
"kind-of": "^3.0.2" "kind-of": "^3.0.2"
}, },
"deprecated": false,
"description": "Replace extraneous newlines with a single newline, or pass a specified number of newlines to use.",
"devDependencies": { "devDependencies": {
"gulp-format-md": "^0.1.7", "gulp-format-md": "^0.1.7",
"mocha": "^2.4.5" "mocha": "^2.4.5"
}, },
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/condense-newlines",
"keywords": [ "keywords": [
"docs", "docs",
"documentation", "documentation",
@ -57,16 +37,6 @@
"templates", "templates",
"verb" "verb"
], ],
"license": "MIT",
"main": "index.js",
"name": "condense-newlines",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/condense-newlines.git"
},
"scripts": {
"test": "mocha"
},
"verb": { "verb": {
"plugins": [ "plugins": [
"gulp-format-md" "gulp-format-md"
@ -90,6 +60,5 @@
"tasks": [ "tasks": [
"readme" "readme"
] ]
}, }
"version": "0.2.1"
} }

View file

@ -1,60 +1,28 @@
{ {
"_from": "config-chain@^1.1.12", "name": "config-chain",
"_id": "config-chain@1.1.13", "version": "1.1.13",
"_inBundle": false,
"_integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
"_location": "/config-chain",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "config-chain@^1.1.12",
"name": "config-chain",
"escapedName": "config-chain",
"rawSpec": "^1.1.12",
"saveSpec": null,
"fetchSpec": "^1.1.12"
},
"_requiredBy": [
"/js-beautify"
],
"_resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
"_shasum": "fad0795aa6a6cdaff9ed1b68e9dff94372c232f4",
"_spec": "config-chain@^1.1.12",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/js-beautify",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://dominictarr.com"
},
"bugs": {
"url": "https://github.com/dominictarr/config-chain/issues"
},
"bundleDependencies": false,
"dependencies": {
"ini": "^1.3.4",
"proto-list": "~1.2.1"
},
"deprecated": false,
"description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
"devDependencies": {
"tap": "0.3.0"
},
"files": [
"index.js"
],
"homepage": "http://github.com/dominictarr/config-chain",
"license": { "license": {
"type": "MIT", "type": "MIT",
"url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE" "url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
}, },
"name": "config-chain", "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
"homepage": "http://github.com/dominictarr/config-chain",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/dominictarr/config-chain.git" "url": "https://github.com/dominictarr/config-chain.git"
}, },
"files": [
"index.js"
],
"dependencies": {
"proto-list": "~1.2.1",
"ini": "^1.3.4"
},
"devDependencies": {
"tap": "0.3.0"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"scripts": { "scripts": {
"test": "tap test/*" "test": "tap test/*"
}, }
"version": "1.1.13"
} }

View file

@ -1,101 +1,59 @@
{ {
"_from": "editorconfig@^0.15.3", "name": "editorconfig",
"_id": "editorconfig@0.15.3", "version": "0.15.3",
"_inBundle": false, "description": "EditorConfig File Locator and Interpreter for Node.js",
"_integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", "keywords": [
"_location": "/editorconfig", "editorconfig",
"_phantomChildren": {}, "core"
"_requested": { ],
"type": "range", "main": "src/index.js",
"registry": true, "contributors": [
"raw": "editorconfig@^0.15.3", "Hong Xu (topbug.net)",
"name": "editorconfig", "Jed Mao (https://github.com/jedmao/)",
"escapedName": "editorconfig", "Trey Hunner (http://treyhunner.com)"
"rawSpec": "^0.15.3", ],
"saveSpec": null, "directories": {
"fetchSpec": "^0.15.3" "bin": "./bin",
}, "lib": "./lib"
"_requiredBy": [ },
"/js-beautify" "scripts": {
], "clean": "rimraf dist",
"_resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz", "prebuild": "npm run clean",
"_shasum": "bef84c4e75fb8dcb0ce5cee8efd51c15999befc5", "build": "tsc",
"_spec": "editorconfig@^0.15.3", "pretest": "npm run lint && npm run build && npm run copy && cmake .",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/js-beautify", "test": "ctest .",
"author": { "pretest:ci": "npm run pretest",
"name": "EditorConfig Team" "test:ci": "ctest -VV --output-on-failure .",
}, "lint": "npm run eclint && npm run tslint",
"bin": { "eclint": "eclint check --indent_size ignore \"src/**\"",
"editorconfig": "bin/editorconfig" "tslint": "tslint --project tsconfig.json --exclude package.json",
}, "copy": "cpy .npmignore LICENSE README.md CHANGELOG.md dist && cpy bin/* dist/bin && cpy src/lib/fnmatch*.* dist/src/lib",
"bugs": { "prepub": "npm run lint && npm run build && npm run copy",
"url": "https://github.com/editorconfig/editorconfig-core-js/issues" "pub": "npm publish ./dist"
}, },
"bundleDependencies": false, "repository": {
"contributors": [ "type": "git",
{ "url": "git://github.com/editorconfig/editorconfig-core-js.git"
"name": "Hong Xu", },
"url": "topbug.net" "bugs": "https://github.com/editorconfig/editorconfig-core-js/issues",
}, "author": "EditorConfig Team",
{ "license": "MIT",
"name": "Jed Mao", "dependencies": {
"url": "https://github.com/jedmao/" "commander": "^2.19.0",
}, "lru-cache": "^4.1.5",
{ "semver": "^5.6.0",
"name": "Trey Hunner", "sigmund": "^1.0.1"
"url": "http://treyhunner.com" },
} "devDependencies": {
], "@types/mocha": "^5.2.6",
"dependencies": { "@types/node": "^10.12.29",
"commander": "^2.19.0", "@types/semver": "^5.5.0",
"lru-cache": "^4.1.5", "cpy-cli": "^2.0.0",
"semver": "^5.6.0", "eclint": "^2.8.1",
"sigmund": "^1.0.1" "mocha": "^5.2.0",
}, "rimraf": "^2.6.3",
"deprecated": false, "should": "^13.2.3",
"description": "EditorConfig File Locator and Interpreter for Node.js", "tslint": "^5.13.1",
"devDependencies": { "typescript": "^3.3.3333"
"@types/mocha": "^5.2.6", }
"@types/node": "^10.12.29", }
"@types/semver": "^5.5.0",
"cpy-cli": "^2.0.0",
"eclint": "^2.8.1",
"mocha": "^5.2.0",
"rimraf": "^2.6.3",
"should": "^13.2.3",
"tslint": "^5.13.1",
"typescript": "^3.3.3333"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"homepage": "https://github.com/editorconfig/editorconfig-core-js#readme",
"keywords": [
"editorconfig",
"core"
],
"license": "MIT",
"main": "src/index.js",
"name": "editorconfig",
"repository": {
"type": "git",
"url": "git://github.com/editorconfig/editorconfig-core-js.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"copy": "cpy .npmignore LICENSE README.md CHANGELOG.md dist && cpy bin/* dist/bin && cpy src/lib/fnmatch*.* dist/src/lib",
"eclint": "eclint check --indent_size ignore \"src/**\"",
"lint": "npm run eclint && npm run tslint",
"prebuild": "npm run clean",
"prepub": "npm run lint && npm run build && npm run copy",
"pretest": "npm run lint && npm run build && npm run copy && cmake .",
"pretest:ci": "npm run pretest",
"pub": "npm publish ./dist",
"test": "ctest .",
"test:ci": "ctest -VV --output-on-failure .",
"tslint": "tslint --project tsconfig.json --exclude package.json"
},
"version": "0.15.3"
}

View file

@ -1,41 +1,27 @@
{ {
"_from": "extend-shallow@^2.0.1", "name": "extend-shallow",
"_id": "extend-shallow@2.0.1", "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
"_inBundle": false, "version": "2.0.1",
"_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "homepage": "https://github.com/jonschlinkert/extend-shallow",
"_location": "/extend-shallow", "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"_phantomChildren": {}, "repository": "jonschlinkert/extend-shallow",
"_requested": {
"type": "range",
"registry": true,
"raw": "extend-shallow@^2.0.1",
"name": "extend-shallow",
"escapedName": "extend-shallow",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/condense-newlines",
"/pretty"
],
"_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
"_shasum": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f",
"_spec": "extend-shallow@^2.0.1",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/pretty",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": { "bugs": {
"url": "https://github.com/jonschlinkert/extend-shallow/issues" "url": "https://github.com/jonschlinkert/extend-shallow/issues"
}, },
"bundleDependencies": false, "license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": { "dependencies": {
"is-extendable": "^0.1.0" "is-extendable": "^0.1.0"
}, },
"deprecated": false,
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
"devDependencies": { "devDependencies": {
"array-slice": "^0.2.3", "array-slice": "^0.2.3",
"benchmarked": "^0.1.4", "benchmarked": "^0.1.4",
@ -48,13 +34,6 @@
"mocha": "^2.2.5", "mocha": "^2.2.5",
"should": "^7.0.1" "should": "^7.0.1"
}, },
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/extend-shallow",
"keywords": [ "keywords": [
"assign", "assign",
"extend", "extend",
@ -73,16 +52,5 @@
"utility", "utility",
"utils", "utils",
"value" "value"
], ]
"license": "MIT", }
"main": "index.js",
"name": "extend-shallow",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/extend-shallow.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.0.1"
}

View file

@ -1,59 +1,26 @@
{ {
"_from": "fs.realpath@^1.0.0", "name": "fs.realpath",
"_id": "fs.realpath@1.0.0", "version": "1.0.0",
"_inBundle": false,
"_integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"_location": "/fs.realpath",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fs.realpath@^1.0.0",
"name": "fs.realpath",
"escapedName": "fs.realpath",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/glob"
],
"_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
"_spec": "fs.realpath@^1.0.0",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/glob",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/fs.realpath/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
"main": "index.js",
"dependencies": {},
"devDependencies": {}, "devDependencies": {},
"files": [ "scripts": {
"old.js", "test": "tap test/*.js --cov"
"index.js" },
], "repository": {
"homepage": "https://github.com/isaacs/fs.realpath#readme", "type": "git",
"url": "git+https://github.com/isaacs/fs.realpath.git"
},
"keywords": [ "keywords": [
"realpath", "realpath",
"fs", "fs",
"polyfill" "polyfill"
], ],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC", "license": "ISC",
"main": "index.js", "files": [
"name": "fs.realpath", "old.js",
"repository": { "index.js"
"type": "git", ]
"url": "git+https://github.com/isaacs/fs.realpath.git"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"version": "1.0.0"
} }

87
node_modules/glob/package.json generated vendored
View file

@ -1,36 +1,21 @@
{ {
"_from": "glob@^7.1.3", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"_id": "glob@7.2.0", "name": "glob",
"_inBundle": false, "description": "a little globber",
"_integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "version": "7.2.0",
"_location": "/glob", "repository": {
"_phantomChildren": {}, "type": "git",
"_requested": { "url": "git://github.com/isaacs/node-glob.git"
"type": "range",
"registry": true,
"raw": "glob@^7.1.3",
"name": "glob",
"escapedName": "glob",
"rawSpec": "^7.1.3",
"saveSpec": null,
"fetchSpec": "^7.1.3"
}, },
"_requiredBy": [ "main": "glob.js",
"/js-beautify" "files": [
"glob.js",
"sync.js",
"common.js"
], ],
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", "engines": {
"_shasum": "d15535af7732e02e948f4c41628bd910293f6023", "node": "*"
"_spec": "glob@^7.1.3",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/js-beautify",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
}, },
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"bundleDependencies": false,
"dependencies": { "dependencies": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
@ -39,8 +24,6 @@
"once": "^1.3.0", "once": "^1.3.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
}, },
"deprecated": false,
"description": "a little globber",
"devDependencies": { "devDependencies": {
"memfs": "^3.2.0", "memfs": "^3.2.0",
"mkdirp": "0", "mkdirp": "0",
@ -48,38 +31,22 @@
"tap": "^15.0.6", "tap": "^15.0.6",
"tick": "0.0.6" "tick": "0.0.6"
}, },
"engines": {
"node": "*"
},
"files": [
"glob.js",
"sync.js",
"common.js"
],
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"homepage": "https://github.com/isaacs/node-glob#readme",
"license": "ISC",
"main": "glob.js",
"name": "glob",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
},
"scripts": {
"bench": "bash benchmark.sh",
"benchclean": "node benchclean.js",
"prepublish": "npm run benchclean",
"prof": "bash prof.sh && cat profile.txt",
"profclean": "rm -f v8.log profile.txt",
"test": "tap",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
},
"tap": { "tap": {
"before": "test/00-setup.js", "before": "test/00-setup.js",
"after": "test/zz-cleanup.js", "after": "test/zz-cleanup.js",
"jobs": 1 "jobs": 1
}, },
"version": "7.2.0" "scripts": {
"prepublish": "npm run benchclean",
"profclean": "rm -f v8.log profile.txt",
"test": "tap",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js",
"bench": "bash benchmark.sh",
"prof": "bash prof.sh && cat profile.txt",
"benchclean": "node benchclean.js"
},
"license": "ISC",
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
} }

61
node_modules/inflight/package.json generated vendored
View file

@ -1,58 +1,29 @@
{ {
"_from": "inflight@^1.0.4", "name": "inflight",
"_id": "inflight@1.0.6", "version": "1.0.6",
"_inBundle": false, "description": "Add callbacks to requests in flight to avoid async duplication",
"_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "main": "inflight.js",
"_location": "/inflight", "files": [
"_phantomChildren": {}, "inflight.js"
"_requested": {
"type": "range",
"registry": true,
"raw": "inflight@^1.0.4",
"name": "inflight",
"escapedName": "inflight",
"rawSpec": "^1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
},
"_requiredBy": [
"/glob"
], ],
"_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
"_spec": "inflight@^1.0.4",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/glob",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/inflight/issues"
},
"bundleDependencies": false,
"dependencies": { "dependencies": {
"once": "^1.3.0", "once": "^1.3.0",
"wrappy": "1" "wrappy": "1"
}, },
"deprecated": false,
"description": "Add callbacks to requests in flight to avoid async duplication",
"devDependencies": { "devDependencies": {
"tap": "^7.1.2" "tap": "^7.1.2"
}, },
"files": [
"inflight.js"
],
"homepage": "https://github.com/isaacs/inflight",
"license": "ISC",
"main": "inflight.js",
"name": "inflight",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/inflight.git"
},
"scripts": { "scripts": {
"test": "tap test.js --100" "test": "tap test.js --100"
}, },
"version": "1.0.6" "repository": {
"type": "git",
"url": "https://github.com/npm/inflight.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"bugs": {
"url": "https://github.com/isaacs/inflight/issues"
},
"homepage": "https://github.com/isaacs/inflight",
"license": "ISC"
} }

56
node_modules/inherits/package.json generated vendored
View file

@ -1,42 +1,7 @@
{ {
"_from": "inherits@2", "name": "inherits",
"_id": "inherits@2.0.4",
"_inBundle": false,
"_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
"_location": "/inherits",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "inherits@2",
"name": "inherits",
"escapedName": "inherits",
"rawSpec": "2",
"saveSpec": null,
"fetchSpec": "2"
},
"_requiredBy": [
"/glob"
],
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
"_spec": "inherits@2",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/glob",
"browser": "./inherits_browser.js",
"bugs": {
"url": "https://github.com/isaacs/inherits/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"devDependencies": { "version": "2.0.4",
"tap": "^14.2.4"
},
"files": [
"inherits.js",
"inherits_browser.js"
],
"homepage": "https://github.com/isaacs/inherits#readme",
"keywords": [ "keywords": [
"inheritance", "inheritance",
"class", "class",
@ -47,15 +12,18 @@
"browser", "browser",
"browserify" "browserify"
], ],
"license": "ISC",
"main": "./inherits.js", "main": "./inherits.js",
"name": "inherits", "browser": "./inherits_browser.js",
"repository": { "repository": "git://github.com/isaacs/inherits",
"type": "git", "license": "ISC",
"url": "git://github.com/isaacs/inherits.git"
},
"scripts": { "scripts": {
"test": "tap" "test": "tap"
}, },
"version": "2.0.4" "devDependencies": {
"tap": "^14.2.4"
},
"files": [
"inherits.js",
"inherits_browser.js"
]
} }

73
node_modules/ini/package.json generated vendored
View file

@ -1,38 +1,23 @@
{ {
"_from": "ini@^1.3.4", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"_id": "ini@1.3.8", "name": "ini",
"_inBundle": false,
"_integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
"_location": "/ini",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ini@^1.3.4",
"name": "ini",
"escapedName": "ini",
"rawSpec": "^1.3.4",
"saveSpec": null,
"fetchSpec": "^1.3.4"
},
"_requiredBy": [
"/config-chain"
],
"_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"_shasum": "a29da425b48806f34767a4efce397269af28432c",
"_spec": "ini@^1.3.4",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/config-chain",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/ini/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An ini encoder/decoder for node", "description": "An ini encoder/decoder for node",
"version": "1.3.8",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/ini.git"
},
"main": "ini.js",
"scripts": {
"eslint": "eslint",
"lint": "npm run eslint -- ini.js test/*.js",
"lintfix": "npm run lint -- --fix",
"test": "tap",
"posttest": "npm run lint",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
},
"devDependencies": { "devDependencies": {
"eslint": "^7.9.0", "eslint": "^7.9.0",
"eslint-plugin-import": "^2.22.0", "eslint-plugin-import": "^2.22.0",
@ -41,26 +26,8 @@
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",
"tap": "14" "tap": "14"
}, },
"license": "ISC",
"files": [ "files": [
"ini.js" "ini.js"
], ]
"homepage": "https://github.com/isaacs/ini#readme",
"license": "ISC",
"main": "ini.js",
"name": "ini",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/ini.git"
},
"scripts": {
"eslint": "eslint",
"lint": "npm run eslint -- ini.js test/*.js",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"test": "tap"
},
"version": "1.3.8"
} }

34
node_modules/is-buffer/package.json generated vendored
View file

@ -1,27 +1,7 @@
{ {
"_from": "is-buffer@^1.1.5", "name": "is-buffer",
"_id": "is-buffer@1.1.6", "description": "Determine if an object is a Buffer",
"_inBundle": false, "version": "1.1.6",
"_integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
"_location": "/is-buffer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-buffer@^1.1.5",
"name": "is-buffer",
"escapedName": "is-buffer",
"rawSpec": "^1.1.5",
"saveSpec": null,
"fetchSpec": "^1.1.5"
},
"_requiredBy": [
"/kind-of"
],
"_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
"_shasum": "efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be",
"_spec": "is-buffer@^1.1.5",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/kind-of",
"author": { "author": {
"name": "Feross Aboukhadijeh", "name": "Feross Aboukhadijeh",
"email": "feross@feross.org", "email": "feross@feross.org",
@ -30,16 +10,12 @@
"bugs": { "bugs": {
"url": "https://github.com/feross/is-buffer/issues" "url": "https://github.com/feross/is-buffer/issues"
}, },
"bundleDependencies": false,
"dependencies": {}, "dependencies": {},
"deprecated": false,
"description": "Determine if an object is a Buffer",
"devDependencies": { "devDependencies": {
"standard": "*", "standard": "*",
"tape": "^4.0.0", "tape": "^4.0.0",
"zuul": "^3.0.0" "zuul": "^3.0.0"
}, },
"homepage": "https://github.com/feross/is-buffer#readme",
"keywords": [ "keywords": [
"buffer", "buffer",
"buffers", "buffers",
@ -59,7 +35,6 @@
], ],
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"name": "is-buffer",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/feross/is-buffer.git" "url": "git://github.com/feross/is-buffer.git"
@ -72,6 +47,5 @@
}, },
"testling": { "testling": {
"files": "test/*.js" "files": "test/*.js"
}, }
"version": "1.1.6"
} }

View file

@ -1,47 +1,27 @@
{ {
"_from": "is-extendable@^0.1.0", "name": "is-extendable",
"_id": "is-extendable@0.1.1", "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
"_inBundle": false, "version": "0.1.1",
"_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", "homepage": "https://github.com/jonschlinkert/is-extendable",
"_location": "/is-extendable", "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"_phantomChildren": {}, "repository": "jonschlinkert/is-extendable",
"_requested": {
"type": "range",
"registry": true,
"raw": "is-extendable@^0.1.0",
"name": "is-extendable",
"escapedName": "is-extendable",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/extend-shallow"
],
"_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
"_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
"_spec": "is-extendable@^0.1.0",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/extend-shallow",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": { "bugs": {
"url": "https://github.com/jonschlinkert/is-extendable/issues" "url": "https://github.com/jonschlinkert/is-extendable/issues"
}, },
"bundleDependencies": false, "license": "MIT",
"deprecated": false,
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [ "files": [
"index.js" "index.js"
], ],
"homepage": "https://github.com/jonschlinkert/is-extendable", "main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*"
},
"keywords": [ "keywords": [
"array", "array",
"assign", "assign",
@ -55,16 +35,6 @@
"regex", "regex",
"test" "test"
], ],
"license": "MIT",
"main": "index.js",
"name": "is-extendable",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-extendable.git"
},
"scripts": {
"test": "mocha"
},
"verbiage": { "verbiage": {
"related": { "related": {
"list": [ "list": [
@ -77,6 +47,5 @@
"assign-deep" "assign-deep"
] ]
} }
}, }
"version": "0.1.1"
} }

View file

@ -1,47 +1,36 @@
{ {
"_from": "is-whitespace@^0.3.0", "name": "is-whitespace",
"_id": "is-whitespace@0.3.0", "description": "Returns true if the value passed is all whitespace.",
"_inBundle": false, "version": "0.3.0",
"_integrity": "sha1-Fjnssb4DauxppUy7QBz77XEUq38=", "homepage": "https://github.com/jonschlinkert/is-whitespace",
"_location": "/is-whitespace",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-whitespace@^0.3.0",
"name": "is-whitespace",
"escapedName": "is-whitespace",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/condense-newlines"
],
"_resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz",
"_shasum": "1639ecb1be036aec69a54cbb401cfbed7114ab7f",
"_spec": "is-whitespace@^0.3.0",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/condense-newlines",
"author": { "author": {
"name": "Jon Schlinkert", "name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert" "url": "https://github.com/jonschlinkert"
}, },
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/is-whitespace.git"
},
"bugs": { "bugs": {
"url": "https://github.com/jonschlinkert/is-whitespace/issues" "url": "https://github.com/jonschlinkert/is-whitespace/issues"
}, },
"bundleDependencies": false, "license": {
"deprecated": false, "type": "MIT",
"description": "Returns true if the value passed is all whitespace.", "url": "https://github.com/jonschlinkert/is-whitespace/blob/master/LICENSE"
"devDependencies": {
"mocha": "^2.2.1"
},
"engines": {
"node": ">=0.10.0"
}, },
"files": [ "files": [
"index.js" "index.js"
], ],
"homepage": "https://github.com/jonschlinkert/is-whitespace", "main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"keywords": [ "keywords": [
"character", "character",
"characters", "characters",
@ -54,19 +43,5 @@
"test", "test",
"white", "white",
"whitespace" "whitespace"
], ]
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/is-whitespace/blob/master/LICENSE"
},
"main": "index.js",
"name": "is-whitespace",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/is-whitespace.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.3.0"
} }

151
node_modules/js-beautify/package.json generated vendored
View file

@ -1,87 +1,59 @@
{ {
"_from": "js-beautify@^1.6.12", "name": "js-beautify",
"_id": "js-beautify@1.14.0", "version": "1.14.0",
"_inBundle": false, "description": "beautifier.io for node",
"_integrity": "sha512-yuck9KirNSCAwyNJbqW+BxJqJ0NLJ4PwBUzQQACl5O3qHMBXVkXb/rD0ilh/Lat/tn88zSZ+CAHOlk0DsY7GuQ==", "main": "js/index.js",
"_location": "/js-beautify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "js-beautify@^1.6.12",
"name": "js-beautify",
"escapedName": "js-beautify",
"rawSpec": "^1.6.12",
"saveSpec": null,
"fetchSpec": "^1.6.12"
},
"_requiredBy": [
"/pretty"
],
"_resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.0.tgz",
"_shasum": "2ce790c555d53ce1e3d7363227acf5dc69024c2d",
"_spec": "js-beautify@^1.6.12",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/pretty",
"author": {
"name": "Einar Lielmanis",
"email": "einar@beautifier.io"
},
"bin": { "bin": {
"css-beautify": "js/bin/css-beautify.js", "css-beautify": "./js/bin/css-beautify.js",
"html-beautify": "js/bin/html-beautify.js", "html-beautify": "./js/bin/html-beautify.js",
"js-beautify": "js/bin/js-beautify.js" "js-beautify": "./js/bin/js-beautify.js"
},
"directories": {
"lib": "js/lib",
"test": "js/test"
},
"files": [
"js/bin/",
"js/lib/*.js",
"js/lib/unpackers/",
"js/index.js",
"js/src/**/*"
],
"scripts": {},
"bugs": "https://github.com/beautify-web/js-beautify/issues",
"homepage": "https://beautifier.io/",
"repository": {
"type": "git",
"url": "git://github.com/beautify-web/js-beautify.git"
},
"keywords": [
"beautify",
"beautifier",
"code-quality"
],
"author": "Einar Lielmanis <einar@beautifier.io>",
"contributors": [
"Vital Batmanov <vital76@gmail.com>",
"Chris J. Shull <chrisjshull@gmail.com>",
"Gian Marco Gherardi <gianmarco.gherardi@gmail.com>",
"Stan <stasson@orc.ru>",
"Vittorio Gambaletta <VittGam@vittgam.net>",
"Daniel Stockman <daniel.stockman@gmail.com>",
"Harutyun Amirjanyan <amirjanyan@gmail.com>",
"Nochum Sossonko <nsossonko@hotmail.com>",
"Liam Newman <bitwiseman@beautifier.io>"
],
"license": "MIT",
"engines": {
"node": ">=10"
}, },
"browserslist": "ie 11", "browserslist": "ie 11",
"bugs": {
"url": "https://github.com/beautify-web/js-beautify/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Vital Batmanov",
"email": "vital76@gmail.com"
},
{
"name": "Chris J. Shull",
"email": "chrisjshull@gmail.com"
},
{
"name": "Gian Marco Gherardi",
"email": "gianmarco.gherardi@gmail.com"
},
{
"name": "Stan",
"email": "stasson@orc.ru"
},
{
"name": "Vittorio Gambaletta",
"email": "VittGam@vittgam.net"
},
{
"name": "Daniel Stockman",
"email": "daniel.stockman@gmail.com"
},
{
"name": "Harutyun Amirjanyan",
"email": "amirjanyan@gmail.com"
},
{
"name": "Nochum Sossonko",
"email": "nsossonko@hotmail.com"
},
{
"name": "Liam Newman",
"email": "bitwiseman@beautifier.io"
}
],
"dependencies": { "dependencies": {
"config-chain": "^1.1.12", "config-chain": "^1.1.12",
"editorconfig": "^0.15.3", "editorconfig": "^0.15.3",
"glob": "^7.1.3", "glob": "^7.1.3",
"nopt": "^5.0.0" "nopt": "^5.0.0"
}, },
"deprecated": false,
"description": "beautifier.io for node",
"devDependencies": { "devDependencies": {
"benchmark": "^2.1.4", "benchmark": "^2.1.4",
"codemirror": "^5.56.0", "codemirror": "^5.56.0",
@ -94,34 +66,5 @@
"serve": "^11.3.2", "serve": "^11.3.2",
"webpack": "^5.32.0", "webpack": "^5.32.0",
"webpack-cli": "^4.6.0" "webpack-cli": "^4.6.0"
}, }
"directories": {
"lib": "js/lib",
"test": "js/test"
},
"engines": {
"node": ">=10"
},
"files": [
"js/bin/",
"js/lib/*.js",
"js/lib/unpackers/",
"js/index.js",
"js/src/**/*"
],
"homepage": "https://beautifier.io/",
"keywords": [
"beautify",
"beautifier",
"code-quality"
],
"license": "MIT",
"main": "js/index.js",
"name": "js-beautify",
"repository": {
"type": "git",
"url": "git://github.com/beautify-web/js-beautify.git"
},
"scripts": {},
"version": "1.14.0"
} }

99
node_modules/kind-of/package.json generated vendored
View file

@ -1,66 +1,36 @@
{ {
"_from": "kind-of@^3.0.2", "name": "kind-of",
"_id": "kind-of@3.2.2", "description": "Get the native type of a value.",
"_inBundle": false, "version": "3.2.2",
"_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "homepage": "https://github.com/jonschlinkert/kind-of",
"_location": "/kind-of", "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"_phantomChildren": {}, "contributors": [
"_requested": { "David Fox-Powell (https://dtothefp.github.io/me)",
"type": "range", "Jon Schlinkert (http://twitter.com/jonschlinkert)",
"registry": true, "Ken Sheedlo (kensheedlo.com)",
"raw": "kind-of@^3.0.2", "laggingreflex (https://github.com/laggingreflex)",
"name": "kind-of", "Miguel Mota (https://miguelmota.com)",
"escapedName": "kind-of", "Peter deHaan (http://about.me/peterdehaan)"
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/condense-newlines"
], ],
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "repository": "jonschlinkert/kind-of",
"_shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
"_spec": "kind-of@^3.0.2",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/condense-newlines",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": { "bugs": {
"url": "https://github.com/jonschlinkert/kind-of/issues" "url": "https://github.com/jonschlinkert/kind-of/issues"
}, },
"bundleDependencies": false, "license": "MIT",
"contributors": [ "files": [
{ "index.js"
"name": "David Fox-Powell",
"url": "https://dtothefp.github.io/me"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Ken Sheedlo",
"url": "kensheedlo.com"
},
{
"name": "laggingreflex",
"url": "https://github.com/laggingreflex"
},
{
"name": "Miguel Mota",
"url": "https://miguelmota.com"
},
{
"name": "Peter deHaan",
"url": "http://about.me/peterdehaan"
}
], ],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha",
"prepublish": "browserify -o browser.js -e index.js -s index --bare"
},
"dependencies": { "dependencies": {
"is-buffer": "^1.1.5" "is-buffer": "^1.1.5"
}, },
"deprecated": false,
"description": "Get the native type of a value.",
"devDependencies": { "devDependencies": {
"ansi-bold": "^0.1.1", "ansi-bold": "^0.1.1",
"benchmarked": "^1.0.0", "benchmarked": "^1.0.0",
@ -71,13 +41,6 @@
"type-of": "^2.0.1", "type-of": "^2.0.1",
"typeof": "^1.0.0" "typeof": "^1.0.0"
}, },
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/kind-of",
"keywords": [ "keywords": [
"arguments", "arguments",
"array", "array",
@ -101,17 +64,6 @@
"typeof", "typeof",
"types" "types"
], ],
"license": "MIT",
"main": "index.js",
"name": "kind-of",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/kind-of.git"
},
"scripts": {
"prepublish": "browserify -o browser.js -e index.js -s index --bare",
"test": "mocha"
},
"verb": { "verb": {
"related": { "related": {
"list": [ "list": [
@ -134,6 +86,5 @@
"reflinks": [ "reflinks": [
"verb" "verb"
] ]
}, }
"version": "3.2.2"
} }

81
node_modules/lru-cache/package.json generated vendored
View file

@ -1,71 +1,36 @@
{ {
"_from": "lru-cache@^4.1.5", "name": "lru-cache",
"_id": "lru-cache@4.1.5",
"_inBundle": false,
"_integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
"_location": "/lru-cache",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lru-cache@^4.1.5",
"name": "lru-cache",
"escapedName": "lru-cache",
"rawSpec": "^4.1.5",
"saveSpec": null,
"fetchSpec": "^4.1.5"
},
"_requiredBy": [
"/editorconfig"
],
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
"_shasum": "8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd",
"_spec": "lru-cache@^4.1.5",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/editorconfig",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"bundleDependencies": false,
"dependencies": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
},
"deprecated": false,
"description": "A cache object that deletes the least-recently-used items.", "description": "A cache object that deletes the least-recently-used items.",
"devDependencies": { "version": "4.1.5",
"benchmark": "^2.1.4", "author": "Isaac Z. Schlueter <i@izs.me>",
"standard": "^12.0.1",
"tap": "^12.1.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
"keywords": [ "keywords": [
"mru", "mru",
"lru", "lru",
"cache" "cache"
], ],
"license": "ISC",
"main": "index.js",
"name": "lru-cache",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-lru-cache.git"
},
"scripts": { "scripts": {
"test": "tap test/*.js --100 -J",
"snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
"posttest": "standard test/*.js index.js",
"coveragerport": "tap --coverage-report=html", "coveragerport": "tap --coverage-report=html",
"lintfix": "standard --fix test/*.js index.js", "lintfix": "standard --fix test/*.js index.js",
"postpublish": "git push origin --all; git push origin --tags",
"posttest": "standard test/*.js index.js",
"postversion": "npm publish --tag=legacy",
"preversion": "npm test", "preversion": "npm test",
"snap": "TAP_SNAPSHOT=1 tap test/*.js -J", "postversion": "npm publish --tag=legacy",
"test": "tap test/*.js --100 -J" "postpublish": "git push origin --all; git push origin --tags"
}, },
"version": "4.1.5" "main": "index.js",
"repository": "git://github.com/isaacs/node-lru-cache.git",
"devDependencies": {
"benchmark": "^2.1.4",
"standard": "^12.0.1",
"tap": "^12.1.0"
},
"license": "ISC",
"dependencies": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
},
"files": [
"index.js"
]
} }

73
node_modules/minimatch/package.json generated vendored
View file

@ -1,63 +1,30 @@
{ {
"_from": "minimatch@^3.0.4", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"_id": "minimatch@3.0.4",
"_inBundle": false,
"_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"_location": "/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minimatch@^3.0.4",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "^3.0.4",
"saveSpec": null,
"fetchSpec": "^3.0.4"
},
"_requiredBy": [
"/glob"
],
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
"_spec": "minimatch@^3.0.4",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/glob",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
"bundleDependencies": false,
"dependencies": {
"brace-expansion": "^1.1.7"
},
"deprecated": false,
"description": "a glob matcher in javascript",
"devDependencies": {
"tap": "^10.3.2"
},
"engines": {
"node": "*"
},
"files": [
"minimatch.js"
],
"homepage": "https://github.com/isaacs/minimatch#readme",
"license": "ISC",
"main": "minimatch.js",
"name": "minimatch", "name": "minimatch",
"description": "a glob matcher in javascript",
"version": "3.0.4",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/isaacs/minimatch.git" "url": "git://github.com/isaacs/minimatch.git"
}, },
"main": "minimatch.js",
"scripts": { "scripts": {
"postpublish": "git push origin --all; git push origin --tags", "test": "tap test/*.js --cov",
"postversion": "npm publish",
"preversion": "npm test", "preversion": "npm test",
"test": "tap test/*.js --cov" "postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
}, },
"version": "3.0.4" "engines": {
"node": "*"
},
"dependencies": {
"brace-expansion": "^1.1.7"
},
"devDependencies": {
"tap": "^10.3.2"
},
"license": "ISC",
"files": [
"minimatch.js"
]
} }

67
node_modules/nopt/package.json generated vendored
View file

@ -1,67 +1,34 @@
{ {
"_from": "nopt@^5.0.0", "name": "nopt",
"_id": "nopt@5.0.0", "version": "5.0.0",
"_inBundle": false, "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"_integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"_location": "/nopt", "main": "lib/nopt.js",
"_phantomChildren": {}, "scripts": {
"_requested": { "preversion": "npm test",
"type": "range", "postversion": "npm publish",
"registry": true, "prepublishOnly": "git push origin --follow-tags",
"raw": "nopt@^5.0.0", "test": "tap test/*.js"
"name": "nopt",
"escapedName": "nopt",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
}, },
"_requiredBy": [ "repository": {
"/js-beautify" "type": "git",
], "url": "https://github.com/npm/nopt.git"
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
"_shasum": "530942bb58a512fccafe53fe210f13a25355dc88",
"_spec": "nopt@^5.0.0",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/js-beautify",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
}, },
"bin": { "bin": {
"nopt": "bin/nopt.js" "nopt": "bin/nopt.js"
}, },
"bugs": { "license": "ISC",
"url": "https://github.com/npm/nopt/issues"
},
"bundleDependencies": false,
"dependencies": { "dependencies": {
"abbrev": "1" "abbrev": "1"
}, },
"deprecated": false,
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"devDependencies": { "devDependencies": {
"tap": "^14.10.6" "tap": "^14.10.6"
}, },
"engines": {
"node": ">=6"
},
"files": [ "files": [
"bin", "bin",
"lib" "lib"
], ],
"homepage": "https://github.com/npm/nopt#readme", "engines": {
"license": "ISC", "node": ">=6"
"main": "lib/nopt.js", }
"name": "nopt",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/nopt.git"
},
"scripts": {
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"test": "tap test/*.js"
},
"version": "5.0.0"
} }

62
node_modules/once/package.json generated vendored
View file

@ -1,67 +1,33 @@
{ {
"_from": "once@^1.3.0", "name": "once",
"_id": "once@1.4.0", "version": "1.4.0",
"_inBundle": false, "description": "Run a function exactly one time",
"_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "main": "once.js",
"_location": "/once", "directories": {
"_phantomChildren": {}, "test": "test"
"_requested": {
"type": "range",
"registry": true,
"raw": "once@^1.3.0",
"name": "once",
"escapedName": "once",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
}, },
"_requiredBy": [
"/glob",
"/inflight"
],
"_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
"_spec": "once@^1.3.0",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/glob",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/once/issues"
},
"bundleDependencies": false,
"dependencies": { "dependencies": {
"wrappy": "1" "wrappy": "1"
}, },
"deprecated": false,
"description": "Run a function exactly one time",
"devDependencies": { "devDependencies": {
"tap": "^7.0.1" "tap": "^7.0.1"
}, },
"directories": { "scripts": {
"test": "test" "test": "tap test/*.js"
}, },
"files": [ "files": [
"once.js" "once.js"
], ],
"homepage": "https://github.com/isaacs/once#readme", "repository": {
"type": "git",
"url": "git://github.com/isaacs/once"
},
"keywords": [ "keywords": [
"once", "once",
"function", "function",
"one", "one",
"single" "single"
], ],
"license": "ISC", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"main": "once.js", "license": "ISC"
"name": "once",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/once.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.4.0"
} }

View file

@ -1,48 +1,23 @@
{ {
"_from": "path-is-absolute@^1.0.0", "name": "path-is-absolute",
"_id": "path-is-absolute@1.0.1", "version": "1.0.1",
"_inBundle": false, "description": "Node.js 0.12 path.isAbsolute() ponyfill",
"_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "license": "MIT",
"_location": "/path-is-absolute", "repository": "sindresorhus/path-is-absolute",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "path-is-absolute@^1.0.0",
"name": "path-is-absolute",
"escapedName": "path-is-absolute",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/glob"
],
"_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
"_spec": "path-is-absolute@^1.0.0",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/glob",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"bugs": {
"url": "https://github.com/sindresorhus/path-is-absolute/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Node.js 0.12 path.isAbsolute() ponyfill",
"devDependencies": {
"xo": "^0.16.0"
},
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
}, },
"scripts": {
"test": "xo && node test.js"
},
"files": [ "files": [
"index.js" "index.js"
], ],
"homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
"keywords": [ "keywords": [
"path", "path",
"paths", "paths",
@ -62,14 +37,7 @@
"detect", "detect",
"check" "check"
], ],
"license": "MIT", "devDependencies": {
"name": "path-is-absolute", "xo": "^0.16.0"
"repository": { }
"type": "git",
"url": "git+https://github.com/sindresorhus/path-is-absolute.git"
},
"scripts": {
"test": "xo && node test.js"
},
"version": "1.0.1"
} }

68
node_modules/pretty/package.json generated vendored
View file

@ -1,54 +1,33 @@
{ {
"_from": "pretty", "name": "pretty",
"_id": "pretty@2.0.0", "description": "Some tweaks for beautifying HTML with js-beautify according to my preferences.",
"_inBundle": false, "version": "2.0.0",
"_integrity": "sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=", "homepage": "https://github.com/jonschlinkert/pretty",
"_location": "/pretty", "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"_phantomChildren": {}, "repository": "jonschlinkert/pretty",
"_requested": {
"type": "tag",
"registry": true,
"raw": "pretty",
"name": "pretty",
"escapedName": "pretty",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pretty/-/pretty-2.0.0.tgz",
"_shasum": "adbc7960b7bbfe289a557dc5f737619a220d06a5",
"_spec": "pretty",
"_where": "/home/runner/work/public_library_map/public_library_map",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": { "bugs": {
"url": "https://github.com/jonschlinkert/pretty/issues" "url": "https://github.com/jonschlinkert/pretty/issues"
}, },
"bundleDependencies": false, "license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": { "dependencies": {
"condense-newlines": "^0.2.1", "condense-newlines": "^0.2.1",
"extend-shallow": "^2.0.1", "extend-shallow": "^2.0.1",
"js-beautify": "^1.6.12" "js-beautify": "^1.6.12"
}, },
"deprecated": false,
"description": "Some tweaks for beautifying HTML with js-beautify according to my preferences.",
"devDependencies": { "devDependencies": {
"gulp-format-md": "^0.1.12", "gulp-format-md": "^0.1.12",
"mocha": "^3.2.0" "mocha": "^3.2.0"
}, },
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/pretty",
"keywords": [ "keywords": [
"beautify", "beautify",
"format", "format",
@ -59,16 +38,6 @@
"prettify", "prettify",
"pretty" "pretty"
], ],
"license": "MIT",
"main": "index.js",
"name": "pretty",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/pretty.git"
},
"scripts": {
"test": "mocha"
},
"verb": { "verb": {
"toc": false, "toc": false,
"layout": "default", "layout": "default",
@ -81,6 +50,5 @@
"lint": { "lint": {
"reflinks": true "reflinks": true
} }
}, }
"version": "2.0.0"
} }

57
node_modules/proto-list/package.json generated vendored
View file

@ -1,51 +1,18 @@
{ {
"_from": "proto-list@~1.2.1",
"_id": "proto-list@1.2.4",
"_inBundle": false,
"_integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=",
"_location": "/proto-list",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "proto-list@~1.2.1",
"name": "proto-list",
"escapedName": "proto-list",
"rawSpec": "~1.2.1",
"saveSpec": null,
"fetchSpec": "~1.2.1"
},
"_requiredBy": [
"/config-chain"
],
"_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
"_shasum": "212d5bfe1318306a420f6402b8e26ff39647a849",
"_spec": "proto-list@~1.2.1",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/config-chain",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/proto-list/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A utility for managing a prototype chain",
"devDependencies": {
"tap": "0"
},
"homepage": "https://github.com/isaacs/proto-list#readme",
"license": "ISC",
"main": "./proto-list.js",
"name": "proto-list", "name": "proto-list",
"repository": { "version": "1.2.4",
"type": "git", "description": "A utility for managing a prototype chain",
"url": "git+https://github.com/isaacs/proto-list.git" "main": "./proto-list.js",
}, "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"scripts": { "scripts": {
"test": "tap test/*.js" "test": "tap test/*.js"
}, },
"version": "1.2.4" "repository": {
"type": "git",
"url": "https://github.com/isaacs/proto-list"
},
"license": "ISC",
"devDependencies": {
"tap": "0"
}
} }

59
node_modules/pseudomap/package.json generated vendored
View file

@ -1,54 +1,25 @@
{ {
"_from": "pseudomap@^1.0.2", "name": "pseudomap",
"_id": "pseudomap@1.0.2", "version": "1.0.2",
"_inBundle": false,
"_integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
"_location": "/pseudomap",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pseudomap@^1.0.2",
"name": "pseudomap",
"escapedName": "pseudomap",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/lru-cache"
],
"_resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
"_shasum": "f052a28da70e618917ef0a8ac34c1ae5a68286b3",
"_spec": "pseudomap@^1.0.2",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/lru-cache",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/pseudomap/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.", "description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.",
"devDependencies": { "main": "map.js",
"tap": "^2.3.1"
},
"directories": { "directories": {
"test": "test" "test": "test"
}, },
"homepage": "https://github.com/isaacs/pseudomap#readme", "devDependencies": {
"license": "ISC", "tap": "^2.3.1"
"main": "map.js",
"name": "pseudomap",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/pseudomap.git"
}, },
"scripts": { "scripts": {
"test": "tap test/*.js" "test": "tap test/*.js"
}, },
"version": "1.0.2" "repository": {
"type": "git",
"url": "git+https://github.com/isaacs/pseudomap.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaacs/pseudomap/issues"
},
"homepage": "https://github.com/isaacs/pseudomap#readme"
} }

62
node_modules/semver/package.json generated vendored
View file

@ -1,60 +1,28 @@
{ {
"_from": "semver@^5.6.0", "name": "semver",
"_id": "semver@5.7.1", "version": "5.7.1",
"_inBundle": false,
"_integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
"_location": "/semver",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "semver@^5.6.0",
"name": "semver",
"escapedName": "semver",
"rawSpec": "^5.6.0",
"saveSpec": null,
"fetchSpec": "^5.6.0"
},
"_requiredBy": [
"/editorconfig"
],
"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"_shasum": "a954f931aeba508d307bbf069eff0c01c96116f7",
"_spec": "semver@^5.6.0",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/editorconfig",
"bin": {
"semver": "bin/semver"
},
"bugs": {
"url": "https://github.com/npm/node-semver/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The semantic version parser used by npm.", "description": "The semantic version parser used by npm.",
"main": "semver.js",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"devDependencies": { "devDependencies": {
"tap": "^13.0.0-rc.18" "tap": "^13.0.0-rc.18"
}, },
"license": "ISC",
"repository": "https://github.com/npm/node-semver",
"bin": {
"semver": "./bin/semver"
},
"files": [ "files": [
"bin", "bin",
"range.bnf", "range.bnf",
"semver.js" "semver.js"
], ],
"homepage": "https://github.com/npm/node-semver#readme",
"license": "ISC",
"main": "semver.js",
"name": "semver",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/node-semver.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap"
},
"tap": { "tap": {
"check-coverage": true "check-coverage": true
}, }
"version": "5.7.1"
} }

67
node_modules/sigmund/package.json generated vendored
View file

@ -1,46 +1,23 @@
{ {
"_from": "sigmund@^1.0.1", "name": "sigmund",
"_id": "sigmund@1.0.1", "version": "1.0.1",
"_inBundle": false,
"_integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=",
"_location": "/sigmund",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sigmund@^1.0.1",
"name": "sigmund",
"escapedName": "sigmund",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/editorconfig"
],
"_resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
"_shasum": "3ff21f198cad2175f9f3b781853fd94d0d19b590",
"_spec": "sigmund@^1.0.1",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/editorconfig",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/sigmund/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Quick and dirty signatures for Objects.", "description": "Quick and dirty signatures for Objects.",
"devDependencies": { "main": "sigmund.js",
"tap": "~0.3.0"
},
"directories": { "directories": {
"test": "test" "test": "test"
}, },
"homepage": "https://github.com/isaacs/sigmund#readme", "dependencies": {},
"devDependencies": {
"tap": "~0.3.0"
},
"scripts": {
"test": "tap test/*.js",
"bench": "node bench.js"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/sigmund"
},
"keywords": [ "keywords": [
"object", "object",
"signature", "signature",
@ -48,16 +25,6 @@
"data", "data",
"psychoanalysis" "psychoanalysis"
], ],
"license": "ISC", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"main": "sigmund.js", "license": "ISC"
"name": "sigmund",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/sigmund.git"
},
"scripts": {
"bench": "node bench.js",
"test": "tap test/*.js"
},
"version": "1.0.1"
} }

68
node_modules/wrappy/package.json generated vendored
View file

@ -1,59 +1,29 @@
{ {
"_from": "wrappy@1", "name": "wrappy",
"_id": "wrappy@1.0.2", "version": "1.0.2",
"_inBundle": false,
"_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"_location": "/wrappy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "wrappy@1",
"name": "wrappy",
"escapedName": "wrappy",
"rawSpec": "1",
"saveSpec": null,
"fetchSpec": "1"
},
"_requiredBy": [
"/inflight",
"/once"
],
"_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
"_spec": "wrappy@1",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/inflight",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/npm/wrappy/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Callback wrapping utility", "description": "Callback wrapping utility",
"devDependencies": { "main": "wrappy.js",
"tap": "^2.3.1"
},
"directories": {
"test": "test"
},
"files": [ "files": [
"wrappy.js" "wrappy.js"
], ],
"homepage": "https://github.com/npm/wrappy", "directories": {
"license": "ISC", "test": "test"
"main": "wrappy.js", },
"name": "wrappy", "dependencies": {},
"repository": { "devDependencies": {
"type": "git", "tap": "^2.3.1"
"url": "git+https://github.com/npm/wrappy.git"
}, },
"scripts": { "scripts": {
"test": "tap --coverage test/*.js" "test": "tap --coverage test/*.js"
}, },
"version": "1.0.2" "repository": {
"type": "git",
"url": "https://github.com/npm/wrappy"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/wrappy/issues"
},
"homepage": "https://github.com/npm/wrappy"
} }

63
node_modules/yallist/package.json generated vendored
View file

@ -1,42 +1,8 @@
{ {
"_from": "yallist@^2.1.2", "name": "yallist",
"_id": "yallist@2.1.2", "version": "2.1.2",
"_inBundle": false,
"_integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
"_location": "/yallist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yallist@^2.1.2",
"name": "yallist",
"escapedName": "yallist",
"rawSpec": "^2.1.2",
"saveSpec": null,
"fetchSpec": "^2.1.2"
},
"_requiredBy": [
"/lru-cache"
],
"_resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
"_shasum": "1c11f9218f076089a47dd512f93c6699a6a81d52",
"_spec": "yallist@^2.1.2",
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/lru-cache",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/yallist/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Yet Another Linked List", "description": "Yet Another Linked List",
"devDependencies": { "main": "yallist.js",
"tap": "^10.3.0"
},
"directories": { "directories": {
"test": "test" "test": "test"
}, },
@ -44,19 +10,20 @@
"yallist.js", "yallist.js",
"iterator.js" "iterator.js"
], ],
"homepage": "https://github.com/isaacs/yallist#readme", "dependencies": {},
"license": "ISC", "devDependencies": {
"main": "yallist.js", "tap": "^10.3.0"
"name": "yallist", },
"scripts": {
"test": "tap test/*.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/isaacs/yallist.git" "url": "git+https://github.com/isaacs/yallist.git"
}, },
"scripts": { "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"postpublish": "git push origin --all; git push origin --tags", "license": "ISC"
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js --100"
},
"version": "2.1.2"
} }

449
package-lock.json generated
View file

@ -1,6 +1,453 @@
{ {
"name": "public_library_map",
"lockfileVersion": 2,
"requires": true, "requires": true,
"lockfileVersion": 1, "packages": {
"": {
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"pretty": "^2.0.0"
}
},
"node_modules/abbrev": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
},
"node_modules/boolbase": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
},
"node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/cheerio": {
"version": "1.0.0-rc.10",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.10.tgz",
"integrity": "sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==",
"dependencies": {
"cheerio-select": "^1.5.0",
"dom-serializer": "^1.3.2",
"domhandler": "^4.2.0",
"htmlparser2": "^6.1.0",
"parse5": "^6.0.1",
"parse5-htmlparser2-tree-adapter": "^6.0.1",
"tslib": "^2.2.0"
},
"engines": {
"node": ">= 6"
},
"funding": {
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
}
},
"node_modules/cheerio-select": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.5.0.tgz",
"integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==",
"dependencies": {
"css-select": "^4.1.3",
"css-what": "^5.0.1",
"domelementtype": "^2.2.0",
"domhandler": "^4.2.0",
"domutils": "^2.7.0"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/commander": {
"version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
},
"node_modules/concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"node_modules/condense-newlines": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/condense-newlines/-/condense-newlines-0.2.1.tgz",
"integrity": "sha1-PemFVTE5R10yUCyDsC9gaE0kxV8=",
"dependencies": {
"extend-shallow": "^2.0.1",
"is-whitespace": "^0.3.0",
"kind-of": "^3.0.2"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/config-chain": {
"version": "1.1.13",
"resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
"integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
"dependencies": {
"ini": "^1.3.4",
"proto-list": "~1.2.1"
}
},
"node_modules/css-select": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz",
"integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==",
"dependencies": {
"boolbase": "^1.0.0",
"css-what": "^5.0.0",
"domhandler": "^4.2.0",
"domutils": "^2.6.0",
"nth-check": "^2.0.0"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/css-what": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
"integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==",
"engines": {
"node": ">= 6"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/dom-serializer": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz",
"integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==",
"dependencies": {
"domelementtype": "^2.0.1",
"domhandler": "^4.2.0",
"entities": "^2.0.0"
},
"funding": {
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
},
"node_modules/domelementtype": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
"integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
]
},
"node_modules/domhandler": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz",
"integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==",
"dependencies": {
"domelementtype": "^2.2.0"
},
"engines": {
"node": ">= 4"
},
"funding": {
"url": "https://github.com/fb55/domhandler?sponsor=1"
}
},
"node_modules/domutils": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
"integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
"dependencies": {
"dom-serializer": "^1.0.1",
"domelementtype": "^2.2.0",
"domhandler": "^4.2.0"
},
"funding": {
"url": "https://github.com/fb55/domutils?sponsor=1"
}
},
"node_modules/editorconfig": {
"version": "0.15.3",
"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz",
"integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==",
"dependencies": {
"commander": "^2.19.0",
"lru-cache": "^4.1.5",
"semver": "^5.6.0",
"sigmund": "^1.0.1"
},
"bin": {
"editorconfig": "bin/editorconfig"
}
},
"node_modules/entities": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
"integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/extend-shallow": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
"dependencies": {
"is-extendable": "^0.1.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
},
"node_modules/glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"engines": {
"node": "*"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/htmlparser2": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
"integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
"funding": [
"https://github.com/fb55/htmlparser2?sponsor=1",
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
],
"dependencies": {
"domelementtype": "^2.0.1",
"domhandler": "^4.0.0",
"domutils": "^2.5.2",
"entities": "^2.0.0"
}
},
"node_modules/inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"node_modules/inherits": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
"node_modules/ini": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
},
"node_modules/is-buffer": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
},
"node_modules/is-extendable": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
"integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-whitespace": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz",
"integrity": "sha1-Fjnssb4DauxppUy7QBz77XEUq38=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/js-beautify": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.0.tgz",
"integrity": "sha512-yuck9KirNSCAwyNJbqW+BxJqJ0NLJ4PwBUzQQACl5O3qHMBXVkXb/rD0ilh/Lat/tn88zSZ+CAHOlk0DsY7GuQ==",
"dependencies": {
"config-chain": "^1.1.12",
"editorconfig": "^0.15.3",
"glob": "^7.1.3",
"nopt": "^5.0.0"
},
"bin": {
"css-beautify": "js/bin/css-beautify.js",
"html-beautify": "js/bin/html-beautify.js",
"js-beautify": "js/bin/js-beautify.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/kind-of": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"dependencies": {
"is-buffer": "^1.1.5"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/lru-cache": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
"integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
"dependencies": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
}
},
"node_modules/minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/nopt": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
"integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
"dependencies": {
"abbrev": "1"
},
"bin": {
"nopt": "bin/nopt.js"
},
"engines": {
"node": ">=6"
}
},
"node_modules/nth-check": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
"integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
"dependencies": {
"boolbase": "^1.0.0"
},
"funding": {
"url": "https://github.com/fb55/nth-check?sponsor=1"
}
},
"node_modules/once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"dependencies": {
"wrappy": "1"
}
},
"node_modules/parse5": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
},
"node_modules/parse5-htmlparser2-tree-adapter": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz",
"integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==",
"dependencies": {
"parse5": "^6.0.1"
}
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/pretty": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/pretty/-/pretty-2.0.0.tgz",
"integrity": "sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=",
"dependencies": {
"condense-newlines": "^0.2.1",
"extend-shallow": "^2.0.1",
"js-beautify": "^1.6.12"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/proto-list": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
"integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk="
},
"node_modules/pseudomap": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
"integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
},
"node_modules/semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
"bin": {
"semver": "bin/semver"
}
},
"node_modules/sigmund": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
"integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA="
},
"node_modules/tslib": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
},
"node_modules/wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"node_modules/yallist": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
"integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
}
},
"dependencies": { "dependencies": {
"abbrev": { "abbrev": {
"version": "1.1.1", "version": "1.1.1",

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"pretty": "^2.0.0"
}
}

File diff suppressed because one or more lines are too long