source: trip-planner-front/node_modules/object-assign/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "object-assign@4.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "object-assign@4.1.1",
10 "_id": "object-assign@4.1.1",
11 "_inBundle": false,
12 "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
13 "_location": "/object-assign",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "object-assign@4.1.1",
19 "name": "object-assign",
20 "escapedName": "object-assign",
21 "rawSpec": "4.1.1",
22 "saveSpec": null,
23 "fetchSpec": "4.1.1"
24 },
25 "_requiredBy": [
26 "/cors",
27 "/del/globby",
28 "/gauge"
29 ],
30 "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
31 "_spec": "4.1.1",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Sindre Sorhus",
35 "email": "sindresorhus@gmail.com",
36 "url": "sindresorhus.com"
37 },
38 "bugs": {
39 "url": "https://github.com/sindresorhus/object-assign/issues"
40 },
41 "description": "ES2015 `Object.assign()` ponyfill",
42 "devDependencies": {
43 "ava": "^0.16.0",
44 "lodash": "^4.16.4",
45 "matcha": "^0.7.0",
46 "xo": "^0.16.0"
47 },
48 "engines": {
49 "node": ">=0.10.0"
50 },
51 "files": [
52 "index.js"
53 ],
54 "homepage": "https://github.com/sindresorhus/object-assign#readme",
55 "keywords": [
56 "object",
57 "assign",
58 "extend",
59 "properties",
60 "es2015",
61 "ecmascript",
62 "harmony",
63 "ponyfill",
64 "prollyfill",
65 "polyfill",
66 "shim",
67 "browser"
68 ],
69 "license": "MIT",
70 "name": "object-assign",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/sindresorhus/object-assign.git"
74 },
75 "scripts": {
76 "bench": "matcha bench.js",
77 "test": "xo && ava"
78 },
79 "version": "4.1.1"
80}
Note: See TracBrowser for help on using the repository browser.