Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/data-view-byte-offset/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "data-view-byte-offset", 3 "version": "1.0.0", 4 "description": "Get the byteOffset out of a DataView, robustly.", 5 "main": "index.js", 6 "exports": { 7 ".": "./index.js", 8 "./package.json": "./package.json" 9 }, 10 "types": "./index.d.ts", 11 "sideEffects": false, 12 "scripts": { 13 "prepack": "npmignore --auto --commentLines=autogenerated", 14 "prepublishOnly": "safe-publish-latest", 15 "prepublish": "not-in-publish || npm run prepublishOnly", 16 "prelint": "evalmd README.md", 17 "lint": "eslint --ext=js,mjs .", 18 "postlint": "tsc -p . && attw -P", 19 "pretest": "npm run lint", 20 "tests-only": "nyc tape 'test/**/*.js'", 21 "test": "npm run tests-only", 22 "posttest": "aud --production", 23 "version": "auto-changelog && git add CHANGELOG.md", 24 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 25 }, 26 "funding": { 27 "url": "https://github.com/sponsors/ljharb" 28 }, 29 "repository": { 30 "type": "git", 31 "url": "git+https://github.com/ljharb/data-view-byte-offset.git" 32 }, 33 "keywords": [ 34 "javascript", 35 "ecmascript", 36 "dataView", 37 "data", 38 "view", 39 "byte", 40 "offset", 41 "byteOffset", 42 "robust" 43 ], 44 "author": "Jordan Harband <ljharb@gmail.com>", 45 "license": "MIT", 46 "bugs": { 47 "url": "https://github.com/ljharb/data-view-byte-offset/issues" 48 }, 49 "homepage": "https://github.com/ljharb/data-view-byte-offset#readme", 50 "dependencies": { 51 "call-bind": "^1.0.6", 52 "es-errors": "^1.3.0", 53 "is-data-view": "^1.0.1" 54 }, 55 "devDependencies": { 56 "@arethetypeswrong/cli": "^0.15.0", 57 "@ljharb/eslint-config": "^21.1.0", 58 "@types/call-bind": "^1.0.5", 59 "@types/es-value-fixtures": "^1.4.4", 60 "@types/for-each": "^0.3.3", 61 "@types/object-inspect": "^1.8.4", 62 "@types/tape": "^5.6.4", 63 "aud": "^2.0.4", 64 "auto-changelog": "^2.4.0", 65 "es-value-fixtures": "^1.4.2", 66 "eslint": "=8.8.0", 67 "evalmd": "^0.0.19", 68 "for-each": "^0.3.3", 69 "in-publish": "^2.0.1", 70 "npmignore": "^0.3.1", 71 "nyc": "^10.3.2", 72 "object-inspect": "^1.13.1", 73 "safe-publish-latest": "^2.0.0", 74 "tape": "^5.7.4", 75 "typescript": "next" 76 }, 77 "engines": { 78 "node": ">= 0.4" 79 }, 80 "auto-changelog": { 81 "output": "CHANGELOG.md", 82 "template": "keepachangelog", 83 "unreleased": false, 84 "commitLimit": false, 85 "backfillLimit": false, 86 "hideCredit": true 87 }, 88 "publishConfig": { 89 "ignore": [ 90 ".github/workflows" 91 ] 92 } 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" 93 122 }
Note:
See TracChangeset
for help on using the changeset viewer.