Changeset 79a0317 for imaps-frontend/node_modules/lodash.merge
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/lodash.merge/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "lodash.merge", 3 "version": "4.6.2", 2 "_from": "lodash.merge@4.6.2", 3 "_id": "lodash.merge@4.6.2", 4 "_inBundle": false, 5 "_integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", 6 "_location": "/lodash.merge", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "lodash.merge@4.6.2", 12 "name": "lodash.merge", 13 "escapedName": "lodash.merge", 14 "rawSpec": "4.6.2", 15 "saveSpec": null, 16 "fetchSpec": "4.6.2" 17 }, 18 "_requiredBy": [ 19 "/eslint" 20 ], 21 "_resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", 22 "_shasum": "558aa53b43b661e1925a0afdfa36a9a1085fe57a", 23 "_spec": "lodash.merge@4.6.2", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint", 25 "author": { 26 "name": "John-David Dalton", 27 "email": "john.david.dalton@gmail.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/lodash/lodash/issues" 31 }, 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "name": "John-David Dalton", 36 "email": "john.david.dalton@gmail.com" 37 }, 38 { 39 "name": "Mathias Bynens", 40 "email": "mathias@qiwi.be" 41 } 42 ], 43 "deprecated": false, 4 44 "description": "The Lodash method `_.merge` exported as a module.", 5 45 "homepage": "https://lodash.com/", 6 46 "icon": "https://lodash.com/icon.svg", 47 "keywords": [ 48 "lodash-modularized", 49 "merge" 50 ], 7 51 "license": "MIT", 8 "keywords": "lodash-modularized, merge", 9 "author": "John-David Dalton <john.david.dalton@gmail.com>", 10 "contributors": [ 11 "John-David Dalton <john.david.dalton@gmail.com>", 12 "Mathias Bynens <mathias@qiwi.be>" 13 ], 14 "repository": "lodash/lodash", 15 "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } 52 "name": "lodash.merge", 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/lodash/lodash.git" 56 }, 57 "scripts": { 58 "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" 59 }, 60 "version": "4.6.2" 16 61 }
Note:
See TracChangeset
for help on using the changeset viewer.