1 | {
|
---|
2 | "_from": "data-view-byte-offset@^1.0.1",
|
---|
3 | "_id": "data-view-byte-offset@1.0.1",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
|
---|
6 | "_location": "/data-view-byte-offset",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "data-view-byte-offset@^1.0.1",
|
---|
12 | "name": "data-view-byte-offset",
|
---|
13 | "escapedName": "data-view-byte-offset",
|
---|
14 | "rawSpec": "^1.0.1",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.0.1"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/es-abstract"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
|
---|
22 | "_shasum": "068307f9b71ab76dbbe10291389e020856606191",
|
---|
23 | "_spec": "data-view-byte-offset@^1.0.1",
|
---|
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-byte-offset/issues"
|
---|
39 | },
|
---|
40 | "bundleDependencies": false,
|
---|
41 | "dependencies": {
|
---|
42 | "call-bound": "^1.0.2",
|
---|
43 | "es-errors": "^1.3.0",
|
---|
44 | "is-data-view": "^1.0.1"
|
---|
45 | },
|
---|
46 | "deprecated": false,
|
---|
47 | "description": "Get the byteOffset out of a DataView, robustly.",
|
---|
48 | "devDependencies": {
|
---|
49 | "@arethetypeswrong/cli": "^0.17.1",
|
---|
50 | "@ljharb/eslint-config": "^21.1.1",
|
---|
51 | "@ljharb/tsconfig": "^0.2.2",
|
---|
52 | "@types/call-bind": "^1.0.5",
|
---|
53 | "@types/es-value-fixtures": "^1.4.4",
|
---|
54 | "@types/for-each": "^0.3.3",
|
---|
55 | "@types/object-inspect": "^1.13.0",
|
---|
56 | "@types/tape": "^5.6.5",
|
---|
57 | "auto-changelog": "^2.5.0",
|
---|
58 | "encoding": "^0.1.13",
|
---|
59 | "es-value-fixtures": "^1.5.0",
|
---|
60 | "eslint": "=8.8.0",
|
---|
61 | "evalmd": "^0.0.19",
|
---|
62 | "for-each": "^0.3.3",
|
---|
63 | "in-publish": "^2.0.1",
|
---|
64 | "npmignore": "^0.3.1",
|
---|
65 | "nyc": "^10.3.2",
|
---|
66 | "object-inspect": "^1.13.3",
|
---|
67 | "safe-publish-latest": "^2.0.0",
|
---|
68 | "tape": "^5.9.0",
|
---|
69 | "typescript": "next"
|
---|
70 | },
|
---|
71 | "engines": {
|
---|
72 | "node": ">= 0.4"
|
---|
73 | },
|
---|
74 | "exports": {
|
---|
75 | ".": "./index.js",
|
---|
76 | "./package.json": "./package.json"
|
---|
77 | },
|
---|
78 | "funding": {
|
---|
79 | "url": "https://github.com/sponsors/ljharb"
|
---|
80 | },
|
---|
81 | "homepage": "https://github.com/inspect-js/data-view-byte-offset#readme",
|
---|
82 | "keywords": [
|
---|
83 | "javascript",
|
---|
84 | "ecmascript",
|
---|
85 | "dataView",
|
---|
86 | "data",
|
---|
87 | "view",
|
---|
88 | "byte",
|
---|
89 | "offset",
|
---|
90 | "byteOffset",
|
---|
91 | "robust"
|
---|
92 | ],
|
---|
93 | "license": "MIT",
|
---|
94 | "main": "index.js",
|
---|
95 | "name": "data-view-byte-offset",
|
---|
96 | "publishConfig": {
|
---|
97 | "ignore": [
|
---|
98 | ".github/workflows"
|
---|
99 | ]
|
---|
100 | },
|
---|
101 | "repository": {
|
---|
102 | "type": "git",
|
---|
103 | "url": "git+https://github.com/inspect-js/data-view-byte-offset.git"
|
---|
104 | },
|
---|
105 | "scripts": {
|
---|
106 | "lint": "eslint --ext=js,mjs .",
|
---|
107 | "postlint": "tsc -p . && 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 | "prelint": "evalmd README.md",
|
---|
111 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
112 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
113 | "prepublishOnly": "safe-publish-latest",
|
---|
114 | "pretest": "npm run lint",
|
---|
115 | "test": "npm run tests-only",
|
---|
116 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
117 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
118 | },
|
---|
119 | "sideEffects": false,
|
---|
120 | "types": "./index.d.ts",
|
---|
121 | "version": "1.0.1"
|
---|
122 | }
|
---|