Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/date-and-time/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "date-and-time", "version": "3.0.1", "description": "A Minimalist DateTime utility for Node.js and the browser", "main": "date-and-time.js", "module": "esm/date-and-time.es.js", "types": "date-and-time.d.ts", "unpkg": "date-and-time.min.js", "exports": { ".": { "import": "./esm/date-and-time.mjs", "require": "./date-and-time.js", "browser": "./esm/date-and-time.es.js" }, "./locale/*": { "import": "./esm/locale/*.mjs", "require": "./locale/*.js", "browser": "./esm/locale/*.es.js" }, "./plugin/*": { "import": "./esm/plugin/*.mjs", "require": "./plugin/*.js", "browser": "./esm/plugin/*.es.js" } }, "scripts": { "build": "rollup -c", "test": "./test.sh", "test:ts": "tsd ./test/ts" }, "repository": { "type": "git", "url": "https://github.com/knowledgecode/date-and-time.git" }, "keywords": [ "date", "time", "format", "parse", "utility" ], "author": "KNOWLEDGECODE", "license": "MIT", "bugs": { "url": "https://github.com/knowledgecode/date-and-time/issues" }, "homepage": "https://github.com/knowledgecode/date-and-time", "devDependencies": { "@rollup/plugin-terser": "^0.4.3", "expect.js": "^0.3.1", "mocha": "^10.2.0", "rollup": "^3.25.0", "tsd": "^0.28.1" } }