add enter functionality and resolve title show bug

This commit is contained in:
ismailsosic
2023-03-08 16:17:26 +01:00
parent 71811fac4b
commit f09648dd67
420 changed files with 21395 additions and 1067108 deletions

View File

@@ -1,30 +1,70 @@
{
"name": "dlv",
"version": "1.1.3",
"description": "Safely get a dot-notated property within an object.",
"main": "dist/dlv.js",
"browser": "dist/dlv.umd.js",
"module": "dist/dlv.es.js",
"scripts": {
"dev": "microbundle watch",
"build": "microbundle",
"prepublish": "npm run build",
"test": "node test",
"release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
"_args": [
[
"dlv@1.1.3",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_development": true,
"_from": "dlv@1.1.3",
"_id": "dlv@1.1.3",
"_inBundle": false,
"_integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
"_location": "/dlv",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dlv@1.1.3",
"name": "dlv",
"escapedName": "dlv",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
"_spec": "1.1.3",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Jason Miller",
"email": "jason@developit.ca",
"url": "http://jasonformat.com"
},
"browser": "dist/dlv.umd.js",
"bugs": {
"url": "https://github.com/developit/dlv/issues"
},
"description": "Safely get a dot-notated property within an object.",
"devDependencies": {
"microbundle": "^0.11.0"
},
"files": [
"index.js",
"dist"
],
"homepage": "https://github.com/developit/dlv#readme",
"keywords": [
"delve",
"dot notation",
"dot"
],
"files": [
"index.js",
"dist"
],
"author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)",
"repository": "developit/dlv",
"license": "MIT",
"devDependencies": {
"microbundle": "^0.11.0"
}
"main": "dist/dlv.js",
"module": "dist/dlv.es.js",
"name": "dlv",
"repository": {
"type": "git",
"url": "git+https://github.com/developit/dlv.git"
},
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
"prepublish": "npm run build",
"release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
"test": "node test"
},
"version": "1.1.3"
}