Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../././form-data/../methods/../lodash.clonedeep/../music-metadata/../qs/../@adiwajshing/keyed-db
الملفات الموجودة في هذا الـ Path:
.
..
LICENSE
README.md
lib
package.json

مشاهدة ملف: package.json

{
  "name": "@adiwajshing/keyed-db",
  "version": "0.2.4",
  "description": "Lightweight library to store an in-memory DB",
  "homepage": "https://github.com/adiwajshing/keyed-db",
  "main": "lib/KeyedDB.js",
  "types": "lib/KeyedDB.d.ts",
  "keywords": [
    "db",
    "key"
  ],
  "scripts": {
    "prepack": "npm run build",
    "test": "mocha --timeout 60000 -r ts-node/register src/Tests.ts",
    "build": "tsc"
  },
  "author": "Adhiraj Singh",
  "license": "MIT",
  "repository": {
    "url": "git@github.com:adiwajshing/keyed-db.git"
  },
  "files": [
    "lib/*"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/mocha": "5.2.7",
    "@types/node": "^14.0.14",
    "assert": "^2.0.0",
    "mocha": "^8.0.1",
    "ts-node-dev": "^1.0.0-pre.61",
    "typescript": "^4.0.0"
  }
}