Changeset 79a0317 for imaps-frontend/node_modules/available-typed-arrays
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/available-typed-arrays/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "available-typed-arrays", 3 "version": "1.0.7", 4 "description": "Returns an array of Typed Array names that are available in the current environment", 5 "main": "index.js", 6 "type": "commonjs", 7 "exports": { 8 ".": "./index.js", 9 "./package.json": "./package.json" 10 }, 11 "types": "./index.d.ts", 12 "sideEffects": false, 13 "scripts": { 14 "prepack": "npmignore --auto --commentLines=autogenerated", 15 "prepublish": "not-in-publish || npm run prepublishOnly", 16 "prepublishOnly": "safe-publish-latest", 17 "prelint": "evalmd README.md", 18 "lint": "eslint --ext=js,mjs .", 19 "postlint": "tsc -p .", 20 "pretest": "npm run lint", 21 "tests-only": "nyc tape 'test/**/*.js'", 22 "test:harmony": "nyc node --harmony --es-staging test", 23 "test": "npm run tests-only && npm run test:harmony", 24 "posttest": "aud --production", 25 "version": "auto-changelog && git add CHANGELOG.md", 26 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 27 }, 28 "repository": { 29 "type": "git", 30 "url": "git+https://github.com/inspect-js/available-typed-arrays.git" 31 }, 32 "keywords": [ 33 "typed", 34 "arrays", 35 "Float32Array", 36 "Float64Array", 37 "Int8Array", 38 "Int16Array", 39 "Int32Array", 40 "Uint8Array", 41 "Uint8ClampedArray", 42 "Uint16Array", 43 "Uint32Array", 44 "BigInt64Array", 45 "BigUint64Array" 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/available-typed-arrays/issues" 54 }, 55 "homepage": "https://github.com/inspect-js/available-typed-arrays#readme", 56 "engines": { 57 "node": ">= 0.4" 58 }, 59 "devDependencies": { 60 "@ljharb/eslint-config": "^21.1.0", 61 "@types/array.prototype.every": "^1.1.1", 62 "@types/isarray": "^2.0.2", 63 "@types/tape": "^5.6.4", 64 "array.prototype.every": "^1.1.5", 65 "aud": "^2.0.4", 66 "auto-changelog": "^2.4.0", 67 "eslint": "=8.8.0", 68 "evalmd": "^0.0.19", 69 "in-publish": "^2.0.1", 70 "isarray": "^2.0.5", 71 "npmignore": "^0.3.1", 72 "nyc": "^10.3.2", 73 "safe-publish-latest": "^2.0.0", 74 "tape": "^5.7.4", 75 "typescript": "^5.4.0-dev.20240131" 76 }, 77 "auto-changelog": { 78 "output": "CHANGELOG.md", 79 "template": "keepachangelog", 80 "unreleased": false, 81 "commitLimit": false, 82 "backfillLimit": false, 83 "hideCredit": true 84 }, 85 "publishConfig": { 86 "ignore": [ 87 ".github/workflows" 88 ] 89 }, 90 "dependencies": { 91 "possible-typed-array-names": "^1.0.0" 92 } 2 "_from": "available-typed-arrays@^1.0.7", 3 "_id": "available-typed-arrays@1.0.7", 4 "_inBundle": false, 5 "_integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", 6 "_location": "/available-typed-arrays", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "available-typed-arrays@^1.0.7", 12 "name": "available-typed-arrays", 13 "escapedName": "available-typed-arrays", 14 "rawSpec": "^1.0.7", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.7" 17 }, 18 "_requiredBy": [ 19 "/es-abstract", 20 "/typed-array-byte-offset", 21 "/which-typed-array" 22 ], 23 "_resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", 24 "_shasum": "a5cc375d6a03c2efc87a553f3e0b1522def14846", 25 "_spec": "available-typed-arrays@^1.0.7", 26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract", 27 "author": { 28 "name": "Jordan Harband", 29 "email": "ljharb@gmail.com" 30 }, 31 "auto-changelog": { 32 "output": "CHANGELOG.md", 33 "template": "keepachangelog", 34 "unreleased": false, 35 "commitLimit": false, 36 "backfillLimit": false, 37 "hideCredit": true 38 }, 39 "bugs": { 40 "url": "https://github.com/inspect-js/available-typed-arrays/issues" 41 }, 42 "bundleDependencies": false, 43 "dependencies": { 44 "possible-typed-array-names": "^1.0.0" 45 }, 46 "deprecated": false, 47 "description": "Returns an array of Typed Array names that are available in the current environment", 48 "devDependencies": { 49 "@ljharb/eslint-config": "^21.1.0", 50 "@types/array.prototype.every": "^1.1.1", 51 "@types/isarray": "^2.0.2", 52 "@types/tape": "^5.6.4", 53 "array.prototype.every": "^1.1.5", 54 "aud": "^2.0.4", 55 "auto-changelog": "^2.4.0", 56 "eslint": "=8.8.0", 57 "evalmd": "^0.0.19", 58 "in-publish": "^2.0.1", 59 "isarray": "^2.0.5", 60 "npmignore": "^0.3.1", 61 "nyc": "^10.3.2", 62 "safe-publish-latest": "^2.0.0", 63 "tape": "^5.7.4", 64 "typescript": "^5.4.0-dev.20240131" 65 }, 66 "engines": { 67 "node": ">= 0.4" 68 }, 69 "exports": { 70 ".": "./index.js", 71 "./package.json": "./package.json" 72 }, 73 "funding": { 74 "url": "https://github.com/sponsors/ljharb" 75 }, 76 "homepage": "https://github.com/inspect-js/available-typed-arrays#readme", 77 "keywords": [ 78 "typed", 79 "arrays", 80 "Float32Array", 81 "Float64Array", 82 "Int8Array", 83 "Int16Array", 84 "Int32Array", 85 "Uint8Array", 86 "Uint8ClampedArray", 87 "Uint16Array", 88 "Uint32Array", 89 "BigInt64Array", 90 "BigUint64Array" 91 ], 92 "license": "MIT", 93 "main": "index.js", 94 "name": "available-typed-arrays", 95 "publishConfig": { 96 "ignore": [ 97 ".github/workflows" 98 ] 99 }, 100 "repository": { 101 "type": "git", 102 "url": "git+https://github.com/inspect-js/available-typed-arrays.git" 103 }, 104 "scripts": { 105 "lint": "eslint --ext=js,mjs .", 106 "postlint": "tsc -p .", 107 "posttest": "aud --production", 108 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 109 "prelint": "evalmd README.md", 110 "prepack": "npmignore --auto --commentLines=autogenerated", 111 "prepublish": "not-in-publish || npm run prepublishOnly", 112 "prepublishOnly": "safe-publish-latest", 113 "pretest": "npm run lint", 114 "test": "npm run tests-only && npm run test:harmony", 115 "test:harmony": "nyc node --harmony --es-staging test", 116 "tests-only": "nyc tape 'test/**/*.js'", 117 "version": "auto-changelog && git add CHANGELOG.md" 118 }, 119 "sideEffects": false, 120 "type": "commonjs", 121 "types": "./index.d.ts", 122 "version": "1.0.7" 93 123 }
Note:
See TracChangeset
for help on using the changeset viewer.