package.json
1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"_args": [
[
"local-iso-dt@1.2.2",
"C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk"
]
],
"_from": "local-iso-dt@1.2.2",
"_id": "local-iso-dt@1.2.2",
"_inBundle": false,
"_integrity": "sha512-/wNNXYs7uro+u0fo3/HUOriWa7rrVgZaKjjfyJ1azAWMXBCk1v/fgsVfC5CtlENQMFrPvkg02ldQFFQLETiS3w==",
"_location": "/local-iso-dt",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "local-iso-dt@1.2.2",
"name": "local-iso-dt",
"escapedName": "local-iso-dt",
"rawSpec": "1.2.2",
"saveSpec": null,
"fetchSpec": "1.2.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/local-iso-dt/-/local-iso-dt-1.2.2.tgz",
"_spec": "1.2.2",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk",
"author": {
"name": "Dan Dascalescu",
"url": "https://dandascalescu.com/about"
},
"bugs": {
"url": "https://github.com/dandv/local-iso-dt/issues"
},
"description": "Convert the most common types of dates into ISO8601/RFC3339-formatted YYYY-MM-DDTHH:MM:SS strings in the local timezone",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7",
"@types/jest": "^24.0.11",
"eslint": "^5",
"eslint-plugin-jest": "^22",
"jest": "^24"
},
"files": [
"index.*"
],
"homepage": "https://github.com/dandv/local-iso-dt#readme",
"keywords": [
"datetime",
"date",
"time",
"format",
"string",
"convert",
"local",
"timezone",
"ISO8601",
"RFC3339"
],
"license": "MIT",
"main": "index",
"name": "local-iso-dt",
"repository": {
"type": "git",
"url": "git+https://github.com/dandv/local-iso-dt.git"
},
"scripts": {
"lint": "eslint index*.mjs",
"prepare": "babel index.mjs --out-file index.js && babel index.js --minified --no-comments --source-maps -o index.min.js",
"test": "jest"
},
"version": "1.2.2"
}