source: trip-planner-front/node_modules/object-visit/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
Line 
1{
2 "_args": [
3 [
4 "object-visit@1.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "object-visit@1.0.1",
10 "_id": "object-visit@1.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
13 "_location": "/object-visit",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "object-visit@1.0.1",
19 "name": "object-visit",
20 "escapedName": "object-visit",
21 "rawSpec": "1.0.1",
22 "saveSpec": null,
23 "fetchSpec": "1.0.1"
24 },
25 "_requiredBy": [
26 "/collection-visit",
27 "/map-visit"
28 ],
29 "_resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
30 "_spec": "1.0.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Jon Schlinkert",
34 "url": "https://github.com/jonschlinkert"
35 },
36 "bugs": {
37 "url": "https://github.com/jonschlinkert/object-visit/issues"
38 },
39 "dependencies": {
40 "isobject": "^3.0.0"
41 },
42 "description": "Call a specified method on each value in the given object.",
43 "devDependencies": {
44 "gulp": "^3.9.1",
45 "gulp-eslint": "^3.0.1",
46 "gulp-format-md": "^0.1.12",
47 "gulp-istanbul": "^1.1.1",
48 "gulp-mocha": "^3.0.0",
49 "mocha": "^3.2.0"
50 },
51 "engines": {
52 "node": ">=0.10.0"
53 },
54 "files": [
55 "index.js"
56 ],
57 "homepage": "https://github.com/jonschlinkert/object-visit",
58 "keywords": [
59 "context",
60 "function",
61 "helper",
62 "key",
63 "method",
64 "object",
65 "value",
66 "visit",
67 "visitor"
68 ],
69 "license": "MIT",
70 "main": "index.js",
71 "name": "object-visit",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/jonschlinkert/object-visit.git"
75 },
76 "scripts": {
77 "test": "mocha"
78 },
79 "verb": {
80 "related": {
81 "list": [
82 "base-methods",
83 "collection-visit",
84 "define-property",
85 "map-visit"
86 ]
87 },
88 "toc": false,
89 "layout": "default",
90 "tasks": [
91 "readme"
92 ],
93 "plugins": [
94 "gulp-format-md"
95 ],
96 "lint": {
97 "reflinks": true
98 }
99 },
100 "version": "1.0.1"
101}
Note: See TracBrowser for help on using the repository browser.