Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/object.assign/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "object.assign", 3 "version": "4.1.5", 4 "author": "Jordan Harband", 5 "funding": { 6 "url": "https://github.com/sponsors/ljharb" 7 }, 8 "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim", 9 "license": "MIT", 10 "main": "index.js", 11 "scripts": { 12 "prepack": "npmignore --auto --commentLines=autogenerated", 13 "pretest": "npm run lint && es-shim-api --bound", 14 "test": "npm run tests-only && npm run test:ses", 15 "posttest": "aud --production", 16 "tests-only": "npm run test:implementation && npm run test:shim", 17 "test:native": "nyc node test/native", 18 "test:shim": "nyc node test/shimmed", 19 "test:implementation": "nyc node test", 20 "test:ses": "node test/ses-compat", 21 "lint": "eslint .", 22 "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js", 23 "prepublishOnly": "safe-publish-latest && npm run build", 24 "prepublish": "not-in-publish || npm run prepublishOnly" 25 }, 26 "repository": { 27 "type": "git", 28 "url": "git://github.com/ljharb/object.assign.git" 29 }, 30 "keywords": [ 31 "Object.assign", 32 "assign", 33 "ES6", 34 "extend", 35 "$.extend", 36 "jQuery", 37 "_.extend", 38 "Underscore", 39 "es-shim API", 40 "polyfill", 41 "shim" 42 ], 43 "dependencies": { 44 "call-bind": "^1.0.5", 45 "define-properties": "^1.2.1", 46 "has-symbols": "^1.0.3", 47 "object-keys": "^1.1.1" 48 }, 49 "devDependencies": { 50 "@es-shims/api": "^2.4.2", 51 "@ljharb/eslint-config": "^21.1.0", 52 "aud": "^2.0.3", 53 "browserify": "^16.5.2", 54 "eslint": "=8.8.0", 55 "for-each": "^0.3.3", 56 "functions-have-names": "^1.2.3", 57 "has-strict-mode": "^1.0.1", 58 "hasown": "^2.0.0", 59 "is": "^3.3.0", 60 "mock-property": "^1.0.3", 61 "npmignore": "^0.3.1", 62 "nyc": "^10.3.2", 63 "safe-publish-latest": "^2.0.0", 64 "ses": "^0.11.1", 65 "tape": "^5.7.2" 66 }, 67 "testling": { 68 "files": "test/index.js", 69 "browsers": [ 70 "iexplore/6.0..latest", 71 "firefox/3.0..6.0", 72 "firefox/15.0..latest", 73 "firefox/nightly", 74 "chrome/4.0..10.0", 75 "chrome/20.0..latest", 76 "chrome/canary", 77 "opera/10.0..latest", 78 "opera/next", 79 "safari/4.0..latest", 80 "ipad/6.0..latest", 81 "iphone/6.0..latest", 82 "android-browser/4.2" 83 ] 84 }, 85 "engines": { 86 "node": ">= 0.4" 87 }, 88 "publishConfig": { 89 "ignore": [ 90 ".github/workflows", 91 "bower.json", 92 "browserShim.js", 93 "!dist/" 94 ] 95 } 2 "_from": "object.assign@^4.1.7", 3 "_id": "object.assign@4.1.7", 4 "_inBundle": false, 5 "_integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", 6 "_location": "/object.assign", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "object.assign@^4.1.7", 12 "name": "object.assign", 13 "escapedName": "object.assign", 14 "rawSpec": "^4.1.7", 15 "saveSpec": null, 16 "fetchSpec": "^4.1.7" 17 }, 18 "_requiredBy": [ 19 "/es-abstract", 20 "/jsx-ast-utils" 21 ], 22 "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", 23 "_shasum": "8c14ca1a424c6a561b0bb2a22f66f5049a945d3d", 24 "_spec": "object.assign@^4.1.7", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract", 26 "author": { 27 "name": "Jordan Harband" 28 }, 29 "bugs": { 30 "url": "https://github.com/ljharb/object.assign/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": { 34 "call-bind": "^1.0.8", 35 "call-bound": "^1.0.3", 36 "define-properties": "^1.2.1", 37 "es-object-atoms": "^1.0.0", 38 "has-symbols": "^1.1.0", 39 "object-keys": "^1.1.1" 40 }, 41 "deprecated": false, 42 "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim", 43 "devDependencies": { 44 "@es-shims/api": "^2.5.1", 45 "@ljharb/eslint-config": "^21.1.1", 46 "browserify": "^16.5.2", 47 "eslint": "=8.8.0", 48 "for-each": "^0.3.3", 49 "functions-have-names": "^1.2.3", 50 "has-strict-mode": "^1.0.1", 51 "hasown": "^2.0.2", 52 "mock-property": "^1.1.0", 53 "npmignore": "^0.3.1", 54 "nyc": "^10.3.2", 55 "safe-publish-latest": "^2.0.0", 56 "ses": "^1.10.0", 57 "tape": "^5.9.0" 58 }, 59 "engines": { 60 "node": ">= 0.4" 61 }, 62 "funding": { 63 "url": "https://github.com/sponsors/ljharb" 64 }, 65 "homepage": "https://github.com/ljharb/object.assign#readme", 66 "keywords": [ 67 "Object.assign", 68 "assign", 69 "ES6", 70 "extend", 71 "$.extend", 72 "jQuery", 73 "_.extend", 74 "Underscore", 75 "es-shim API", 76 "polyfill", 77 "shim" 78 ], 79 "license": "MIT", 80 "main": "index.js", 81 "name": "object.assign", 82 "publishConfig": { 83 "ignore": [ 84 ".github/workflows", 85 "bower.json", 86 "browserShim.js", 87 "!dist/" 88 ] 89 }, 90 "repository": { 91 "type": "git", 92 "url": "git://github.com/ljharb/object.assign.git" 93 }, 94 "scripts": { 95 "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js", 96 "lint": "eslint .", 97 "posttest": "npx npm@'>=10.2' audit --production", 98 "prepack": "npmignore --auto --commentLines=autogenerated", 99 "prepublish": "not-in-publish || npm run prepublishOnly", 100 "prepublishOnly": "safe-publish-latest && npm run build", 101 "pretest": "npm run lint && es-shim-api --bound", 102 "test": "npm run tests-only && npm run test:ses", 103 "test:implementation": "nyc node test", 104 "test:native": "nyc node test/native", 105 "test:ses": "node test/ses-compat", 106 "test:shim": "nyc node test/shimmed", 107 "tests-only": "npm run test:implementation && npm run test:shim" 108 }, 109 "testling": { 110 "files": "test/index.js", 111 "browsers": [ 112 "iexplore/6.0..latest", 113 "firefox/3.0..6.0", 114 "firefox/15.0..latest", 115 "firefox/nightly", 116 "chrome/4.0..10.0", 117 "chrome/20.0..latest", 118 "chrome/canary", 119 "opera/10.0..latest", 120 "opera/next", 121 "safari/4.0..latest", 122 "ipad/6.0..latest", 123 "iphone/6.0..latest", 124 "android-browser/4.2" 125 ] 126 }, 127 "version": "4.1.7" 96 128 }
Note:
See TracChangeset
for help on using the changeset viewer.