{ "_args": [ [ "fecha@4.2.3", "/home/jenkins/workspace/BitNinja_Remote_Console_master" ] ], "_from": "fecha@4.2.3", "_id": "fecha@4.2.3", "_inBundle": false, "_integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==", "_location": "/fecha", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fecha@4.2.3", "name": "fecha", "escapedName": "fecha", "rawSpec": "4.2.3", "saveSpec": null, "fetchSpec": "4.2.3" }, "_requiredBy": [ "/logform" ], "_resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", "_spec": "4.2.3", "_where": "/home/jenkins/workspace/BitNinja_Remote_Console_master", "author": { "name": "Taylor Hakes" }, "bugs": { "url": "https://github.com/taylorhakes/fecha/issues" }, "description": "Date formatting and parsing", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@typescript-eslint/eslint-plugin": "^2.14.0", "@typescript-eslint/parser": "^2.14.0", "eslint": "^7.23.0", "eslint-config-prettier": "^8.1.0", "nyc": "^15.0.0", "painless": "^0.9.7", "prettier": "1.19.1", "rollup": "^0.59.0", "rollup-plugin-sourcemaps": "^0.5.0", "rollup-plugin-typescript": "^1.0.1", "rollup-plugin-uglify": "^3.0.0", "source-map-support": "^0.5.16", "ts-node": "^8.5.4", "tslib": "^1.10.0", "typescript": "^3.7.4" }, "files": [ "lib", "dist", "src" ], "homepage": "https://github.com/taylorhakes/fecha", "keywords": [ "date", "parse", "moment", "format", "fecha", "formatting" ], "license": "MIT", "main": "lib/fecha.umd.js", "module": "lib/fecha.js", "name": "fecha", "repository": { "type": "git", "url": "git+https://taylorhakes@github.com/taylorhakes/fecha.git" }, "scripts": { "build": "NODE_ENV=production rollup -c --sourcemap && tsc", "format": "prettier --write *.js src/*.ts", "test": "prettier --check *.js src/*.ts && eslint --ext .ts src && npm run build && nyc --cache --reporter=text ts-node test.js", "test-only": "ts-node test.js" }, "types": "lib/fecha.d.ts", "version": "4.2.3" }