- 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/object-visit/package.json
rceaed42 r59329aa 1 1 { 2 "name": "object-visit", 3 "description": "Call a specified method on each value in the given object.", 4 "version": "1.0.1", 5 "homepage": "https://github.com/jonschlinkert/object-visit", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/object-visit", 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 }, 8 36 "bugs": { 9 37 "url": "https://github.com/jonschlinkert/object-visit/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 38 }, 22 39 "dependencies": { 23 40 "isobject": "^3.0.0" 24 41 }, 42 "description": "Call a specified method on each value in the given object.", 25 43 "devDependencies": { 26 44 "gulp": "^3.9.1", … … 31 49 "mocha": "^3.2.0" 32 50 }, 51 "engines": { 52 "node": ">=0.10.0" 53 }, 54 "files": [ 55 "index.js" 56 ], 57 "homepage": "https://github.com/jonschlinkert/object-visit", 33 58 "keywords": [ 34 59 "context", … … 42 67 "visitor" 43 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 }, 44 79 "verb": { 45 80 "related": { … … 62 97 "reflinks": true 63 98 } 64 } 99 }, 100 "version": "1.0.1" 65 101 }
Note:
See TracChangeset
for help on using the changeset viewer.