Server IP : 162.213.251.212 / Your IP : 3.15.199.202 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/www/easybuyer/node_modules/dot-prop/ |
Upload File : |
{ "name": "dot-prop", "version": "5.3.0", "description": "Get, set, or delete a property from a nested object using a dot path", "license": "MIT", "repository": "sindresorhus/dot-prop", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=8" }, "scripts": { "test": "xo && ava && tsd", "bench": "node bench.js" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "object", "prop", "property", "dot", "path", "get", "set", "delete", "access", "notation", "dotty" ], "dependencies": { "is-obj": "^2.0.0" }, "devDependencies": { "ava": "^2.1.0", "benchmark": "^2.1.4", "tsd": "^0.7.2", "xo": "^0.25.3" } }