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

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"es-abstract@1.13.0",
"/Users/imranismail/Projects/setup-kustomize"
]
],
"_development": true,
"_from": "es-abstract@1.13.0",
"_id": "es-abstract@1.13.0",
"_from": "es-abstract@^1.5.1",
"_id": "es-abstract@1.16.0",
"_inBundle": false,
"_integrity": "sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==",
"_integrity": "sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==",
"_location": "/es-abstract",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "es-abstract@1.13.0",
"raw": "es-abstract@^1.5.1",
"name": "es-abstract",
"escapedName": "es-abstract",
"rawSpec": "1.13.0",
"rawSpec": "^1.5.1",
"saveSpec": null,
"fetchSpec": "1.13.0"
"fetchSpec": "^1.5.1"
},
"_requiredBy": [
"/object.getownpropertydescriptors"
],
"_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.13.0.tgz",
"_spec": "1.13.0",
"_where": "/Users/imranismail/Projects/setup-kustomize",
"_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.0.tgz",
"_shasum": "d3a26dc9c3283ac9750dca569586e976d9dcc06d",
"_spec": "es-abstract@^1.5.1",
"_where": "/Users/imranismail/Projects/setup-kustomize/node_modules/object.getownpropertydescriptors",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
@@ -36,6 +30,7 @@
"bugs": {
"url": "https://github.com/ljharb/es-abstract/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@@ -47,26 +42,32 @@
"es-to-primitive": "^1.2.0",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.0",
"is-callable": "^1.1.4",
"is-regex": "^1.0.4",
"object-keys": "^1.0.12"
"object-inspect": "^1.6.0",
"object-keys": "^1.1.1",
"string.prototype.trimleft": "^2.1.0",
"string.prototype.trimright": "^2.1.0"
},
"deprecated": false,
"description": "ECMAScript spec abstract operations.",
"devDependencies": {
"@ljharb/eslint-config": "^13.1.1",
"cheerio": "^1.0.0-rc.2",
"editorconfig-tools": "^0.1.1",
"eslint": "^5.11.1",
"@ljharb/eslint-config": "^14.1.0",
"cheerio": "^1.0.0-rc.3",
"diff": "^4.0.1",
"eclint": "^2.8.1",
"eslint": "^6.5.1",
"foreach": "^2.0.5",
"make-arrow-function": "^1.1.0",
"nyc": "^10.3.2",
"object-inspect": "^1.6.0",
"object-is": "^1.0.1",
"object.assign": "^4.1.0",
"object.fromentries": "^2.0.0",
"replace": "^1.0.1",
"safe-publish-latest": "^1.1.2",
"semver": "^5.6.0",
"tape": "^4.9.2"
"object.fromentries": "^2.0.1",
"replace": "^1.1.1",
"safe-publish-latest": "^1.1.3",
"semver": "^6.3.0",
"tape": "^4.11.0"
},
"engines": {
"node": ">= 0.4"
@@ -97,14 +98,11 @@
"url": "git://github.com/ljharb/es-abstract.git"
},
"scripts": {
"audit": "npm audit",
"coverage": "nyc npm run --silent tests-only >/dev/null",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"lint": "eslint test/*.js *.js",
"postaudit": "rm package-lock.json",
"eccheck": "eclint check *.js **/*.js > /dev/null",
"lint": "eslint .",
"postcoverage": "nyc report",
"posttest": "npm run audit",
"preaudit": "npm install --package-lock --package-lock-only",
"posttest": "npx aud --production",
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint",
"test": "npm run tests-only",
@@ -128,5 +126,5 @@
"android-browser/4.2"
]
},
"version": "1.13.0"
"version": "1.16.0"
}