source: trip-planner-front/node_modules/utils-merge/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: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "utils-merge@1.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "utils-merge@1.0.1",
10 "_id": "utils-merge@1.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
13 "_location": "/utils-merge",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "utils-merge@1.0.1",
19 "name": "utils-merge",
20 "escapedName": "utils-merge",
21 "rawSpec": "1.0.1",
22 "saveSpec": null,
23 "fetchSpec": "1.0.1"
24 },
25 "_requiredBy": [
26 "/connect",
27 "/express"
28 ],
29 "_resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
30 "_spec": "1.0.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Jared Hanson",
34 "email": "jaredhanson@gmail.com",
35 "url": "http://www.jaredhanson.net/"
36 },
37 "bugs": {
38 "url": "http://github.com/jaredhanson/utils-merge/issues"
39 },
40 "dependencies": {},
41 "description": "merge() utility function",
42 "devDependencies": {
43 "chai": "1.x.x",
44 "make-node": "0.3.x",
45 "mocha": "1.x.x"
46 },
47 "engines": {
48 "node": ">= 0.4.0"
49 },
50 "homepage": "https://github.com/jaredhanson/utils-merge#readme",
51 "keywords": [
52 "util"
53 ],
54 "license": "MIT",
55 "licenses": [
56 {
57 "type": "MIT",
58 "url": "http://opensource.org/licenses/MIT"
59 }
60 ],
61 "main": "./index",
62 "name": "utils-merge",
63 "repository": {
64 "type": "git",
65 "url": "git://github.com/jaredhanson/utils-merge.git"
66 },
67 "scripts": {
68 "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js"
69 },
70 "version": "1.0.1"
71}
Note: See TracBrowser for help on using the repository browser.