source: imaps-frontend/node_modules/data-view-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.3 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "data-view-buffer@^1.0.2",
3 "_id": "data-view-buffer@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
6 "_location": "/data-view-buffer",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "data-view-buffer@^1.0.2",
12 "name": "data-view-buffer",
13 "escapedName": "data-view-buffer",
14 "rawSpec": "^1.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.2"
17 },
18 "_requiredBy": [
19 "/es-abstract"
20 ],
21 "_resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
22 "_shasum": "211a03ba95ecaf7798a8c7198d79536211f88570",
23 "_spec": "data-view-buffer@^1.0.2",
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/data-view-buffer/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "call-bound": "^1.0.3",
43 "es-errors": "^1.3.0",
44 "is-data-view": "^1.0.2"
45 },
46 "deprecated": false,
47 "description": "Get the ArrayBuffer out of a DataView, robustly.",
48 "devDependencies": {
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/object-inspect": "^1.13.0",
54 "@types/tape": "^5.8.0",
55 "auto-changelog": "^2.5.0",
56 "encoding": "^0.1.13",
57 "es-value-fixtures": "^1.5.0",
58 "eslint": "=8.8.0",
59 "evalmd": "^0.0.19",
60 "for-each": "^0.3.3",
61 "in-publish": "^2.0.1",
62 "npmignore": "^0.3.1",
63 "nyc": "^10.3.2",
64 "object-inspect": "^1.13.3",
65 "safe-publish-latest": "^2.0.0",
66 "tape": "^5.9.0",
67 "typescript": "next"
68 },
69 "engines": {
70 "node": ">= 0.4"
71 },
72 "exports": {
73 ".": "./index.js",
74 "./package.json": "./package.json"
75 },
76 "funding": {
77 "url": "https://github.com/sponsors/ljharb"
78 },
79 "homepage": "https://github.com/inspect-js/data-view-buffer#readme",
80 "keywords": [
81 "javascript",
82 "ecmascript",
83 "dataview",
84 "buffer",
85 "robust"
86 ],
87 "license": "MIT",
88 "main": "index.js",
89 "name": "data-view-buffer",
90 "publishConfig": {
91 "ignore": [
92 ".github/workflows"
93 ]
94 },
95 "repository": {
96 "type": "git",
97 "url": "git+https://github.com/inspect-js/data-view-buffer.git"
98 },
99 "scripts": {
100 "lint": "eslint --ext=js,mjs .",
101 "postlint": "tsc -p .",
102 "posttest": "npx npm@'>= 10.2' audit --production",
103 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
104 "prelint": "evalmd README.md",
105 "prepack": "npmignore --auto --commentLines=autogenerated",
106 "prepublish": "not-in-publish || npm run prepublishOnly",
107 "prepublishOnly": "safe-publish-latest",
108 "pretest": "npm run lint",
109 "test": "npm run tests-only",
110 "tests-only": "nyc tape 'test/**/*.js'",
111 "version": "auto-changelog && git add CHANGELOG.md"
112 },
113 "sideEffects": false,
114 "types": "./index.d.ts",
115 "version": "1.0.2"
[d565449]116}
Note: See TracBrowser for help on using the repository browser.