Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
get-value /
Delete
Unzip
Name
Size
Permission
Date
Action
index.js
2.45
KB
-rw-r--r--
2021-11-16 10:21
package.json
1.58
KB
-rw-r--r--
2021-11-16 10:21
Save
Rename
{ "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 } } }