-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
173 lines (173 loc) · 7.62 KB
/
package.json
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "date",
"version": "2.0.5",
"description": "ES spec-compliant `Date` shim/polyfill/replacement that works as far down as ES3",
"contributors": [
{
"name": "Jordan Harband",
"email": "[email protected]",
"url": "http://ljharb.codes"
}
],
"main": "index.json",
"exports": {
".": "./index.json",
"./auto": "./auto.js",
"./shim": "./shim.js",
"./Date": "./Date/index.js",
"./Date/auto": "./Date/auto.js",
"./Date/polyfill": "./Date/polyfill.js",
"./Date/implementation": "./Date/implementation.js",
"./Date/shim": "./Date/shim.js",
"./Date.prototype.getFullYear": "./Date.prototype.getFullYear/index.js",
"./Date.prototype.getFullYear/auto": "./Date.prototype.getFullYear/auto.js",
"./Date.prototype.getFullYear/polyfill": "./Date.prototype.getFullYear/polyfill.js",
"./Date.prototype.getFullYear/implementation": "./Date.prototype.getFullYear/implementation.js",
"./Date.prototype.getFullYear/shim": "./Date.prototype.getFullYear/shim.js",
"./Date.prototype.getMonth": "./Date.prototype.getMonth/index.js",
"./Date.prototype.getMonth/auto": "./Date.prototype.getMonth/auto.js",
"./Date.prototype.getMonth/polyfill": "./Date.prototype.getMonth/polyfill.js",
"./Date.prototype.getMonth/implementation": "./Date.prototype.getMonth/implementation.js",
"./Date.prototype.getMonth/shim": "./Date.prototype.getMonth/shim.js",
"./Date.prototype.getDate": "./Date.prototype.getDate/index.js",
"./Date.prototype.getDate/auto": "./Date.prototype.getDate/auto.js",
"./Date.prototype.getDate/polyfill": "./Date.prototype.getDate/polyfill.js",
"./Date.prototype.getDate/implementation": "./Date.prototype.getDate/implementation.js",
"./Date.prototype.getDate/shim": "./Date.prototype.getDate/shim.js",
"./Date.prototype.getUTCDate": "./Date.prototype.getUTCDate/index.js",
"./Date.prototype.getUTCDate/auto": "./Date.prototype.getUTCDate/auto.js",
"./Date.prototype.getUTCDate/polyfill": "./Date.prototype.getUTCDate/polyfill.js",
"./Date.prototype.getUTCDate/implementation": "./Date.prototype.getUTCDate/implementation.js",
"./Date.prototype.getUTCDate/shim": "./Date.prototype.getUTCDate/shim.js",
"./Date.prototype.getUTCFullYear": "./Date.prototype.getUTCFullYear/index.js",
"./Date.prototype.getUTCFullYear/auto": "./Date.prototype.getUTCFullYear/auto.js",
"./Date.prototype.getUTCFullYear/polyfill": "./Date.prototype.getUTCFullYear/polyfill.js",
"./Date.prototype.getUTCFullYear/implementation": "./Date.prototype.getUTCFullYear/implementation.js",
"./Date.prototype.getUTCFullYear/shim": "./Date.prototype.getUTCFullYear/shim.js",
"./Date.prototype.getUTCMonth": "./Date.prototype.getUTCMonth/index.js",
"./Date.prototype.getUTCMonth/auto": "./Date.prototype.getUTCMonth/auto.js",
"./Date.prototype.getUTCMonth/polyfill": "./Date.prototype.getUTCMonth/polyfill.js",
"./Date.prototype.getUTCMonth/implementation": "./Date.prototype.getUTCMonth/implementation.js",
"./Date.prototype.getUTCMonth/shim": "./Date.prototype.getUTCMonth/shim.js",
"./Date.prototype.toUTCString": "./Date.prototype.toUTCString/index.js",
"./Date.prototype.toUTCString/auto": "./Date.prototype.toUTCString/auto.js",
"./Date.prototype.toUTCString/polyfill": "./Date.prototype.toUTCString/polyfill.js",
"./Date.prototype.toUTCString/implementation": "./Date.prototype.toUTCString/implementation.js",
"./Date.prototype.toUTCString/shim": "./Date.prototype.toUTCString/shim.js",
"./Date.prototype.toDateString": "./Date.prototype.toDateString/index.js",
"./Date.prototype.toDateString/auto": "./Date.prototype.toDateString/auto.js",
"./Date.prototype.toDateString/polyfill": "./Date.prototype.toDateString/polyfill.js",
"./Date.prototype.toDateString/implementation": "./Date.prototype.toDateString/implementation.js",
"./Date.prototype.toDateString/shim": "./Date.prototype.toDateString/shim.js",
"./Date.prototype.toString": "./Date.prototype.toString/index.js",
"./Date.prototype.toString/auto": "./Date.prototype.toString/auto.js",
"./Date.prototype.toString/polyfill": "./Date.prototype.toString/polyfill.js",
"./Date.prototype.toString/implementation": "./Date.prototype.toString/implementation.js",
"./Date.prototype.toString/shim": "./Date.prototype.toString/shim.js",
"./Date.prototype.toISOString": "./Date.prototype.toISOString/index.js",
"./Date.prototype.toISOString/auto": "./Date.prototype.toISOString/auto.js",
"./Date.prototype.toISOString/polyfill": "./Date.prototype.toISOString/polyfill.js",
"./Date.prototype.toISOString/implementation": "./Date.prototype.toISOString/implementation.js",
"./Date.prototype.toISOString/shim": "./Date.prototype.toISOString/shim.js",
"./Date.prototype.toJSON": "./Date.prototype.toJSON/index.js",
"./Date.prototype.toJSON/auto": "./Date.prototype.toJSON/auto.js",
"./Date.prototype.toJSON/polyfill": "./Date.prototype.toJSON/polyfill.js",
"./Date.prototype.toJSON/implementation": "./Date.prototype.toJSON/implementation.js",
"./Date.prototype.toJSON/shim": "./Date.prototype.toJSON/shim.js",
"./Date.now": "./Date.now/index.js",
"./Date.now/auto": "./Date.now/auto.js",
"./Date.now/polyfill": "./Date.now/polyfill.js",
"./Date.now/implementation": "./Date.now/implementation.js",
"./Date.now/shim": "./Date.now/shim.js",
"./Date.parse": "./Date.parse/index.js",
"./Date.parse/auto": "./Date.parse/auto.js",
"./Date.parse/polyfill": "./Date.parse/polyfill.js",
"./Date.parse/implementation": "./Date.parse/implementation.js",
"./Date.parse/shim": "./Date.parse/shim.js",
"./package.json": "./package.json"
},
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"prelint": "evalmd README.md",
"lint": "eslint .",
"postlint": "es-shim-api --type=multi",
"pretest": "npm run lint",
"test": "npm run tests-only",
"posttest": "npx npm@'>=10.2' audit --production",
"tests-only": "nyc tape 'test/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/es-shims/Date.git"
},
"keywords": [
"shim",
"polyfill",
"javascript",
"ecmascript",
"es-shim",
"API",
"Date"
],
"author": "Jordan Harband <[email protected]>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/es-shims/Date/issues"
},
"homepage": "https://github.com/es-shims/Date#readme",
"dependencies": {
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.3",
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.4",
"globalthis": "^1.0.4",
"safe-regex-test": "^1.0.3"
},
"devDependencies": {
"@es-shims/api": "^3.0.1",
"@ljharb/eslint-config": "^21.1.1",
"array.prototype.map": "^1.0.7",
"auto-changelog": "^2.5.0",
"encoding": "^0.1.13",
"es6-shim": "^0.35.8",
"eslint": "=8.8.0",
"evalmd": "^0.0.19",
"for-each": "^0.3.3",
"function.prototype.name": "^1.1.6",
"has-property-descriptors": "^1.0.2",
"has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"object-inspect": "^1.13.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.9.0"
},
"engines": {
"node": ">= 0.4"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
"testling": {
"files": "./test/**/*.js"
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}