1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "object.assign@4.1.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "object.assign@4.1.2",
|
---|
10 | "_id": "object.assign@4.1.2",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
|
---|
13 | "_location": "/object.assign",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "object.assign@4.1.2",
|
---|
19 | "name": "object.assign",
|
---|
20 | "escapedName": "object.assign",
|
---|
21 | "rawSpec": "4.1.2",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "4.1.2"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/babel-plugin-dynamic-import-node"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
|
---|
29 | "_spec": "4.1.2",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Jordan Harband"
|
---|
33 | },
|
---|
34 | "bugs": {
|
---|
35 | "url": "https://github.com/ljharb/object.assign/issues"
|
---|
36 | },
|
---|
37 | "dependencies": {
|
---|
38 | "call-bind": "^1.0.0",
|
---|
39 | "define-properties": "^1.1.3",
|
---|
40 | "has-symbols": "^1.0.1",
|
---|
41 | "object-keys": "^1.1.1"
|
---|
42 | },
|
---|
43 | "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
|
---|
44 | "devDependencies": {
|
---|
45 | "@es-shims/api": "^2.1.2",
|
---|
46 | "@ljharb/eslint-config": "^17.2.0",
|
---|
47 | "aud": "^1.1.2",
|
---|
48 | "browserify": "^16.5.2",
|
---|
49 | "eslint": "^7.12.1",
|
---|
50 | "for-each": "^0.3.3",
|
---|
51 | "functions-have-names": "^1.2.1",
|
---|
52 | "has": "^1.0.3",
|
---|
53 | "is": "^3.3.0",
|
---|
54 | "nyc": "^10.3.2",
|
---|
55 | "safe-publish-latest": "^1.1.4",
|
---|
56 | "ses": "^0.10.4",
|
---|
57 | "tape": "^5.0.1"
|
---|
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 | "repository": {
|
---|
83 | "type": "git",
|
---|
84 | "url": "git://github.com/ljharb/object.assign.git"
|
---|
85 | },
|
---|
86 | "scripts": {
|
---|
87 | "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
|
---|
88 | "lint": "eslint .",
|
---|
89 | "posttest": "aud --production",
|
---|
90 | "prepublish": "safe-publish-latest && npm run build",
|
---|
91 | "pretest": "npm run lint && es-shim-api --bound",
|
---|
92 | "test": "npm run tests-only && npm run test:ses",
|
---|
93 | "test:implementation": "nyc node test",
|
---|
94 | "test:native": "nyc node test/native",
|
---|
95 | "test:ses": "node test/ses-compat",
|
---|
96 | "test:shim": "nyc node test/shimmed",
|
---|
97 | "tests-only": "npm run test:implementation && npm run test:shim"
|
---|
98 | },
|
---|
99 | "testling": {
|
---|
100 | "files": "test/index.js",
|
---|
101 | "browsers": [
|
---|
102 | "iexplore/6.0..latest",
|
---|
103 | "firefox/3.0..6.0",
|
---|
104 | "firefox/15.0..latest",
|
---|
105 | "firefox/nightly",
|
---|
106 | "chrome/4.0..10.0",
|
---|
107 | "chrome/20.0..latest",
|
---|
108 | "chrome/canary",
|
---|
109 | "opera/10.0..latest",
|
---|
110 | "opera/next",
|
---|
111 | "safari/4.0..latest",
|
---|
112 | "ipad/6.0..latest",
|
---|
113 | "iphone/6.0..latest",
|
---|
114 | "android-browser/4.2"
|
---|
115 | ]
|
---|
116 | },
|
---|
117 | "version": "4.1.2"
|
---|
118 | }
|
---|