Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/data-view-byte-length/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "data-view-byte-length", 3 "version": "1.0.1", 4 "description": "Get the byteLength 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-length.git" 32 }, 33 "keywords": [ 34 "javascript", 35 "ecmascript", 36 "dataview", 37 "data", 38 "view", 39 "byte", 40 "length", 41 "byteLength", 42 "robust" 43 ], 44 "author": "Jordan Harband <ljharb@gmail.com>", 45 "license": "MIT", 46 "bugs": { 47 "url": "https://github.com/ljharb/data-view-byte-length/issues" 48 }, 49 "homepage": "https://github.com/ljharb/data-view-byte-length#readme", 50 "dependencies": { 51 "call-bind": "^1.0.7", 52 "es-errors": "^1.3.0", 53 "is-data-view": "^1.0.1" 54 }, 55 "devDependencies": { 56 "@arethetypeswrong/cli": "^0.15.1", 57 "@ljharb/eslint-config": "^21.1.0", 58 "@ljharb/tsconfig": "^0.1.1", 59 "@types/call-bind": "^1.0.5", 60 "@types/es-value-fixtures": "^1.4.4", 61 "@types/for-each": "^0.3.3", 62 "@types/object-inspect": "^1.8.4", 63 "@types/tape": "^5.6.4", 64 "aud": "^2.0.4", 65 "auto-changelog": "^2.4.0", 66 "es-value-fixtures": "^1.4.2", 67 "eslint": "=8.8.0", 68 "evalmd": "^0.0.19", 69 "for-each": "^0.3.3", 70 "in-publish": "^2.0.1", 71 "npmignore": "^0.3.1", 72 "nyc": "^10.3.2", 73 "object-inspect": "^1.13.1", 74 "safe-publish-latest": "^2.0.0", 75 "tape": "^5.7.5", 76 "typescript": "next" 77 }, 78 "engines": { 79 "node": ">= 0.4" 80 }, 81 "auto-changelog": { 82 "output": "CHANGELOG.md", 83 "template": "keepachangelog", 84 "unreleased": false, 85 "commitLimit": false, 86 "backfillLimit": false, 87 "hideCredit": true 88 }, 89 "publishConfig": { 90 "ignore": [ 91 ".github/workflows" 92 ] 93 } 2 "_from": "data-view-byte-length@^1.0.2", 3 "_id": "data-view-byte-length@1.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", 6 "_location": "/data-view-byte-length", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "data-view-byte-length@^1.0.2", 12 "name": "data-view-byte-length", 13 "escapedName": "data-view-byte-length", 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-byte-length/-/data-view-byte-length-1.0.2.tgz", 22 "_shasum": "9e80f7ca52453ce3e93d25a35318767ea7704735", 23 "_spec": "data-view-byte-length@^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-byte-length/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 byteLength 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/es-value-fixtures": "^1.4.4", 53 "@types/for-each": "^0.3.3", 54 "@types/object-inspect": "^1.13.0", 55 "@types/tape": "^5.8.0", 56 "auto-changelog": "^2.5.0", 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/inspect-js" 78 }, 79 "homepage": "https://github.com/inspect-js/data-view-byte-length#readme", 80 "keywords": [ 81 "javascript", 82 "ecmascript", 83 "dataview", 84 "data", 85 "view", 86 "byte", 87 "length", 88 "byteLength", 89 "robust" 90 ], 91 "license": "MIT", 92 "main": "index.js", 93 "name": "data-view-byte-length", 94 "publishConfig": { 95 "ignore": [ 96 ".github/workflows" 97 ] 98 }, 99 "repository": { 100 "type": "git", 101 "url": "git+https://github.com/inspect-js/data-view-byte-length.git" 102 }, 103 "scripts": { 104 "lint": "eslint --ext=js,mjs .", 105 "postlint": "tsc -p . && attw -P", 106 "posttest": "npx npm@'>= 10.2' audit --production", 107 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 108 "prelint": "evalmd README.md", 109 "prepack": "npmignore --auto --commentLines=autogenerated", 110 "prepublish": "not-in-publish || npm run prepublishOnly", 111 "prepublishOnly": "safe-publish-latest", 112 "pretest": "npm run lint", 113 "test": "npm run tests-only", 114 "tests-only": "nyc tape 'test/**/*.js'", 115 "version": "auto-changelog && git add CHANGELOG.md" 116 }, 117 "sideEffects": false, 118 "types": "./index.d.ts", 119 "version": "1.0.2" 94 120 }
Note:
See TracChangeset
for help on using the changeset viewer.