source: imaps-frontend/node_modules/array-buffer-byte-length/package.json@ 79a0317

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "array-buffer-byte-length@^1.0.2",
3 "_id": "array-buffer-byte-length@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
6 "_location": "/array-buffer-byte-length",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "array-buffer-byte-length@^1.0.2",
12 "name": "array-buffer-byte-length",
13 "escapedName": "array-buffer-byte-length",
14 "rawSpec": "^1.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.2"
17 },
18 "_requiredBy": [
19 "/arraybuffer.prototype.slice",
20 "/es-abstract"
21 ],
22 "_resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
23 "_shasum": "384d12a37295aec3769ab022ad323a18a51ccf8b",
24 "_spec": "array-buffer-byte-length@^1.0.2",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
26 "author": {
27 "name": "Jordan Harband",
28 "email": "ljharb@gmail.com"
29 },
30 "auto-changelog": {
31 "output": "CHANGELOG.md",
32 "template": "keepachangelog",
33 "unreleased": false,
34 "commitLimit": false,
35 "backfillLimit": false,
36 "hideCredit": true
37 },
38 "bugs": {
39 "url": "https://github.com/inspect-js/array-buffer-byte-length/issues"
40 },
41 "bundleDependencies": false,
42 "dependencies": {
43 "call-bound": "^1.0.3",
44 "is-array-buffer": "^3.0.5"
45 },
46 "deprecated": false,
47 "description": "Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.",
48 "devDependencies": {
49 "@arethetypeswrong/cli": "^0.17.1",
50 "@ljharb/eslint-config": "^21.1.1",
51 "@ljharb/tsconfig": "^0.2.2",
52 "@types/es-value-fixtures": "^1.4.4",
53 "@types/for-each": "^0.3.3",
54 "@types/object-inspect": "^1.13.0",
55 "@types/tape": "^5.8.0",
56 "auto-changelog": "^2.5.0",
57 "encoding": "^0.1.13",
58 "es-value-fixtures": "^1.5.0",
59 "eslint": "=8.8.0",
60 "evalmd": "^0.0.19",
61 "for-each": "^0.3.3",
62 "in-publish": "^2.0.1",
63 "npmignore": "^0.3.1",
64 "nyc": "^10.3.2",
65 "object-inspect": "^1.13.3",
66 "safe-publish-latest": "^2.0.0",
67 "tape": "^5.9.0",
68 "typescript": "next"
69 },
70 "engines": {
71 "node": ">= 0.4"
72 },
73 "exports": {
74 ".": "./index.js",
75 "./package.json": "./package.json"
76 },
77 "funding": {
78 "url": "https://github.com/sponsors/ljharb"
79 },
80 "homepage": "https://github.com/inspect-js/array-buffer-byte-length#readme",
81 "keywords": [
82 "shim",
83 "polyfill",
84 "ArrayBuffer",
85 "byteLength",
86 "byte",
87 "length",
88 "es-shim API",
89 "es-shims"
90 ],
91 "license": "MIT",
92 "main": "index.js",
93 "name": "array-buffer-byte-length",
94 "publishConfig": {
95 "ignore": [
96 ".github/workflows"
97 ]
98 },
99 "repository": {
100 "type": "git",
101 "url": "git+https://github.com/inspect-js/array-buffer-byte-length.git"
102 },
103 "scripts": {
104 "lint": "eslint --ext=js,mjs .",
105 "postlint": "tsc && attw -P",
106 "posttest": "npx npm@'>= 10.2' audit --production",
107 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
108 "prelint": "evalmd README.md",
109 "prepack": "npmignore --auto --commentLines=autogenerated",
110 "prepublish": "not-in-publish || npm run prepublishOnly",
111 "prepublishOnly": "safe-publish-latest",
112 "pretest": "npm run lint",
113 "test": "npm run tests-only",
114 "tests-only": "nyc tape 'test/**/*.js'",
115 "version": "auto-changelog && git add CHANGELOG.md"
116 },
117 "sideEffects": false,
118 "testling": {
119 "files": "test/index.js"
120 },
121 "types": "./index.d.ts",
122 "version": "1.0.2"
[d565449]123}
Note: See TracBrowser for help on using the repository browser.