[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "map-visit@1.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "map-visit@1.0.0",
|
---|
| 10 | "_id": "map-visit@1.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
|
---|
| 13 | "_location": "/map-visit",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "map-visit@1.0.0",
|
---|
| 19 | "name": "map-visit",
|
---|
| 20 | "escapedName": "map-visit",
|
---|
| 21 | "rawSpec": "1.0.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.0.0"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/collection-visit"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
|
---|
| 29 | "_spec": "1.0.0",
|
---|
| 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/map-visit/issues"
|
---|
[6a3a178] | 37 | },
|
---|
[59329aa] | 38 | "contributors": [
|
---|
| 39 | {
|
---|
| 40 | "name": "Brian Woodward",
|
---|
| 41 | "email": "brian.woodward@gmail.com",
|
---|
| 42 | "url": "https://twitter.com/doowb"
|
---|
| 43 | },
|
---|
| 44 | {
|
---|
| 45 | "name": "Jon Schlinkert",
|
---|
| 46 | "email": "jon.schlinkert@sellside.com",
|
---|
| 47 | "url": "http://twitter.com/jonschlinkert"
|
---|
| 48 | }
|
---|
| 49 | ],
|
---|
[6a3a178] | 50 | "dependencies": {
|
---|
| 51 | "object-visit": "^1.0.0"
|
---|
| 52 | },
|
---|
[59329aa] | 53 | "description": "Map `visit` over an array of objects.",
|
---|
[6a3a178] | 54 | "devDependencies": {
|
---|
| 55 | "clone-deep": "^0.2.4",
|
---|
| 56 | "extend-shallow": "^2.0.1",
|
---|
| 57 | "gulp-format-md": "^0.1.12",
|
---|
| 58 | "lodash": "^4.17.4",
|
---|
| 59 | "mocha": "^3.2.0"
|
---|
| 60 | },
|
---|
[59329aa] | 61 | "engines": {
|
---|
| 62 | "node": ">=0.10.0"
|
---|
| 63 | },
|
---|
| 64 | "files": [
|
---|
| 65 | "index.js"
|
---|
| 66 | ],
|
---|
| 67 | "homepage": "https://github.com/jonschlinkert/map-visit",
|
---|
[6a3a178] | 68 | "keywords": [
|
---|
| 69 | "array",
|
---|
| 70 | "arrays",
|
---|
| 71 | "function",
|
---|
| 72 | "helper",
|
---|
| 73 | "invoke",
|
---|
| 74 | "key",
|
---|
| 75 | "map",
|
---|
| 76 | "method",
|
---|
| 77 | "object",
|
---|
| 78 | "objects",
|
---|
| 79 | "value",
|
---|
| 80 | "visit",
|
---|
| 81 | "visitor"
|
---|
| 82 | ],
|
---|
[59329aa] | 83 | "license": "MIT",
|
---|
| 84 | "main": "index.js",
|
---|
| 85 | "name": "map-visit",
|
---|
| 86 | "repository": {
|
---|
| 87 | "type": "git",
|
---|
| 88 | "url": "git+https://github.com/jonschlinkert/map-visit.git"
|
---|
| 89 | },
|
---|
| 90 | "scripts": {
|
---|
| 91 | "test": "mocha"
|
---|
| 92 | },
|
---|
[6a3a178] | 93 | "verb": {
|
---|
| 94 | "toc": false,
|
---|
| 95 | "layout": "default",
|
---|
| 96 | "tasks": [
|
---|
| 97 | "readme"
|
---|
| 98 | ],
|
---|
| 99 | "plugins": [
|
---|
| 100 | "gulp-format-md"
|
---|
| 101 | ],
|
---|
| 102 | "lint": {
|
---|
| 103 | "reflinks": true
|
---|
| 104 | },
|
---|
| 105 | "related": {
|
---|
| 106 | "list": [
|
---|
| 107 | "collection-visit",
|
---|
| 108 | "object-visit"
|
---|
| 109 | ]
|
---|
| 110 | },
|
---|
| 111 | "reflinks": [
|
---|
| 112 | "verb",
|
---|
| 113 | "verb-generate-readme"
|
---|
| 114 | ]
|
---|
[59329aa] | 115 | },
|
---|
| 116 | "version": "1.0.0"
|
---|
[6a3a178] | 117 | }
|
---|