source: imaps-frontend/node_modules/typed-array-byte-offset/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.1 KB
Line 
1{
2 "_from": "typed-array-byte-offset@^1.0.4",
3 "_id": "typed-array-byte-offset@1.0.4",
4 "_inBundle": false,
5 "_integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
6 "_location": "/typed-array-byte-offset",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "typed-array-byte-offset@^1.0.4",
12 "name": "typed-array-byte-offset",
13 "escapedName": "typed-array-byte-offset",
14 "rawSpec": "^1.0.4",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.4"
17 },
18 "_requiredBy": [
19 "/es-abstract"
20 ],
21 "_resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
22 "_shasum": "ae3698b8ec91a8ab945016108aef00d5bff12355",
23 "_spec": "typed-array-byte-offset@^1.0.4",
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-offset/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "available-typed-arrays": "^1.0.7",
43 "call-bind": "^1.0.8",
44 "for-each": "^0.3.3",
45 "gopd": "^1.2.0",
46 "has-proto": "^1.2.0",
47 "is-typed-array": "^1.1.15",
48 "reflect.getprototypeof": "^1.0.9"
49 },
50 "deprecated": false,
51 "description": "Robustly get the byte offset of a Typed Array",
52 "devDependencies": {
53 "@arethetypeswrong/cli": "^0.17.1",
54 "@ljharb/eslint-config": "^21.1.1",
55 "@ljharb/tsconfig": "^0.2.2",
56 "@types/call-bind": "^1.0.5",
57 "@types/es-abstract": "^1.17.9",
58 "@types/for-each": "^0.3.3",
59 "@types/gopd": "^1.0.3",
60 "@types/is-callable": "^1.1.2",
61 "@types/make-arrow-function": "^1.2.2",
62 "@types/make-generator-function": "^2.0.3",
63 "@types/object-inspect": "^1.13.0",
64 "@types/tape": "^5.8.0",
65 "auto-changelog": "^2.5.0",
66 "eslint": "=8.8.0",
67 "evalmd": "^0.0.19",
68 "in-publish": "^2.0.1",
69 "is-callable": "^1.2.7",
70 "make-arrow-function": "^1.2.0",
71 "make-generator-function": "^2.0.0",
72 "npmignore": "^0.3.1",
73 "nyc": "^10.3.2",
74 "object-inspect": "^1.13.3",
75 "possible-typed-array-names": "^1.0.0",
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/typed-array-byte-offset#readme",
91 "keywords": [
92 "typed",
93 "array",
94 "byteOffset",
95 "byte",
96 "offset",
97 "robust",
98 "es",
99 "Int8Array",
100 "Uint8Array",
101 "Uint8ClampedArray",
102 "Int16Array",
103 "Uint16Array",
104 "Int32Array",
105 "Uint32Array",
106 "Float32Array",
107 "Float64Array",
108 "BigInt64Array",
109 "BigUint64Array"
110 ],
111 "license": "MIT",
112 "main": "index.js",
113 "name": "typed-array-byte-offset",
114 "publishConfig": {
115 "ignore": [
116 ".github/workflows",
117 "types"
118 ]
119 },
120 "repository": {
121 "type": "git",
122 "url": "git+https://github.com/inspect-js/typed-array-byte-offset.git"
123 },
124 "scripts": {
125 "lint": "eslint --ext=js,mjs .",
126 "postlint": "tsc -p . && attw -P",
127 "posttest": "npx npm@'>=10.2' audit --production",
128 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
129 "prelint": "evalmd README.md",
130 "prepack": "npmignore --auto --commentLines=autogenerated",
131 "prepublish": "not-in-publish || npm run prepublishOnly",
132 "prepublishOnly": "safe-publish-latest",
133 "pretest": "npm run lint",
134 "test": "npm run tests-only",
135 "tests-only": "nyc tape 'test/**/*.js'",
136 "version": "auto-changelog && git add CHANGELOG.md"
137 },
138 "sideEffects": false,
139 "testling": {
140 "files": "test/index.js"
141 },
142 "types": "./index.d.ts",
143 "version": "1.0.4"
144}
Note: See TracBrowser for help on using the repository browser.