1 | {
|
---|
2 | "_from": "available-typed-arrays@^1.0.7",
|
---|
3 | "_id": "available-typed-arrays@1.0.7",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
---|
6 | "_location": "/available-typed-arrays",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "available-typed-arrays@^1.0.7",
|
---|
12 | "name": "available-typed-arrays",
|
---|
13 | "escapedName": "available-typed-arrays",
|
---|
14 | "rawSpec": "^1.0.7",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.0.7"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/es-abstract",
|
---|
20 | "/typed-array-byte-offset",
|
---|
21 | "/which-typed-array"
|
---|
22 | ],
|
---|
23 | "_resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
---|
24 | "_shasum": "a5cc375d6a03c2efc87a553f3e0b1522def14846",
|
---|
25 | "_spec": "available-typed-arrays@^1.0.7",
|
---|
26 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
|
---|
27 | "author": {
|
---|
28 | "name": "Jordan Harband",
|
---|
29 | "email": "ljharb@gmail.com"
|
---|
30 | },
|
---|
31 | "auto-changelog": {
|
---|
32 | "output": "CHANGELOG.md",
|
---|
33 | "template": "keepachangelog",
|
---|
34 | "unreleased": false,
|
---|
35 | "commitLimit": false,
|
---|
36 | "backfillLimit": false,
|
---|
37 | "hideCredit": true
|
---|
38 | },
|
---|
39 | "bugs": {
|
---|
40 | "url": "https://github.com/inspect-js/available-typed-arrays/issues"
|
---|
41 | },
|
---|
42 | "bundleDependencies": false,
|
---|
43 | "dependencies": {
|
---|
44 | "possible-typed-array-names": "^1.0.0"
|
---|
45 | },
|
---|
46 | "deprecated": false,
|
---|
47 | "description": "Returns an array of Typed Array names that are available in the current environment",
|
---|
48 | "devDependencies": {
|
---|
49 | "@ljharb/eslint-config": "^21.1.0",
|
---|
50 | "@types/array.prototype.every": "^1.1.1",
|
---|
51 | "@types/isarray": "^2.0.2",
|
---|
52 | "@types/tape": "^5.6.4",
|
---|
53 | "array.prototype.every": "^1.1.5",
|
---|
54 | "aud": "^2.0.4",
|
---|
55 | "auto-changelog": "^2.4.0",
|
---|
56 | "eslint": "=8.8.0",
|
---|
57 | "evalmd": "^0.0.19",
|
---|
58 | "in-publish": "^2.0.1",
|
---|
59 | "isarray": "^2.0.5",
|
---|
60 | "npmignore": "^0.3.1",
|
---|
61 | "nyc": "^10.3.2",
|
---|
62 | "safe-publish-latest": "^2.0.0",
|
---|
63 | "tape": "^5.7.4",
|
---|
64 | "typescript": "^5.4.0-dev.20240131"
|
---|
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/available-typed-arrays#readme",
|
---|
77 | "keywords": [
|
---|
78 | "typed",
|
---|
79 | "arrays",
|
---|
80 | "Float32Array",
|
---|
81 | "Float64Array",
|
---|
82 | "Int8Array",
|
---|
83 | "Int16Array",
|
---|
84 | "Int32Array",
|
---|
85 | "Uint8Array",
|
---|
86 | "Uint8ClampedArray",
|
---|
87 | "Uint16Array",
|
---|
88 | "Uint32Array",
|
---|
89 | "BigInt64Array",
|
---|
90 | "BigUint64Array"
|
---|
91 | ],
|
---|
92 | "license": "MIT",
|
---|
93 | "main": "index.js",
|
---|
94 | "name": "available-typed-arrays",
|
---|
95 | "publishConfig": {
|
---|
96 | "ignore": [
|
---|
97 | ".github/workflows"
|
---|
98 | ]
|
---|
99 | },
|
---|
100 | "repository": {
|
---|
101 | "type": "git",
|
---|
102 | "url": "git+https://github.com/inspect-js/available-typed-arrays.git"
|
---|
103 | },
|
---|
104 | "scripts": {
|
---|
105 | "lint": "eslint --ext=js,mjs .",
|
---|
106 | "postlint": "tsc -p .",
|
---|
107 | "posttest": "aud --production",
|
---|
108 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
109 | "prelint": "evalmd README.md",
|
---|
110 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
111 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
112 | "prepublishOnly": "safe-publish-latest",
|
---|
113 | "pretest": "npm run lint",
|
---|
114 | "test": "npm run tests-only && npm run test:harmony",
|
---|
115 | "test:harmony": "nyc node --harmony --es-staging test",
|
---|
116 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
117 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
118 | },
|
---|
119 | "sideEffects": false,
|
---|
120 | "type": "commonjs",
|
---|
121 | "types": "./index.d.ts",
|
---|
122 | "version": "1.0.7"
|
---|
123 | }
|
---|