Update metadata

This commit is contained in:
Imran Ismail
2019-09-05 12:08:20 +08:00
parent 6e5c237523
commit 56c04146d7
1454 changed files with 204046 additions and 234789 deletions

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

@@ -1,33 +1,27 @@
{
"_args": [
[
"nwsapi@2.1.4",
"/Users/imranismail/Projects/setup-kustomize"
]
],
"_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/imranismail/Projects/setup-kustomize",
"_resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
"_shasum": "204879a9e3d068ff2a55139c2c772780681a38b7",
"_spec": "nwsapi@^2.0.7",
"_where": "/Users/imranismail/Projects/setup-kustomize/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"
}