source: trip-planner-front/node_modules/date-format/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
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 },
38 "description": "Formatting Date objects as strings since 2013",
39 "devDependencies": {
40 "eslint": "^5.16.0",
41 "eslint-plugin-mocha": "^5.3.0",
42 "mocha": "^5.2.0",
43 "should": "^13.2.3"
44 },
45 "engines": {
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"
61 },
62 "scripts": {
63 "lint": "eslint lib/* test/*",
64 "pretest": "eslint lib/* test/*",
65 "test": "mocha"
66 },
67 "version": "3.0.0"
68}
Note: See TracBrowser for help on using the repository browser.