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

57
node_modules/json5/package.json generated vendored
View File

@@ -1,34 +1,28 @@
{
"_args": [
[
"json5@2.1.0",
"/Users/imranismail/Projects/setup-kustomize"
]
],
"_development": true,
"_from": "json5@2.1.0",
"_id": "json5@2.1.0",
"_from": "json5@^2.1.0",
"_id": "json5@2.1.1",
"_inBundle": false,
"_integrity": "sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==",
"_integrity": "sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==",
"_location": "/json5",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "json5@2.1.0",
"raw": "json5@^2.1.0",
"name": "json5",
"escapedName": "json5",
"rawSpec": "2.1.0",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/@babel/core",
"/ts-jest"
],
"_resolved": "https://registry.npmjs.org/json5/-/json5-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/imranismail/Projects/setup-kustomize",
"_resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz",
"_shasum": "81b6cb04e9ba496f1c7005d07b4368a2638f90b6",
"_spec": "json5@^2.1.0",
"_where": "/Users/imranismail/Projects/setup-kustomize/node_modules/@babel/core",
"author": {
"name": "Aseem Kishore",
"email": "aseem.kishore@gmail.com"
@@ -40,6 +34,7 @@
"bugs": {
"url": "https://github.com/json5/json5/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Max Nanasy",
@@ -57,23 +52,24 @@
"dependencies": {
"minimist": "^1.2.0"
},
"deprecated": false,
"description": "JSON for humans.",
"devDependencies": {
"core-js": "^2.5.7",
"eslint": "^5.3.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"core-js": "^2.6.5",
"eslint": "^5.15.3",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"regenerate": "^1.4.0",
"rollup": "^0.64.1",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.5",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-terser": "^1.0.1",
"sinon": "^6.1.5",
"tap": "^12.0.1",
"sinon": "^6.3.5",
"tap": "^12.6.0",
"unicode-10.0.0": "^0.7.5"
},
"engines": {
@@ -93,6 +89,7 @@
],
"license": "MIT",
"main": "lib/index.js",
"module": "dist/index.mjs",
"name": "json5",
"repository": {
"type": "git",
@@ -110,5 +107,5 @@
"test": "tap -Rspec --100 test",
"version": "npm run build-package && git add package.json5"
},
"version": "2.1.0"
"version": "2.1.1"
}