⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
nodejs
/
get-value
/
Edit File: package.json
{ "name": "get-value", "description": "Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).", "version": "3.0.1", "homepage": "https://github.com/jonschlinkert/get-value", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/get-value", "bugs": { "url": "https://github.com/jonschlinkert/get-value/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=6.0" }, "scripts": { "test": "nyc --reporter=text --reporter=html mocha" }, "dependencies": { "isobject": "^3.0.1" }, "devDependencies": { "arr-reduce": "^1.0.1", "benchmarked": "^2.0.0", "dot-prop": "^4.2.0", "getobject": "^0.1.0", "glob": "^7.1.2", "gulp-format-md": "^1.0.0", "micromatch": "^3.1.5", "minimist": "^1.2.0", "mocha": "^3.5.3", "nyc": "^11.4.1", "object-path": "^0.11.4", "write": "^1.0.3" }, "keywords": [ "get", "key", "nested", "object", "path", "paths", "prop", "properties", "property", "props", "segment", "value", "values" ], "verb": { "run": true, "toc": "collapsible", "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "has-any", "has-any-deep", "has-value", "set-value", "unset-value" ] }, "lint": { "reflinks": true } } }
Simpan