Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-07-27 16:54:26 +00:00
parent 6b0d45a5c6
commit cc1adb825a
4247 changed files with 144820 additions and 149530 deletions

View file

@ -1,28 +1,30 @@
{
"name": "object-inspect",
"version": "1.8.0",
"version": "1.11.0",
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
"@ljharb/eslint-config": "^17.1.0",
"aud": "^1.1.2",
"core-js": "^2.6.11",
"eslint": "^7.1.0",
"@ljharb/eslint-config": "^17.6.0",
"aud": "^1.1.5",
"core-js": "^2.6.12",
"eslint": "^7.30.0",
"for-each": "^0.3.3",
"functions-have-names": "^1.2.2",
"make-arrow-function": "^1.2.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"string.prototype.repeat": "^1.0.0",
"tape": "^5.0.1"
"tape": "^5.2.2"
},
"scripts": {
"prepublish": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"lint": "eslint .",
"test": "npm run tests-only",
"pretests-only": "node test-core-js",
"tests-only": "tape test/*.js",
"posttest": "npx aud --production",
"coverage": "nyc npm run tests-only"
"test": "npm run tests-only && npm run test:corejs",
"tests-only": "nyc tape 'test/*.js'",
"test:corejs": "nyc tape test-core-js.js 'test/*.js'",
"posttest": "npx aud --production"
},
"testling": {
"files": [