add enter functionality and resolve title show bug
This commit is contained in:
68
kitabcitab/node_modules/lodash.merge/package.json
generated
vendored
68
kitabcitab/node_modules/lodash.merge/package.json
generated
vendored
@@ -1,16 +1,64 @@
|
||||
{
|
||||
"name": "lodash.merge",
|
||||
"version": "4.6.2",
|
||||
"_args": [
|
||||
[
|
||||
"lodash.merge@4.6.2",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "lodash.merge@4.6.2",
|
||||
"_id": "lodash.merge@4.6.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
||||
"_location": "/lodash.merge",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "lodash.merge@4.6.2",
|
||||
"name": "lodash.merge",
|
||||
"escapedName": "lodash.merge",
|
||||
"rawSpec": "4.6.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.6.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
||||
"_spec": "4.6.2",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lodash/lodash/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Mathias Bynens",
|
||||
"email": "mathias@qiwi.be"
|
||||
}
|
||||
],
|
||||
"description": "The Lodash method `_.merge` exported as a module.",
|
||||
"homepage": "https://lodash.com/",
|
||||
"icon": "https://lodash.com/icon.svg",
|
||||
"license": "MIT",
|
||||
"keywords": "lodash-modularized, merge",
|
||||
"author": "John-David Dalton <john.david.dalton@gmail.com>",
|
||||
"contributors": [
|
||||
"John-David Dalton <john.david.dalton@gmail.com>",
|
||||
"Mathias Bynens <mathias@qiwi.be>"
|
||||
"keywords": [
|
||||
"lodash-modularized",
|
||||
"merge"
|
||||
],
|
||||
"repository": "lodash/lodash",
|
||||
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
|
||||
"license": "MIT",
|
||||
"name": "lodash.merge",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lodash/lodash.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
|
||||
},
|
||||
"version": "4.6.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user