source: imaps-frontend/node_modules/arraybuffer.prototype.slice/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: 3.9 KB
Line 
1{
2 "_from": "arraybuffer.prototype.slice@^1.0.4",
3 "_id": "arraybuffer.prototype.slice@1.0.4",
4 "_inBundle": false,
5 "_integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
6 "_location": "/arraybuffer.prototype.slice",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "arraybuffer.prototype.slice@^1.0.4",
12 "name": "arraybuffer.prototype.slice",
13 "escapedName": "arraybuffer.prototype.slice",
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/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
22 "_shasum": "9d760d84dbdd06d0cbf92c8849615a1a7ab3183c",
23 "_spec": "arraybuffer.prototype.slice@^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/es-shims/ArrayBuffer.prototype.slice/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "array-buffer-byte-length": "^1.0.1",
43 "call-bind": "^1.0.8",
44 "define-properties": "^1.2.1",
45 "es-abstract": "^1.23.5",
46 "es-errors": "^1.3.0",
47 "get-intrinsic": "^1.2.6",
48 "is-array-buffer": "^3.0.4"
49 },
50 "deprecated": false,
51 "description": "ES spec-compliant shim for ArrayBuffer.prototype.slice",
52 "devDependencies": {
53 "@es-shims/api": "^2.5.1",
54 "@ljharb/eslint-config": "^21.1.1",
55 "auto-changelog": "^2.5.0",
56 "eclint": "^2.8.1",
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 "functions-have-names": "^1.2.3",
63 "has-strict-mode": "^1.0.1",
64 "in-publish": "^2.0.1",
65 "npmignore": "^0.3.1",
66 "nyc": "^10.3.2",
67 "object-inspect": "^1.13.3",
68 "safe-publish-latest": "^2.0.0",
69 "tape": "^5.9.0"
70 },
71 "engines": {
72 "node": ">= 0.4"
73 },
74 "exports": {
75 ".": "./index.js",
76 "./auto": "./auto.js",
77 "./polyfill": "./polyfill.js",
78 "./implementation": "./implementation.js",
79 "./shim": "./shim.js",
80 "./package.json": "./package.json"
81 },
82 "funding": {
83 "url": "https://github.com/sponsors/ljharb"
84 },
85 "homepage": "https://github.com/es-shims/ArrayBuffer.prototype.slice#readme",
86 "keywords": [
87 "javascript",
88 "ecmascript",
89 "ArrayBuffer.prototype.slice",
90 "polyfill",
91 "shim",
92 "ArrayBuffer",
93 "array",
94 "buffer",
95 "ArrayBuffer#slice",
96 "slice",
97 "typed array",
98 "es-shim API"
99 ],
100 "license": "MIT",
101 "main": "index.js",
102 "name": "arraybuffer.prototype.slice",
103 "publishConfig": {
104 "ignore": [
105 ".github/workflows"
106 ]
107 },
108 "repository": {
109 "type": "git",
110 "url": "git+https://github.com/es-shims/ArrayBuffer.prototype.slice.git"
111 },
112 "scripts": {
113 "lint": "eslint --ext=js,mjs .",
114 "postlint": "evalmd README.md && es-shim-api --bound",
115 "posttest": "npx npm@'>=10.2' audit --production",
116 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
117 "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
118 "prepack": "npmignore --auto --commentLines=autogenerated",
119 "prepublish": "not-in-publish || npm run prepublishOnly",
120 "prepublishOnly": "safe-publish-latest",
121 "pretest": "npm run lint",
122 "test": "npm run tests-only",
123 "tests-only": "nyc tape 'test/**/*.js'",
124 "version": "auto-changelog && git add CHANGELOG.md"
125 },
126 "testling": {
127 "files": "test/index.js"
128 },
129 "version": "1.0.4"
130}
Note: See TracBrowser for help on using the repository browser.