You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

82 lines
1.9 KiB

{
"_args": [
[
"date-format@4.0.4",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "date-format@4.0.4",
"_id": "date-format@4.0.4",
"_inBundle": false,
"_integrity": "sha512-/jyf4rhB17ge328HJuJjAcmRtCsGd+NDeAtahRBTaK6vSPR6MO5HlrAit3Nn7dVjaa6sowW0WXt8yQtLyZQFRg==",
"_location": "/date-format",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "date-format@4.0.4",
"name": "date-format",
"escapedName": "date-format",
"rawSpec": "4.0.4",
"saveSpec": null,
"fetchSpec": "4.0.4"
},
"_requiredBy": [
"/log4js",
"/streamroller"
],
"_resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.4.tgz",
"_spec": "4.0.4",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"author": {
"name": "Gareth Jones",
"email": "gareth.nomiddlename@gmail.com"
},
"bugs": {
"url": "https://github.com/nomiddlename/date-format/issues"
},
"description": "Formatting Date objects as strings since 2013",
"devDependencies": {
"eslint": "^8.10.0",
"eslint-plugin-mocha": "^10.0.3",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"should": "^13.2.3"
},
"engines": {
"node": ">=4.0"
},
"files": [
"lib",
"CHANGELOG.md"
],
"gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
"homepage": "https://github.com/nomiddlename/date-format#readme",
"keywords": [
"date",
"format",
"string"
],
"license": "MIT",
"main": "lib/index.js",
"name": "date-format",
"nyc": {
"include": [
"lib/**"
],
"branches": 100,
"lines": 100,
"functions": 100
},
"repository": {
"type": "git",
"url": "git+https://github.com/nomiddlename/date-format.git"
},
"scripts": {
"lint": "eslint lib/* test/*",
"pretest": "eslint lib/* test/*",
"test": "nyc --check-coverage mocha"
},
"version": "4.0.4"
}