[d565449] | 1 | {
|
---|
[79a0317] | 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"
|
---|
[d565449] | 128 | }
|
---|