| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 | 
							- {
 
-   "_from": "typed-array-byte-length@^1.0.3",
 
-   "_id": "typed-array-byte-length@1.0.3",
 
-   "_inBundle": false,
 
-   "_integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
 
-   "_location": "/typed-array-byte-length",
 
-   "_phantomChildren": {},
 
-   "_requested": {
 
-     "type": "range",
 
-     "registry": true,
 
-     "raw": "typed-array-byte-length@^1.0.3",
 
-     "name": "typed-array-byte-length",
 
-     "escapedName": "typed-array-byte-length",
 
-     "rawSpec": "^1.0.3",
 
-     "saveSpec": null,
 
-     "fetchSpec": "^1.0.3"
 
-   },
 
-   "_requiredBy": [
 
-     "/es-abstract"
 
-   ],
 
-   "_resolved": "https://registry.npmmirror.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
 
-   "_shasum": "8407a04f7d78684f3d252aa1a143d2b77b4160ce",
 
-   "_spec": "typed-array-byte-length@^1.0.3",
 
-   "_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-length/issues"
 
-   },
 
-   "bundleDependencies": false,
 
-   "dependencies": {
 
-     "call-bind": "^1.0.8",
 
-     "for-each": "^0.3.3",
 
-     "gopd": "^1.2.0",
 
-     "has-proto": "^1.2.0",
 
-     "is-typed-array": "^1.1.14"
 
-   },
 
-   "deprecated": false,
 
-   "description": "Robustly get the byte length 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/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.7.0",
 
-     "auto-changelog": "^2.5.0",
 
-     "available-typed-arrays": "^1.0.7",
 
-     "encoding": "^0.1.13",
 
-     "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",
 
-     "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-length#readme",
 
-   "keywords": [
 
-     "typed",
 
-     "array",
 
-     "byteLength",
 
-     "byte",
 
-     "length",
 
-     "robust",
 
-     "es",
 
-     "Int8Array",
 
-     "Uint8Array",
 
-     "Uint8ClampedArray",
 
-     "Int16Array",
 
-     "Uint16Array",
 
-     "Int32Array",
 
-     "Uint32Array",
 
-     "Float32Array",
 
-     "Float64Array",
 
-     "BigInt64Array",
 
-     "BigUint64Array"
 
-   ],
 
-   "license": "MIT",
 
-   "main": "index.js",
 
-   "name": "typed-array-byte-length",
 
-   "publishConfig": {
 
-     "ignore": [
 
-       ".github/workflows"
 
-     ]
 
-   },
 
-   "repository": {
 
-     "type": "git",
 
-     "url": "git+https://github.com/inspect-js/typed-array-byte-length.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.3"
 
- }
 
 
  |