mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-03 19:44:52 +01:00
Updated to v1.9.9
This commit is contained in:
83
conf/site/node_modules/object.assign/package.json
generated
vendored
83
conf/site/node_modules/object.assign/package.json
generated
vendored
@@ -1,33 +1,36 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"object.assign@4.1.0",
|
||||
"object.assign@4.1.2",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "object.assign@4.1.0",
|
||||
"_id": "object.assign@4.1.0",
|
||||
"_from": "object.assign@4.1.2",
|
||||
"_id": "object.assign@4.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
|
||||
"_integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
|
||||
"_location": "/object.assign",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "object.assign@4.1.0",
|
||||
"raw": "object.assign@4.1.2",
|
||||
"name": "object.assign",
|
||||
"escapedName": "object.assign",
|
||||
"rawSpec": "4.1.0",
|
||||
"rawSpec": "4.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.1.0"
|
||||
"fetchSpec": "4.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-plugin-dynamic-import-node",
|
||||
"/es-abstract"
|
||||
"/es-abstract",
|
||||
"/object-is/es-abstract",
|
||||
"/string.prototype.trimend/es-abstract",
|
||||
"/string.prototype.trimstart/es-abstract"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
|
||||
"_spec": "4.1.0",
|
||||
"_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
|
||||
"_spec": "4.1.2",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"author": {
|
||||
"name": "Jordan Harband"
|
||||
@@ -36,27 +39,33 @@
|
||||
"url": "https://github.com/ljharb/object.assign/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"define-properties": "^1.1.2",
|
||||
"function-bind": "^1.1.1",
|
||||
"has-symbols": "^1.0.0",
|
||||
"object-keys": "^1.0.11"
|
||||
"call-bind": "^1.0.0",
|
||||
"define-properties": "^1.1.3",
|
||||
"has-symbols": "^1.0.1",
|
||||
"object-keys": "^1.1.1"
|
||||
},
|
||||
"description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
|
||||
"devDependencies": {
|
||||
"@es-shims/api": "^2.1.1",
|
||||
"@ljharb/eslint-config": "^12.2.1",
|
||||
"browserify": "^14.5.0",
|
||||
"covert": "^1.1.0",
|
||||
"eslint": "^4.13.1",
|
||||
"for-each": "^0.3.2",
|
||||
"is": "^3.2.1",
|
||||
"jscs": "^3.0.7",
|
||||
"nsp": "^3.1.0",
|
||||
"tape": "^4.8.0"
|
||||
"@es-shims/api": "^2.1.2",
|
||||
"@ljharb/eslint-config": "^17.2.0",
|
||||
"aud": "^1.1.2",
|
||||
"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.4",
|
||||
"tape": "^5.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
},
|
||||
"homepage": "https://github.com/ljharb/object.assign#readme",
|
||||
"keywords": [
|
||||
"Object.assign",
|
||||
@@ -80,20 +89,16 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
|
||||
"coverage": "covert test/*.js",
|
||||
"coverage:quiet": "covert test/*.js --quiet",
|
||||
"eslint": "eslint *.js test/*.js",
|
||||
"jscs": "jscs *.js test/*.js",
|
||||
"lint": "npm run --silent jscs && npm run --silent eslint",
|
||||
"posttest": "npm run --silent security",
|
||||
"prepublish": "npm run --silent build",
|
||||
"pretest": "npm run --silent lint && es-shim-api",
|
||||
"security": "nsp check",
|
||||
"test": "npm run --silent tests-only",
|
||||
"test:implementation": "node test/index.js",
|
||||
"test:native": "node test/native.js",
|
||||
"test:shim": "node test/shimmed.js",
|
||||
"tests-only": "npm run --silent test:implementation && npm run --silent test:shim"
|
||||
"lint": "eslint .",
|
||||
"posttest": "aud --production",
|
||||
"prepublish": "safe-publish-latest && npm run build",
|
||||
"pretest": "npm run lint && es-shim-api --bound",
|
||||
"test": "npm run tests-only && npm run test:ses",
|
||||
"test:implementation": "nyc node test",
|
||||
"test:native": "nyc node test/native",
|
||||
"test:ses": "node test/ses-compat",
|
||||
"test:shim": "nyc node test/shimmed",
|
||||
"tests-only": "npm run test:implementation && npm run test:shim"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/index.js",
|
||||
@@ -113,5 +118,5 @@
|
||||
"android-browser/4.2"
|
||||
]
|
||||
},
|
||||
"version": "4.1.0"
|
||||
"version": "4.1.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user