source: trip-planner-front/node_modules/mixin-deep/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "mixin-deep@1.3.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "mixin-deep@1.3.2",
10 "_id": "mixin-deep@1.3.2",
11 "_inBundle": false,
12 "_integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
13 "_location": "/mixin-deep",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "mixin-deep@1.3.2",
19 "name": "mixin-deep",
20 "escapedName": "mixin-deep",
21 "rawSpec": "1.3.2",
22 "saveSpec": null,
23 "fetchSpec": "1.3.2"
[6a3a178]24 },
[59329aa]25 "_requiredBy": [
26 "/base"
[6a3a178]27 ],
[59329aa]28 "_resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
29 "_spec": "1.3.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Jon Schlinkert",
33 "url": "https://github.com/jonschlinkert"
[6a3a178]34 },
[59329aa]35 "bugs": {
36 "url": "https://github.com/jonschlinkert/mixin-deep/issues"
[6a3a178]37 },
38 "dependencies": {
39 "for-in": "^1.0.2",
40 "is-extendable": "^1.0.1"
41 },
[59329aa]42 "description": "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.",
[6a3a178]43 "devDependencies": {
44 "gulp-format-md": "^1.0.0",
45 "mocha": "^3.5.3",
46 "should": "^13.1.3"
47 },
[59329aa]48 "engines": {
49 "node": ">=0.10.0"
50 },
51 "files": [
52 "index.js"
53 ],
54 "homepage": "https://github.com/jonschlinkert/mixin-deep",
[6a3a178]55 "keywords": [
56 "deep",
57 "extend",
58 "key",
59 "keys",
60 "merge",
61 "mixin",
62 "object",
63 "prop",
64 "properties",
65 "util",
66 "values"
67 ],
[59329aa]68 "license": "MIT",
69 "main": "index.js",
70 "name": "mixin-deep",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/jonschlinkert/mixin-deep.git"
74 },
75 "scripts": {
76 "test": "mocha"
77 },
[6a3a178]78 "verb": {
79 "toc": false,
80 "layout": "default",
81 "tasks": [
82 "readme"
83 ],
84 "plugins": [
85 "gulp-format-md"
86 ],
87 "related": {
88 "list": [
89 "defaults-deep",
90 "extend-shallow",
91 "merge-deep",
92 "mixin-object"
93 ]
94 },
95 "lint": {
96 "reflinks": true
97 }
[59329aa]98 },
99 "version": "1.3.2"
[6a3a178]100}
Note: See TracBrowser for help on using the repository browser.