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

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.5 KB
Line 
1{
2 "_from": "is-array-buffer@^3.0.5",
3 "_id": "is-array-buffer@3.0.5",
4 "_inBundle": false,
5 "_integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
6 "_location": "/is-array-buffer",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-array-buffer@^3.0.5",
12 "name": "is-array-buffer",
13 "escapedName": "is-array-buffer",
14 "rawSpec": "^3.0.5",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.5"
17 },
18 "_requiredBy": [
19 "/array-buffer-byte-length",
20 "/arraybuffer.prototype.slice",
21 "/es-abstract"
22 ],
23 "_resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
24 "_shasum": "65742e1e687bd2cc666253068fd8707fe4d44280",
25 "_spec": "is-array-buffer@^3.0.5",
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 "startingVersion": "2.0.1"
39 },
40 "bugs": {
41 "url": "https://github.com/inspect-js/is-array-buffer/issues"
42 },
43 "bundleDependencies": false,
44 "dependencies": {
45 "call-bind": "^1.0.8",
46 "call-bound": "^1.0.3",
47 "get-intrinsic": "^1.2.6"
48 },
49 "deprecated": false,
50 "description": "Is this value a JS ArrayBuffer?",
51 "devDependencies": {
52 "@arethetypeswrong/cli": "^0.17.1",
53 "@ljharb/eslint-config": "^21.1.1",
54 "@ljharb/tsconfig": "^0.2.2",
55 "@types/call-bind": "^1.0.5",
56 "@types/for-each": "^0.3.3",
57 "@types/get-intrinsic": "^1.2.3",
58 "@types/object-inspect": "^1.13.0",
59 "@types/tape": "^5.7.0",
60 "auto-changelog": "^2.5.0",
61 "available-typed-arrays": "^1.0.7",
62 "encoding": "^0.1.13",
63 "es-value-fixtures": "^1.5.0",
64 "eslint": "=8.8.0",
65 "for-each": "^0.3.3",
66 "in-publish": "^2.0.1",
67 "npmignore": "^0.3.1",
68 "nyc": "^10.3.2",
69 "object-inspect": "^1.13.3",
70 "safe-publish-latest": "^2.0.0",
71 "tape": "^5.9.0",
72 "typescript": "next"
73 },
74 "engines": {
75 "node": ">= 0.4"
76 },
77 "exports": {
78 ".": "./index.js",
79 "./package.json": "./package.json"
80 },
81 "funding": {
82 "url": "https://github.com/sponsors/ljharb"
83 },
84 "homepage": "https://github.com/inspect-js/is-array-buffer#readme",
85 "keywords": [
86 "javascript",
87 "ecmascript",
88 "is",
89 "arraybuffer",
90 "array",
91 "buffer"
92 ],
93 "license": "MIT",
94 "main": "index.js",
95 "name": "is-array-buffer",
96 "publishConfig": {
97 "ignore": [
98 ".github/workflows"
99 ]
100 },
101 "repository": {
102 "type": "git",
103 "url": "git+https://github.com/inspect-js/is-array-buffer.git"
104 },
105 "scripts": {
106 "lint": "eslint --ext=.js,.mjs .",
107 "postlint": "tsc && attw -P",
108 "posttest": "npx npm@'>= 10.2' audit --production",
109 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
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 --",
115 "tests-only": "nyc tape 'test/**/*.js'",
116 "version": "auto-changelog && git add CHANGELOG.md"
117 },
118 "sideEffects": false,
119 "types": "./index.d.ts",
120 "version": "3.0.5"
121}
Note: See TracBrowser for help on using the repository browser.