add enter functionality and resolve title show bug
This commit is contained in:
80
kitabcitab/node_modules/object-hash/package.json
generated
vendored
80
kitabcitab/node_modules/object-hash/package.json
generated
vendored
@@ -1,31 +1,42 @@
|
||||
{
|
||||
"name": "object-hash",
|
||||
"version": "3.0.0",
|
||||
"description": "Generate hashes from javascript objects in node and the browser.",
|
||||
"homepage": "https://github.com/puleos/object-hash",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/puleos/object-hash"
|
||||
},
|
||||
"keywords": [
|
||||
"object",
|
||||
"hash",
|
||||
"sha1",
|
||||
"md5"
|
||||
"_args": [
|
||||
[
|
||||
"object-hash@3.0.0",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "object-hash@3.0.0",
|
||||
"_id": "object-hash@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
||||
"_location": "/object-hash",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "object-hash@3.0.0",
|
||||
"name": "object-hash",
|
||||
"escapedName": "object-hash",
|
||||
"rawSpec": "3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Scott Puleo",
|
||||
"email": "puleos@gmail.com"
|
||||
},
|
||||
"browser": "./dist/object_hash.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/puleos/object-hash/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./node_modules/.bin/mocha test",
|
||||
"prepublish": "gulp dist"
|
||||
},
|
||||
"author": "Scott Puleo <puleos@gmail.com>",
|
||||
"files": [
|
||||
"index.js",
|
||||
"dist/object_hash.js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"description": "Generate hashes from javascript objects in node and the browser.",
|
||||
"devDependencies": {
|
||||
"browserify": "^16.2.3",
|
||||
"gulp": "^4.0.0",
|
||||
@@ -48,6 +59,27 @@
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"dist/object_hash.js"
|
||||
],
|
||||
"homepage": "https://github.com/puleos/object-hash",
|
||||
"keywords": [
|
||||
"object",
|
||||
"hash",
|
||||
"sha1",
|
||||
"md5"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"browser": "./dist/object_hash.js"
|
||||
"name": "object-hash",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/puleos/object-hash.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "gulp dist",
|
||||
"test": "node ./node_modules/.bin/mocha test"
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user