[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "is-date-object@1.0.5",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "is-date-object@1.0.5",
|
---|
| 10 | "_id": "is-date-object@1.0.5",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
|
---|
| 13 | "_location": "/is-date-object",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "is-date-object@1.0.5",
|
---|
| 19 | "name": "is-date-object",
|
---|
| 20 | "escapedName": "is-date-object",
|
---|
| 21 | "rawSpec": "1.0.5",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.0.5"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/deep-equal"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
|
---|
| 29 | "_spec": "1.0.5",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Jordan Harband"
|
---|
| 33 | },
|
---|
| 34 | "auto-changelog": {
|
---|
| 35 | "output": "CHANGELOG.md",
|
---|
| 36 | "template": "keepachangelog",
|
---|
| 37 | "unreleased": false,
|
---|
| 38 | "commitLimit": false,
|
---|
| 39 | "backfillLimit": false,
|
---|
| 40 | "hideCredit": true
|
---|
| 41 | },
|
---|
| 42 | "bugs": {
|
---|
| 43 | "url": "https://github.com/inspect-js/is-date-object/issues"
|
---|
| 44 | },
|
---|
| 45 | "dependencies": {
|
---|
| 46 | "has-tostringtag": "^1.0.0"
|
---|
| 47 | },
|
---|
| 48 | "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
|
---|
| 49 | "devDependencies": {
|
---|
| 50 | "@ljharb/eslint-config": "^17.6.0",
|
---|
| 51 | "aud": "^1.1.5",
|
---|
| 52 | "auto-changelog": "^2.3.0",
|
---|
| 53 | "core-js": "^3.12.0",
|
---|
| 54 | "eslint": "^7.32.0",
|
---|
| 55 | "foreach": "^2.0.5",
|
---|
| 56 | "indexof": "^0.0.1",
|
---|
| 57 | "is": "^3.3.0",
|
---|
| 58 | "nyc": "^10.3.2",
|
---|
| 59 | "safe-publish-latest": "^1.1.4",
|
---|
| 60 | "tape": "^5.3.0"
|
---|
| 61 | },
|
---|
| 62 | "engines": {
|
---|
| 63 | "node": ">= 0.4"
|
---|
| 64 | },
|
---|
| 65 | "funding": {
|
---|
| 66 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 67 | },
|
---|
| 68 | "homepage": "https://github.com/inspect-js/is-date-object#readme",
|
---|
| 69 | "keywords": [
|
---|
| 70 | "Date",
|
---|
| 71 | "ES6",
|
---|
| 72 | "toStringTag",
|
---|
| 73 | "@@toStringTag",
|
---|
| 74 | "Date object"
|
---|
| 75 | ],
|
---|
| 76 | "license": "MIT",
|
---|
| 77 | "main": "index.js",
|
---|
| 78 | "name": "is-date-object",
|
---|
| 79 | "repository": {
|
---|
| 80 | "type": "git",
|
---|
| 81 | "url": "git://github.com/inspect-js/is-date-object.git"
|
---|
| 82 | },
|
---|
| 83 | "scripts": {
|
---|
| 84 | "lint": "eslint .",
|
---|
| 85 | "posttest": "aud --production",
|
---|
| 86 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 87 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 88 | "prepublishOnly": "safe-publish-latest",
|
---|
| 89 | "pretest": "npm run lint",
|
---|
| 90 | "test": "npm run tests-only && npm run test:corejs",
|
---|
| 91 | "test:corejs": "nyc tape test-corejs.js",
|
---|
| 92 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 93 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 94 | },
|
---|
| 95 | "testling": {
|
---|
| 96 | "files": "test/index.js",
|
---|
| 97 | "browsers": [
|
---|
| 98 | "iexplore/6.0..latest",
|
---|
| 99 | "firefox/3.0..6.0",
|
---|
| 100 | "firefox/15.0..latest",
|
---|
| 101 | "firefox/nightly",
|
---|
| 102 | "chrome/4.0..10.0",
|
---|
| 103 | "chrome/20.0..latest",
|
---|
| 104 | "chrome/canary",
|
---|
| 105 | "opera/10.0..latest",
|
---|
| 106 | "opera/next",
|
---|
| 107 | "safari/4.0..latest",
|
---|
| 108 | "ipad/6.0..latest",
|
---|
| 109 | "iphone/6.0..latest",
|
---|
| 110 | "android-browser/4.2"
|
---|
| 111 | ]
|
---|
| 112 | },
|
---|
| 113 | "version": "1.0.5"
|
---|
[6a3a178] | 114 | }
|
---|