1 | {
|
---|
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"
|
---|
131 | }
|
---|