source: imaps-frontend/node_modules/typed-array-byte-length/package.json

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 4.0 KB
Line 
1{
2 "_from": "typed-array-byte-length@^1.0.3",
3 "_id": "typed-array-byte-length@1.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
6 "_location": "/typed-array-byte-length",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "typed-array-byte-length@^1.0.3",
12 "name": "typed-array-byte-length",
13 "escapedName": "typed-array-byte-length",
14 "rawSpec": "^1.0.3",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.3"
17 },
18 "_requiredBy": [
19 "/es-abstract"
20 ],
21 "_resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
22 "_shasum": "8407a04f7d78684f3d252aa1a143d2b77b4160ce",
23 "_spec": "typed-array-byte-length@^1.0.3",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
25 "author": {
26 "name": "Jordan Harband",
27 "email": "ljharb@gmail.com"
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/typed-array-byte-length/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "call-bind": "^1.0.8",
43 "for-each": "^0.3.3",
44 "gopd": "^1.2.0",
45 "has-proto": "^1.2.0",
46 "is-typed-array": "^1.1.14"
47 },
48 "deprecated": false,
49 "description": "Robustly get the byte length of a Typed Array",
50 "devDependencies": {
51 "@arethetypeswrong/cli": "^0.17.1",
52 "@ljharb/eslint-config": "^21.1.1",
53 "@ljharb/tsconfig": "^0.2.2",
54 "@types/call-bind": "^1.0.5",
55 "@types/for-each": "^0.3.3",
56 "@types/gopd": "^1.0.3",
57 "@types/is-callable": "^1.1.2",
58 "@types/make-arrow-function": "^1.2.2",
59 "@types/make-generator-function": "^2.0.3",
60 "@types/object-inspect": "^1.13.0",
61 "@types/tape": "^5.7.0",
62 "auto-changelog": "^2.5.0",
63 "available-typed-arrays": "^1.0.7",
64 "encoding": "^0.1.13",
65 "eslint": "=8.8.0",
66 "evalmd": "^0.0.19",
67 "in-publish": "^2.0.1",
68 "is-callable": "^1.2.7",
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.3",
74 "safe-publish-latest": "^2.0.0",
75 "tape": "^5.9.0",
76 "typescript": "next"
77 },
78 "engines": {
79 "node": ">= 0.4"
80 },
81 "exports": {
82 ".": "./index.js",
83 "./package.json": "./package.json"
84 },
85 "funding": {
86 "url": "https://github.com/sponsors/ljharb"
87 },
88 "homepage": "https://github.com/inspect-js/typed-array-byte-length#readme",
89 "keywords": [
90 "typed",
91 "array",
92 "byteLength",
93 "byte",
94 "length",
95 "robust",
96 "es",
97 "Int8Array",
98 "Uint8Array",
99 "Uint8ClampedArray",
100 "Int16Array",
101 "Uint16Array",
102 "Int32Array",
103 "Uint32Array",
104 "Float32Array",
105 "Float64Array",
106 "BigInt64Array",
107 "BigUint64Array"
108 ],
109 "license": "MIT",
110 "main": "index.js",
111 "name": "typed-array-byte-length",
112 "publishConfig": {
113 "ignore": [
114 ".github/workflows"
115 ]
116 },
117 "repository": {
118 "type": "git",
119 "url": "git+https://github.com/inspect-js/typed-array-byte-length.git"
120 },
121 "scripts": {
122 "lint": "eslint --ext=js,mjs .",
123 "postlint": "tsc -p . && attw -P",
124 "posttest": "npx npm@'>= 10.2' audit --production",
125 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
126 "prelint": "evalmd README.md",
127 "prepack": "npmignore --auto --commentLines=autogenerated",
128 "prepublish": "not-in-publish || npm run prepublishOnly",
129 "prepublishOnly": "safe-publish-latest",
130 "pretest": "npm run lint",
131 "test": "npm run tests-only",
132 "tests-only": "nyc tape 'test/**/*.js'",
133 "version": "auto-changelog && git add CHANGELOG.md"
134 },
135 "sideEffects": false,
136 "testling": {
137 "files": "test/index.js"
138 },
139 "types": "./index.d.ts",
140 "version": "1.0.3"
141}
Note: See TracBrowser for help on using the repository browser.