blob: 8937eff83e11509fc7a94fc4a876a176803dcc96 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-date-object@^1.0.1",
3 "_id": "is-date-object@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==",
6 "_location": "/is-date-object",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-date-object@^1.0.1",
12 "name": "is-date-object",
13 "escapedName": "is-date-object",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/es-to-primitive"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz",
22 "_shasum": "bda736f2cd8fd06d32844e7743bfa7494c3bfd7e",
23 "_spec": "is-date-object@^1.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\es-to-primitive",
25 "author": {
26 "name": "Jordan Harband"
27 },
28 "auto-changelog": {
29 "output": "CHANGELOG.md",
30 "template": "keepachangelog",
31 "unreleased": false,
32 "commitLimit": false,
33 "backfillLimit": false
34 },
35 "bugs": {
36 "url": "https://github.com/ljharb/is-date-object/issues"
37 },
38 "bundleDependencies": false,
39 "dependencies": {},
40 "deprecated": false,
41 "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
42 "devDependencies": {
43 "@ljharb/eslint-config": "^15.0.2",
44 "auto-changelog": "^1.16.2",
45 "covert": "^1.1.1",
46 "eslint": "^6.7.2",
47 "foreach": "^2.0.5",
48 "indexof": "^0.0.1",
49 "is": "^3.3.0",
50 "safe-publish-latest": "^1.1.4",
51 "tape": "^4.12.0"
52 },
53 "engines": {
54 "node": ">= 0.4"
55 },
56 "funding": {
57 "url": "https://github.com/sponsors/ljharb"
58 },
59 "homepage": "https://github.com/ljharb/is-date-object#readme",
60 "keywords": [
61 "Date",
62 "ES6",
63 "toStringTag",
64 "@@toStringTag",
65 "Date object"
66 ],
67 "license": "MIT",
68 "main": "index.js",
69 "name": "is-date-object",
70 "repository": {
71 "type": "git",
72 "url": "git://github.com/ljharb/is-date-object.git"
73 },
74 "scripts": {
75 "coverage": "covert test/index.js",
76 "lint": "eslint .",
77 "posttest": "npx aud",
78 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
79 "prepublish": "safe-publish-latest",
80 "pretest": "npm run lint",
81 "test": "npm run tests-only",
82 "tests-only": "node --harmony --es-staging test",
83 "version": "auto-changelog && git add CHANGELOG.md"
84 },
85 "testling": {
86 "files": "test/index.js",
87 "browsers": [
88 "iexplore/6.0..latest",
89 "firefox/3.0..6.0",
90 "firefox/15.0..latest",
91 "firefox/nightly",
92 "chrome/4.0..10.0",
93 "chrome/20.0..latest",
94 "chrome/canary",
95 "opera/10.0..latest",
96 "opera/next",
97 "safari/4.0..latest",
98 "ipad/6.0..latest",
99 "iphone/6.0..latest",
100 "android-browser/4.2"
101 ]
102 },
103 "version": "1.0.2"
104}