Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/is-data-view/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "is-data-view",
    3         "version": "1.0.1",
    4         "description": "Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.",
    5         "main": "index.js",
    6         "exports": {
    7                 ".": "./index.js",
    8                 "./package.json": "./package.json"
    9         },
    10         "types": "./index.d.ts",
    11         "scripts": {
    12                 "prepack": "npmignore --auto --commentLines=autogenerated",
    13                 "prepublishOnly": "safe-publish-latest",
    14                 "prepublish": "not-in-publish || npm run prepublishOnly",
    15                 "prelint": "evalmd README.md",
    16                 "lint": "eslint --ext=js,mjs .",
    17                 "postlint": "tsc -p .",
    18                 "pretest": "npm run lint",
    19                 "tests-only": "nyc tape 'test/**/*.js'",
    20                 "test": "npm run tests-only",
    21                 "posttest": "aud --production",
    22                 "version": "auto-changelog && git add CHANGELOG.md",
    23                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    24         },
    25         "funding": {
    26                 "url": "https://github.com/sponsors/ljharb"
    27         },
    28         "repository": {
    29                 "type": "git",
    30                 "url": "git+https://github.com/inspect-js/is-data-view.git"
    31         },
    32         "keywords": [
    33                 "javascript",
    34                 "ecmascript",
    35                 "dataview",
    36                 "data",
    37                 "view",
    38                 "typedarray",
    39                 "typedarrays"
    40         ],
    41         "author": "Jordan Harband <ljharb@gmail.com>",
    42         "license": "MIT",
    43         "bugs": {
    44                 "url": "https://github.com/inspect-js/is-data-view/issues"
    45         },
    46         "homepage": "https://github.com/inspect-js/is-data-view#readme",
    47         "dependencies": {
    48                 "is-typed-array": "^1.1.13"
    49         },
    50         "devDependencies": {
    51                 "@ljharb/eslint-config": "^21.1.0",
    52                 "@types/call-bind": "^1.0.5",
    53                 "@types/es-value-fixtures": "^1.4.4",
    54                 "@types/for-each": "^0.3.3",
    55                 "@types/make-arrow-function": "^1.2.2",
    56                 "@types/make-generator-function": "^2.0.3",
    57                 "@types/node": "^20.11.14",
    58                 "@types/object-inspect": "^1.8.4",
    59                 "@types/tape": "^5.6.4",
    60                 "aud": "^2.0.4",
    61                 "auto-changelog": "^2.4.0",
    62                 "available-typed-arrays": "^1.0.6",
    63                 "es-value-fixtures": "^1.4.2",
    64                 "eslint": "=8.8.0",
    65                 "evalmd": "^0.0.19",
    66                 "for-each": "^0.3.3",
    67                 "has-tostringtag": "^1.0.2",
    68                 "in-publish": "^2.0.1",
    69                 "make-arrow-function": "^1.2.0",
    70                 "make-generator-function": "^2.0.0",
    71                 "npmignore": "^0.3.1",
    72                 "nyc": "^10.3.2",
    73                 "object-inspect": "^1.13.1",
    74                 "safe-publish-latest": "^2.0.0",
    75                 "tape": "^5.7.4",
    76                 "typescript": "next"
    77         },
    78         "testling": {
    79                 "files": "test/index.js"
    80         },
    81         "engines": {
    82                 "node": ">= 0.4"
    83         },
    84         "auto-changelog": {
    85                 "output": "CHANGELOG.md",
    86                 "template": "keepachangelog",
    87                 "unreleased": false,
    88                 "commitLimit": false,
    89                 "backfillLimit": false,
    90                 "hideCredit": true
    91         },
    92         "publishConfig": {
    93                 "ignore": [
    94                         ".github/workflows"
    95                 ]
    96         }
     2  "_from": "is-data-view@^1.0.2",
     3  "_id": "is-data-view@1.0.2",
     4  "_inBundle": false,
     5  "_integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
     6  "_location": "/is-data-view",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "is-data-view@^1.0.2",
     12    "name": "is-data-view",
     13    "escapedName": "is-data-view",
     14    "rawSpec": "^1.0.2",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.0.2"
     17  },
     18  "_requiredBy": [
     19    "/data-view-buffer",
     20    "/data-view-byte-length",
     21    "/data-view-byte-offset",
     22    "/es-abstract"
     23  ],
     24  "_resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
     25  "_shasum": "bae0a41b9688986c2188dda6657e56b8f9e63b8e",
     26  "_spec": "is-data-view@^1.0.2",
     27  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
     28  "author": {
     29    "name": "Jordan Harband",
     30    "email": "ljharb@gmail.com"
     31  },
     32  "auto-changelog": {
     33    "output": "CHANGELOG.md",
     34    "template": "keepachangelog",
     35    "unreleased": false,
     36    "commitLimit": false,
     37    "backfillLimit": false,
     38    "hideCredit": true
     39  },
     40  "bugs": {
     41    "url": "https://github.com/inspect-js/is-data-view/issues"
     42  },
     43  "bundleDependencies": false,
     44  "dependencies": {
     45    "call-bound": "^1.0.2",
     46    "get-intrinsic": "^1.2.6",
     47    "is-typed-array": "^1.1.13"
     48  },
     49  "deprecated": false,
     50  "description": "Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.",
     51  "devDependencies": {
     52    "@ljharb/eslint-config": "^21.1.1",
     53    "@ljharb/tsconfig": "^0.2.2",
     54    "@types/call-bind": "^1.0.5",
     55    "@types/es-value-fixtures": "^1.4.4",
     56    "@types/for-each": "^0.3.3",
     57    "@types/make-arrow-function": "^1.2.2",
     58    "@types/make-generator-function": "^2.0.3",
     59    "@types/node": "^20.17.10",
     60    "@types/object-inspect": "^1.13.0",
     61    "@types/tape": "^5.6.5",
     62    "auto-changelog": "^2.5.0",
     63    "available-typed-arrays": "^1.0.7",
     64    "encoding": "^0.1.13",
     65    "es-value-fixtures": "^1.5.0",
     66    "eslint": "=8.8.0",
     67    "evalmd": "^0.0.19",
     68    "for-each": "^0.3.3",
     69    "has-tostringtag": "^1.0.2",
     70    "in-publish": "^2.0.1",
     71    "make-arrow-function": "^1.2.0",
     72    "make-generator-function": "^2.0.0",
     73    "npmignore": "^0.3.1",
     74    "nyc": "^10.3.2",
     75    "object-inspect": "^1.13.3",
     76    "safe-publish-latest": "^2.0.0",
     77    "tape": "^5.9.0",
     78    "typescript": "next"
     79  },
     80  "engines": {
     81    "node": ">= 0.4"
     82  },
     83  "exports": {
     84    ".": "./index.js",
     85    "./package.json": "./package.json"
     86  },
     87  "funding": {
     88    "url": "https://github.com/sponsors/ljharb"
     89  },
     90  "homepage": "https://github.com/inspect-js/is-data-view#readme",
     91  "keywords": [
     92    "javascript",
     93    "ecmascript",
     94    "dataview",
     95    "data",
     96    "view",
     97    "typedarray",
     98    "typedarrays"
     99  ],
     100  "license": "MIT",
     101  "main": "index.js",
     102  "name": "is-data-view",
     103  "publishConfig": {
     104    "ignore": [
     105      ".github/workflows"
     106    ]
     107  },
     108  "repository": {
     109    "type": "git",
     110    "url": "git+https://github.com/inspect-js/is-data-view.git"
     111  },
     112  "scripts": {
     113    "lint": "eslint --ext=js,mjs .",
     114    "postlint": "tsc -p .",
     115    "posttest": "npx npm@'>= 10.2' audit --production",
     116    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     117    "prelint": "evalmd README.md",
     118    "prepack": "npmignore --auto --commentLines=autogenerated",
     119    "prepublish": "not-in-publish || npm run prepublishOnly",
     120    "prepublishOnly": "safe-publish-latest",
     121    "pretest": "npm run lint",
     122    "test": "npm run tests-only",
     123    "tests-only": "nyc tape 'test/**/*.js'",
     124    "version": "auto-changelog && git add CHANGELOG.md"
     125  },
     126  "testling": {
     127    "files": "test/index.js"
     128  },
     129  "types": "./index.d.ts",
     130  "version": "1.0.2"
    97131}
Note: See TracChangeset for help on using the changeset viewer.