Changeset 59329aa for trip-planner-front/node_modules/date-format
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/date-format/package.json
rceaed42 r59329aa 1 1 { 2 "name": "date-format", 3 "version": "3.0.0", 2 "_args": [ 3 [ 4 "date-format@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "date-format@3.0.0", 10 "_id": "date-format@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-eyTcpKOcamdhWJXj56DpQMo1ylSQpcGtGKXcU0Tb97+K56/CF5amAqqqNj0+KvA0iw2ynxtHWFsPDSClCxe48w==", 13 "_location": "/date-format", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "date-format@3.0.0", 19 "name": "date-format", 20 "escapedName": "date-format", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/log4js" 27 ], 28 "_resolved": "https://registry.npmjs.org/date-format/-/date-format-3.0.0.tgz", 29 "_spec": "3.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Gareth Jones", 33 "email": "gareth.nomiddlename@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/nomiddlename/date-format/issues" 37 }, 4 38 "description": "Formatting Date objects as strings since 2013", 5 "main": "lib/index.js", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/nomiddlename/date-format.git" 39 "devDependencies": { 40 "eslint": "^5.16.0", 41 "eslint-plugin-mocha": "^5.3.0", 42 "mocha": "^5.2.0", 43 "should": "^13.2.3" 9 44 }, 10 45 "engines": { 11 46 "node": ">=4.0" 47 }, 48 "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522", 49 "homepage": "https://github.com/nomiddlename/date-format#readme", 50 "keywords": [ 51 "date", 52 "format", 53 "string" 54 ], 55 "license": "MIT", 56 "main": "lib/index.js", 57 "name": "date-format", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/nomiddlename/date-format.git" 12 61 }, 13 62 "scripts": { … … 16 65 "test": "mocha" 17 66 }, 18 "keywords": [ 19 "date", 20 "format", 21 "string" 22 ], 23 "author": "Gareth Jones <gareth.nomiddlename@gmail.com>", 24 "license": "MIT", 25 "readmeFilename": "README.md", 26 "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522", 27 "devDependencies": { 28 "eslint": "^5.16.0", 29 "eslint-plugin-mocha": "^5.3.0", 30 "mocha": "^5.2.0", 31 "should": "^13.2.3" 32 } 67 "version": "3.0.0" 33 68 }
Note:
See TracChangeset
for help on using the changeset viewer.