| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "date-format@2.1.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "date-format@2.1.0",
- "_id": "date-format@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-bYQuGLeFxhkxNOF3rcMtiZxvCBAquGzZm6oWA1oZ0g2THUzivaRhv8uOhdr19LmoobSOLoIAxeUK2RdbM8IFTA==",
- "_location": "/date-format",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "date-format@2.1.0",
- "name": "date-format",
- "escapedName": "date-format",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/log4js",
- "/streamroller"
- ],
- "_resolved": "https://registry.npmjs.org/date-format/-/date-format-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "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": "^5.16.0",
- "eslint-plugin-mocha": "^5.3.0",
- "mocha": "^5.2.0",
- "should": "^13.2.3"
- },
- "engines": {
- "node": ">=4.0"
- },
- "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
- "homepage": "https://github.com/nomiddlename/date-format#readme",
- "keywords": [
- "date",
- "format",
- "string"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "date-format",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nomiddlename/date-format.git"
- },
- "scripts": {
- "lint": "eslint lib/* test/*",
- "pretest": "eslint lib/* test/*",
- "test": "mocha"
- },
- "version": "2.1.0"
- }
|