Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
25
node_modules/object.assign/package.json
generated
vendored
25
node_modules/object.assign/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "object.assign",
|
||||
"version": "4.1.1",
|
||||
"version": "4.1.2",
|
||||
"author": "Jordan Harband",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
|
|
@ -9,15 +9,14 @@
|
|||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"pretest": "npm run --silent lint && es-shim-api --bound",
|
||||
"test": "npm run --silent tests-only && npm run test:ses",
|
||||
"pretest": "npm run lint && es-shim-api --bound",
|
||||
"test": "npm run tests-only && npm run test:ses",
|
||||
"posttest": "aud --production",
|
||||
"tests-only": "npm run --silent test:implementation && npm run --silent test:shim",
|
||||
"test:native": "node test/native",
|
||||
"test:shim": "node test/shimmed",
|
||||
"test:implementation": "node test",
|
||||
"tests-only": "npm run test:implementation && npm run test:shim",
|
||||
"test:native": "nyc node test/native",
|
||||
"test:shim": "nyc node test/shimmed",
|
||||
"test:implementation": "nyc node test",
|
||||
"test:ses": "node test/ses-compat",
|
||||
"coverage": "covert test/*.js",
|
||||
"lint": "eslint .",
|
||||
"build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
|
||||
"prepublish": "safe-publish-latest && npm run build"
|
||||
|
|
@ -40,8 +39,8 @@
|
|||
"shim"
|
||||
],
|
||||
"dependencies": {
|
||||
"call-bind": "^1.0.0",
|
||||
"define-properties": "^1.1.3",
|
||||
"es-abstract": "^1.18.0-next.0",
|
||||
"has-symbols": "^1.0.1",
|
||||
"object-keys": "^1.1.1"
|
||||
},
|
||||
|
|
@ -49,15 +48,15 @@
|
|||
"@es-shims/api": "^2.1.2",
|
||||
"@ljharb/eslint-config": "^17.2.0",
|
||||
"aud": "^1.1.2",
|
||||
"browserify": "^16.5.0",
|
||||
"covert": "^1.1.1",
|
||||
"eslint": "^7.8.1",
|
||||
"browserify": "^16.5.2",
|
||||
"eslint": "^7.12.1",
|
||||
"for-each": "^0.3.3",
|
||||
"functions-have-names": "^1.2.1",
|
||||
"has": "^1.0.3",
|
||||
"is": "^3.3.0",
|
||||
"nyc": "^10.3.2",
|
||||
"safe-publish-latest": "^1.1.4",
|
||||
"ses": "^0.10.3",
|
||||
"ses": "^0.10.4",
|
||||
"tape": "^5.0.1"
|
||||
},
|
||||
"testling": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue