source: imaps-frontend/node_modules/is-shared-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.4 KB
Line 
1{
2 "_from": "is-shared-array-buffer@^1.0.4",
3 "_id": "is-shared-array-buffer@1.0.4",
4 "_inBundle": false,
5 "_integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
6 "_location": "/is-shared-array-buffer",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-shared-array-buffer@^1.0.4",
12 "name": "is-shared-array-buffer",
13 "escapedName": "is-shared-array-buffer",
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/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
22 "_shasum": "9b67844bd9b7f246ba0708c3a93e34269c774f6f",
23 "_spec": "is-shared-array-buffer@^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 "url": "http://ljharb.codes"
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/is-shared-array-buffer/issues"
40 },
41 "bundleDependencies": false,
42 "dependencies": {
43 "call-bound": "^1.0.3"
44 },
45 "deprecated": false,
46 "description": "Is this value a JS SharedArrayBuffer?",
47 "devDependencies": {
48 "@arethetypeswrong/cli": "^0.17.1",
49 "@ljharb/eslint-config": "^21.1.1",
50 "@ljharb/tsconfig": "^0.2.2",
51 "@types/es-value-fixtures": "^1.4.4",
52 "@types/for-each": "^0.3.3",
53 "@types/node": "^20.17.10",
54 "@types/object-inspect": "^1.13.0",
55 "@types/tape": "^5.7.0",
56 "auto-changelog": "^2.5.0",
57 "available-typed-arrays": "^1.0.7",
58 "encoding": "^0.1.13",
59 "es-value-fixtures": "^1.5.0",
60 "eslint": "=8.8.0",
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/is-shared-array-buffer#readme",
81 "keywords": [
82 "javascript",
83 "ecmascript",
84 "is",
85 "sharedarraybuffer",
86 "shared",
87 "array",
88 "buffer"
89 ],
90 "license": "MIT",
91 "main": "index.js",
92 "name": "is-shared-array-buffer",
93 "publishConfig": {
94 "ignore": [
95 ".github/workflows"
96 ]
97 },
98 "repository": {
99 "type": "git",
100 "url": "git+https://github.com/inspect-js/is-shared-array-buffer.git"
101 },
102 "scripts": {
103 "lint": "eslint --ext=.js,.mjs .",
104 "postlint": "tsc -p . && attw -P",
105 "posttest": "npx npm@'>= 10.2' audit --production",
106 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
107 "prepack": "npmignore --auto --commentLines=autogenerated",
108 "prepublish": "not-in-publish || npm run prepublishOnly",
109 "prepublishOnly": "safe-publish-latest",
110 "pretest": "npm run lint",
111 "test": "npm run tests-only --",
112 "tests-only": "nyc tape 'test/**/*.js'",
113 "version": "auto-changelog && git add CHANGELOG.md"
114 },
115 "sideEffects": false,
116 "version": "1.0.4"
117}
Note: See TracBrowser for help on using the repository browser.