Changeset 59329aa for trip-planner-front/node_modules/map-visit
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/map-visit/package.json
rceaed42 r59329aa 1 1 { 2 "name": "map-visit", 3 "description": "Map `visit` over an array of objects.", 4 "version": "1.0.0", 5 "homepage": "https://github.com/jonschlinkert/map-visit", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward <brian.woodward@gmail.com> (https://twitter.com/doowb)", 9 "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)" 2 "_args": [ 3 [ 4 "map-visit@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/map-visit", 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" 24 }, 25 "_requiredBy": [ 26 "/collection-visit" 27 ], 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" 34 }, 12 35 "bugs": { 13 36 "url": "https://github.com/jonschlinkert/map-visit/issues" 14 37 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 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 } 18 49 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 50 "dependencies": { 27 51 "object-visit": "^1.0.0" 28 52 }, 53 "description": "Map `visit` over an array of objects.", 29 54 "devDependencies": { 30 55 "clone-deep": "^0.2.4", … … 34 59 "mocha": "^3.2.0" 35 60 }, 61 "engines": { 62 "node": ">=0.10.0" 63 }, 64 "files": [ 65 "index.js" 66 ], 67 "homepage": "https://github.com/jonschlinkert/map-visit", 36 68 "keywords": [ 37 69 "array", … … 49 81 "visitor" 50 82 ], 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 }, 51 93 "verb": { 52 94 "toc": false, … … 71 113 "verb-generate-readme" 72 114 ] 73 } 115 }, 116 "version": "1.0.0" 74 117 }
Note:
See TracChangeset
for help on using the changeset viewer.