Changeset 79a0317 for imaps-frontend/node_modules/typed-array-length
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/typed-array-length/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "typed-array-length", 3 "version": "1.0.7", 4 "description": "Robustly get the length of a Typed Array", 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 "pretest": "npm run lint", 17 "prelint": "evalmd README.md", 18 "lint": "eslint --ext=js,mjs .", 19 "postlint": "tsc -p . && attw -P", 20 "tests-only": "nyc tape 'test/**/*.js'", 21 "test:harmony": "nyc node --harmony --es-staging test", 22 "test": "npm run tests-only && npm run test:harmony", 23 "posttest": "npx npm@'>=10.2' audit --production", 24 "version": "auto-changelog && git add CHANGELOG.md", 25 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 26 }, 27 "repository": { 28 "type": "git", 29 "url": "git+https://github.com/inspect-js/typed-array-length.git" 30 }, 31 "keywords": [ 32 "typed", 33 "array", 34 "length", 35 "robust", 36 "es", 37 "Int8Array", 38 "Uint8Array", 39 "Uint8ClampedArray", 40 "Int16Array", 41 "Uint16Array", 42 "Int32Array", 43 "Uint32Array", 44 "Float32Array", 45 "Float64Array" 46 ], 47 "author": "Jordan Harband <ljharb@gmail.com>", 48 "funding": { 49 "url": "https://github.com/sponsors/ljharb" 50 }, 51 "license": "MIT", 52 "bugs": { 53 "url": "https://github.com/inspect-js/typed-array-length/issues" 54 }, 55 "homepage": "https://github.com/inspect-js/typed-array-length#readme", 56 "devDependencies": { 57 "@arethetypeswrong/cli": "^0.17.0", 58 "@ljharb/eslint-config": "^21.1.1", 59 "@ljharb/tsconfig": "^0.2.0", 60 "@types/call-bind": "^1.0.5", 61 "@types/for-each": "^0.3.3", 62 "@types/gopd": "^1.0.3", 63 "@types/is-callable": "^1.1.2", 64 "@types/make-arrow-function": "^1.2.2", 65 "@types/make-generator-function": "^2.0.3", 66 "@types/object-inspect": "^1.13.0", 67 "@types/tape": "^5.6.4", 68 "auto-changelog": "^2.5.0", 69 "eslint": "=8.8.0", 70 "evalmd": "^0.0.19", 71 "in-publish": "^2.0.1", 72 "is-callable": "^1.2.7", 73 "make-arrow-function": "^1.2.0", 74 "make-generator-function": "^2.0.0", 75 "npmignore": "^0.3.1", 76 "nyc": "^10.3.2", 77 "object-inspect": "^1.13.3", 78 "safe-publish-latest": "^2.0.0", 79 "tape": "^5.9.0", 80 "typescript": "next" 81 }, 82 "auto-changelog": { 83 "output": "CHANGELOG.md", 84 "template": "keepachangelog", 85 "unreleased": false, 86 "commitLimit": false, 87 "backfillLimit": false, 88 "hideCredit": true 89 }, 90 "dependencies": { 91 "call-bind": "^1.0.7", 92 "for-each": "^0.3.3", 93 "gopd": "^1.0.1", 94 "is-typed-array": "^1.1.13", 95 "possible-typed-array-names": "^1.0.0", 96 "reflect.getprototypeof": "^1.0.6" 97 }, 98 "testling": { 99 "files": "test/index.js" 100 }, 101 "publishConfig": { 102 "ignore": [ 103 ".github/workflows", 104 "types" 105 ] 106 }, 107 "engines": { 108 "node": ">= 0.4" 109 } 2 "_from": "typed-array-length@^1.0.7", 3 "_id": "typed-array-length@1.0.7", 4 "_inBundle": false, 5 "_integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", 6 "_location": "/typed-array-length", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "typed-array-length@^1.0.7", 12 "name": "typed-array-length", 13 "escapedName": "typed-array-length", 14 "rawSpec": "^1.0.7", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.7" 17 }, 18 "_requiredBy": [ 19 "/es-abstract" 20 ], 21 "_resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", 22 "_shasum": "ee4deff984b64be1e118b0de8c9c877d5ce73d3d", 23 "_spec": "typed-array-length@^1.0.7", 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/typed-array-length/issues" 39 }, 40 "bundleDependencies": false, 41 "dependencies": { 42 "call-bind": "^1.0.7", 43 "for-each": "^0.3.3", 44 "gopd": "^1.0.1", 45 "is-typed-array": "^1.1.13", 46 "possible-typed-array-names": "^1.0.0", 47 "reflect.getprototypeof": "^1.0.6" 48 }, 49 "deprecated": false, 50 "description": "Robustly get the length of a Typed Array", 51 "devDependencies": { 52 "@arethetypeswrong/cli": "^0.17.0", 53 "@ljharb/eslint-config": "^21.1.1", 54 "@ljharb/tsconfig": "^0.2.0", 55 "@types/call-bind": "^1.0.5", 56 "@types/for-each": "^0.3.3", 57 "@types/gopd": "^1.0.3", 58 "@types/is-callable": "^1.1.2", 59 "@types/make-arrow-function": "^1.2.2", 60 "@types/make-generator-function": "^2.0.3", 61 "@types/object-inspect": "^1.13.0", 62 "@types/tape": "^5.6.4", 63 "auto-changelog": "^2.5.0", 64 "eslint": "=8.8.0", 65 "evalmd": "^0.0.19", 66 "in-publish": "^2.0.1", 67 "is-callable": "^1.2.7", 68 "make-arrow-function": "^1.2.0", 69 "make-generator-function": "^2.0.0", 70 "npmignore": "^0.3.1", 71 "nyc": "^10.3.2", 72 "object-inspect": "^1.13.3", 73 "safe-publish-latest": "^2.0.0", 74 "tape": "^5.9.0", 75 "typescript": "next" 76 }, 77 "engines": { 78 "node": ">= 0.4" 79 }, 80 "exports": { 81 ".": "./index.js", 82 "./package.json": "./package.json" 83 }, 84 "funding": { 85 "url": "https://github.com/sponsors/ljharb" 86 }, 87 "homepage": "https://github.com/inspect-js/typed-array-length#readme", 88 "keywords": [ 89 "typed", 90 "array", 91 "length", 92 "robust", 93 "es", 94 "Int8Array", 95 "Uint8Array", 96 "Uint8ClampedArray", 97 "Int16Array", 98 "Uint16Array", 99 "Int32Array", 100 "Uint32Array", 101 "Float32Array", 102 "Float64Array" 103 ], 104 "license": "MIT", 105 "main": "index.js", 106 "name": "typed-array-length", 107 "publishConfig": { 108 "ignore": [ 109 ".github/workflows", 110 "types" 111 ] 112 }, 113 "repository": { 114 "type": "git", 115 "url": "git+https://github.com/inspect-js/typed-array-length.git" 116 }, 117 "scripts": { 118 "lint": "eslint --ext=js,mjs .", 119 "postlint": "tsc -p . && attw -P", 120 "posttest": "npx npm@'>=10.2' audit --production", 121 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 122 "prelint": "evalmd README.md", 123 "prepack": "npmignore --auto --commentLines=autogenerated", 124 "prepublish": "not-in-publish || npm run prepublishOnly", 125 "prepublishOnly": "safe-publish-latest", 126 "pretest": "npm run lint", 127 "test": "npm run tests-only && npm run test:harmony", 128 "test:harmony": "nyc node --harmony --es-staging test", 129 "tests-only": "nyc tape 'test/**/*.js'", 130 "version": "auto-changelog && git add CHANGELOG.md" 131 }, 132 "sideEffects": false, 133 "testling": { 134 "files": "test/index.js" 135 }, 136 "types": "./index.d.ts", 137 "version": "1.0.7" 110 138 }
Note:
See TracChangeset
for help on using the changeset viewer.