source: imaps-frontend/node_modules/is-date-object/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.7 KB
Line 
1{
2 "_from": "is-date-object@^1.0.5",
3 "_id": "is-date-object@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
6 "_location": "/is-date-object",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-date-object@^1.0.5",
12 "name": "is-date-object",
13 "escapedName": "is-date-object",
14 "rawSpec": "^1.0.5",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.5"
17 },
18 "_requiredBy": [
19 "/es-to-primitive",
20 "/which-builtin-type"
21 ],
22 "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
23 "_shasum": "ad85541996fc7aa8b2729701d27b7319f95d82f7",
24 "_spec": "is-date-object@^1.0.5",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-to-primitive",
26 "author": {
27 "name": "Jordan Harband"
28 },
29 "auto-changelog": {
30 "output": "CHANGELOG.md",
31 "template": "keepachangelog",
32 "unreleased": false,
33 "commitLimit": false,
34 "backfillLimit": false,
35 "hideCredit": true
36 },
37 "bugs": {
38 "url": "https://github.com/inspect-js/is-date-object/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "call-bound": "^1.0.2",
43 "has-tostringtag": "^1.0.2"
44 },
45 "deprecated": false,
46 "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
47 "devDependencies": {
48 "@arethetypeswrong/cli": "^0.17.1",
49 "@ljharb/eslint-config": "^21.1.1",
50 "@ljharb/tsconfig": "^0.2.2",
51 "@types/core-js": "^2.5.8",
52 "@types/tape": "^5.6.5",
53 "auto-changelog": "^2.5.0",
54 "core-js": "^3.39.0",
55 "encoding": "^0.1.13",
56 "eslint": "=8.8.0",
57 "in-publish": "^2.0.1",
58 "indexof": "^0.0.1",
59 "is": "^3.3.0",
60 "npmignore": "^0.3.1",
61 "nyc": "^10.3.2",
62 "safe-publish-latest": "^2.0.0",
63 "tape": "^5.9.0",
64 "typescript": "^5.8.0-dev.20241212"
65 },
66 "engines": {
67 "node": ">= 0.4"
68 },
69 "exports": {
70 ".": "./index.js",
71 "./package.json": "./package.json"
72 },
73 "funding": {
74 "url": "https://github.com/sponsors/ljharb"
75 },
76 "homepage": "https://github.com/inspect-js/is-date-object#readme",
77 "keywords": [
78 "Date",
79 "ES6",
80 "toStringTag",
81 "@@toStringTag",
82 "Date object"
83 ],
84 "license": "MIT",
85 "main": "index.js",
86 "name": "is-date-object",
87 "publishConfig": {
88 "ignore": [
89 ".github/workflows",
90 "test-corejs.js"
91 ]
92 },
93 "repository": {
94 "type": "git",
95 "url": "git://github.com/inspect-js/is-date-object.git"
96 },
97 "scripts": {
98 "lint": "eslint --ext=js,mjs .",
99 "postlint": "tsc && attw -P",
100 "posttest": "npx npm@'>= 10.2' audit --production",
101 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
102 "prepack": "npmignore --auto --commentLines=autogenerated",
103 "prepublish": "not-in-publish || npm run prepublishOnly",
104 "prepublishOnly": "safe-publish-latest",
105 "pretest": "npm run lint",
106 "test": "npm run tests-only && npm run test:corejs",
107 "test:corejs": "nyc tape test-corejs.js",
108 "tests-only": "nyc tape 'test/**/*.js'",
109 "version": "auto-changelog && git add CHANGELOG.md"
110 },
111 "sideEffects": false,
112 "testling": {
113 "files": "test/index.js",
114 "browsers": [
115 "iexplore/6.0..latest",
116 "firefox/3.0..6.0",
117 "firefox/15.0..latest",
118 "firefox/nightly",
119 "chrome/4.0..10.0",
120 "chrome/20.0..latest",
121 "chrome/canary",
122 "opera/10.0..latest",
123 "opera/next",
124 "safari/4.0..latest",
125 "ipad/6.0..latest",
126 "iphone/6.0..latest",
127 "android-browser/4.2"
128 ]
129 },
130 "version": "1.1.0"
131}
Note: See TracBrowser for help on using the repository browser.