Edit File: package.json
{ "_args": [ [ "date-and-time@2.0.1", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "date-and-time@2.0.1", "_id": "date-and-time@2.0.1", "_inBundle": false, "_integrity": "sha512-O7Xe5dLaqvY/aF/MFWArsAM1J4j7w1CSZlPCX9uHgmb+6SbkPd8Q4YOvfvH/cZGvFlJFfHOZKxQtmMUOoZhc/w==", "_location": "/date-and-time", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "date-and-time@2.0.1", "name": "date-and-time", "escapedName": "date-and-time", "rawSpec": "2.0.1", "saveSpec": null, "fetchSpec": "2.0.1" }, "_requiredBy": [ "/@google-cloud/storage" ], "_resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-2.0.1.tgz", "_spec": "2.0.1", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "KNOWLEDGECODE" }, "bugs": { "url": "https://github.com/knowledgecode/date-and-time/issues" }, "description": "A Minimalist DateTime utility for Node.js and the browser", "devDependencies": { "@ampproject/rollup-plugin-closure-compiler": "^0.27.0", "expect.js": "^0.3.1", "mocha": "^9.1.2", "mocha-headless-chrome": "^3.1.0", "rollup": "^2.58.0" }, "exports": { ".": { "browser": "./esm/date-and-time.es.js", "import": "./esm/date-and-time.mjs", "require": "./date-and-time.js" }, "./locale/*": { "browser": "./esm/locale/*.es.js", "import": "./esm/locale/*.mjs", "require": "./locale/*.js" }, "./plugin/*": { "browser": "./esm/plugin/*.es.js", "import": "./esm/plugin/*.mjs", "require": "./plugin/*.js" } }, "homepage": "https://github.com/knowledgecode/date-and-time", "keywords": [ "date", "time", "format", "parse", "utility" ], "license": "MIT", "main": "date-and-time.js", "module": "esm/date-and-time.es.js", "name": "date-and-time", "repository": { "type": "git", "url": "git+https://github.com/knowledgecode/date-and-time.git" }, "scripts": { "build": "rollup --config rollup.config.js", "test": "./test.sh" }, "unpkg": "date-and-time.min.js", "version": "2.0.1" }
Back to File Manager