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

35
node_modules/nwsapi/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"nwsapi@2.1.4",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "nwsapi@2.1.4",
"_id": "nwsapi@2.1.4",
"_from": "nwsapi@^2.0.7",
"_id": "nwsapi@2.2.0",
"_inBundle": false,
"_integrity": "sha512-iGfd9Y6SFdTNldEy2L0GUhcarIutFmk+MPWIn9dmj8NMIup03G08uUF2KGbbmv/Ux4RT0VZJoP/sVbWA6d/VIw==",
"_integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==",
"_location": "/nwsapi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "nwsapi@2.1.4",
"raw": "nwsapi@^2.0.7",
"name": "nwsapi",
"escapedName": "nwsapi",
"rawSpec": "2.1.4",
"rawSpec": "^2.0.7",
"saveSpec": null,
"fetchSpec": "2.1.4"
"fetchSpec": "^2.0.7"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.1.4.tgz",
"_spec": "2.1.4",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
"_shasum": "204879a9e3d068ff2a55139c2c772780681a38b7",
"_spec": "nwsapi@^2.0.7",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jsdom",
"author": {
"name": "Diego Perini",
"email": "diego.perini@gmail.com",
@@ -36,7 +30,12 @@
"bugs": {
"url": "http://github.com/dperini/nwsapi/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Fast CSS Selectors API Engine",
"directories": {
"test": "test"
},
"homepage": "http://javascript.nwbox.com/nwsapi/",
"keywords": [
"css",
@@ -68,5 +67,5 @@
"scripts": {
"lint": "eslint ./src/nwsapi.js"
},
"version": "2.1.4"
"version": "2.2.0"
}