| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 | {  "_from": "typed-array-byte-offset@^1.0.4",  "_id": "typed-array-byte-offset@1.0.4",  "_inBundle": false,  "_integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",  "_location": "/typed-array-byte-offset",  "_phantomChildren": {},  "_requested": {    "type": "range",    "registry": true,    "raw": "typed-array-byte-offset@^1.0.4",    "name": "typed-array-byte-offset",    "escapedName": "typed-array-byte-offset",    "rawSpec": "^1.0.4",    "saveSpec": null,    "fetchSpec": "^1.0.4"  },  "_requiredBy": [    "/es-abstract",    "/typedarray.prototype.slice"  ],  "_resolved": "https://registry.npmmirror.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",  "_shasum": "ae3698b8ec91a8ab945016108aef00d5bff12355",  "_spec": "typed-array-byte-offset@^1.0.4",  "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\es-abstract",  "author": {    "name": "Jordan Harband",    "email": "ljharb@gmail.com"  },  "auto-changelog": {    "output": "CHANGELOG.md",    "template": "keepachangelog",    "unreleased": false,    "commitLimit": false,    "backfillLimit": false,    "hideCredit": true  },  "bugs": {    "url": "https://github.com/inspect-js/typed-array-byte-offset/issues"  },  "bundleDependencies": false,  "dependencies": {    "available-typed-arrays": "^1.0.7",    "call-bind": "^1.0.8",    "for-each": "^0.3.3",    "gopd": "^1.2.0",    "has-proto": "^1.2.0",    "is-typed-array": "^1.1.15",    "reflect.getprototypeof": "^1.0.9"  },  "deprecated": false,  "description": "Robustly get the byte offset of a Typed Array",  "devDependencies": {    "@arethetypeswrong/cli": "^0.17.1",    "@ljharb/eslint-config": "^21.1.1",    "@ljharb/tsconfig": "^0.2.2",    "@types/call-bind": "^1.0.5",    "@types/es-abstract": "^1.17.9",    "@types/for-each": "^0.3.3",    "@types/gopd": "^1.0.3",    "@types/is-callable": "^1.1.2",    "@types/make-arrow-function": "^1.2.2",    "@types/make-generator-function": "^2.0.3",    "@types/object-inspect": "^1.13.0",    "@types/tape": "^5.8.0",    "auto-changelog": "^2.5.0",    "eslint": "=8.8.0",    "evalmd": "^0.0.19",    "in-publish": "^2.0.1",    "is-callable": "^1.2.7",    "make-arrow-function": "^1.2.0",    "make-generator-function": "^2.0.0",    "npmignore": "^0.3.1",    "nyc": "^10.3.2",    "object-inspect": "^1.13.3",    "possible-typed-array-names": "^1.0.0",    "safe-publish-latest": "^2.0.0",    "tape": "^5.9.0",    "typescript": "next"  },  "engines": {    "node": ">= 0.4"  },  "exports": {    ".": "./index.js",    "./package.json": "./package.json"  },  "funding": {    "url": "https://github.com/sponsors/ljharb"  },  "homepage": "https://github.com/inspect-js/typed-array-byte-offset#readme",  "keywords": [    "typed",    "array",    "byteOffset",    "byte",    "offset",    "robust",    "es",    "Int8Array",    "Uint8Array",    "Uint8ClampedArray",    "Int16Array",    "Uint16Array",    "Int32Array",    "Uint32Array",    "Float32Array",    "Float64Array",    "BigInt64Array",    "BigUint64Array"  ],  "license": "MIT",  "main": "index.js",  "name": "typed-array-byte-offset",  "publishConfig": {    "ignore": [      ".github/workflows",      "types"    ]  },  "repository": {    "type": "git",    "url": "git+https://github.com/inspect-js/typed-array-byte-offset.git"  },  "scripts": {    "lint": "eslint --ext=js,mjs .",    "postlint": "tsc -p . && attw -P",    "posttest": "npx npm@'>=10.2' audit --production",    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",    "prelint": "evalmd README.md",    "prepack": "npmignore --auto --commentLines=autogenerated",    "prepublish": "not-in-publish || npm run prepublishOnly",    "prepublishOnly": "safe-publish-latest",    "pretest": "npm run lint",    "test": "npm run tests-only",    "tests-only": "nyc tape 'test/**/*.js'",    "version": "auto-changelog && git add CHANGELOG.md"  },  "sideEffects": false,  "testling": {    "files": "test/index.js"  },  "types": "./index.d.ts",  "version": "1.0.4"}
 |