Changeset 79a0317 for imaps-frontend/node_modules/data-view-buffer
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-frontend/node_modules/data-view-buffer
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/data-view-buffer/CHANGELOG.md
r0c6b92a r79a0317 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 ## [v1.0. 1](https://github.com/ljharb/data-view-buffer/compare/v1.0.0...v1.0.1) - 2024-02-068 ## [v1.0.2](https://github.com/inspect-js/data-view-buffer/compare/v1.0.1...v1.0.2) - 2024-12-19 9 9 10 10 ### Commits 11 11 12 - [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`675f588`](https://github.com/ljharb/data-view-buffer/commit/675f588236e489268de9f7a0adf33ef8295a3c71) 13 - [Deps] update `call-bind`, `get-intrinsic` [`e6eb209`](https://github.com/ljharb/data-view-buffer/commit/e6eb209578556ade150f0c3945cdeec9ffc582e2) 12 - [actions] split out node 10-20, and 20+ [`f99dc3f`](https://github.com/inspect-js/data-view-buffer/commit/f99dc3f4c0edc7ffa3cc96302b1c0c96663d0a48) 13 - [types] use shared tsconfig [`9ad8630`](https://github.com/inspect-js/data-view-buffer/commit/9ad86303de5ccef0daf248177b50f33316d1b3d5) 14 - [readme] update URLs [`d3c66fb`](https://github.com/inspect-js/data-view-buffer/commit/d3c66fb4426b8d57834dea4842a06ef4ad7c4695) 15 - [Dev Deps] update `@ljharb/eslint-config`, `@ljharb/tsconfig`, `@types/object-inspect`, `@types/tape`, `auto-changelog`, `es-value-fixtures`, `object-inspect`, `tape` [`7dda732`](https://github.com/inspect-js/data-view-buffer/commit/7dda732235b65fe23608ac8a0a55207c53236a20) 16 - [Refactor] use `call-bound` directly [`5e124f9`](https://github.com/inspect-js/data-view-buffer/commit/5e124f92ef654f32c67d9eb12d19ecf1b42d8e6f) 17 - [Deps] update `call-bind`, `is-data-view` [`73fb1a4`](https://github.com/inspect-js/data-view-buffer/commit/73fb1a47dba2f1be13101770fc5dcae8e79a67fa) 18 - [Tests] replace `aud` with `npm audit` [`64563a3`](https://github.com/inspect-js/data-view-buffer/commit/64563a3cb83ee6ddc969de8fadf9379300933187) 19 - [Dev Deps] update `@ljharb/tsconfig` [`b842ce8`](https://github.com/inspect-js/data-view-buffer/commit/b842ce8adf17cf59158a3906a092d1dc5e6c10f9) 20 - [Deps] update `call-bind` [`bc89873`](https://github.com/inspect-js/data-view-buffer/commit/bc89873b8b4d657284a731f53cec9e69fe35057d) 21 - [Dev Deps] update `tape` [`b6ed8cb`](https://github.com/inspect-js/data-view-buffer/commit/b6ed8cb5804237d6f4e6bb2e3c1418c7ac3acc9b) 22 - [Dev Deps] add missing peer dep [`ba96a94`](https://github.com/inspect-js/data-view-buffer/commit/ba96a94c8d1afda58f302a4fc294a2633462b18a) 23 24 ## [v1.0.1](https://github.com/inspect-js/data-view-buffer/compare/v1.0.0...v1.0.1) - 2024-02-06 25 26 ### Commits 27 28 - [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`675f588`](https://github.com/inspect-js/data-view-buffer/commit/675f588236e489268de9f7a0adf33ef8295a3c71) 29 - [Deps] update `call-bind`, `get-intrinsic` [`e6eb209`](https://github.com/inspect-js/data-view-buffer/commit/e6eb209578556ade150f0c3945cdeec9ffc582e2) 14 30 15 31 ## v1.0.0 - 2024-02-02 … … 17 33 ### Commits 18 34 19 - Initial implementation, tests, readme, types [`2e1382b`](https://github.com/ ljharb/data-view-buffer/commit/2e1382b26a98acc6f2ade4a061e1cd829e3043b8)20 - Initial commit [`1eb7dc4`](https://github.com/ ljharb/data-view-buffer/commit/1eb7dc4a0369d8320406bd7f9366c7887888790e)21 - npm init [`d9e3d47`](https://github.com/ ljharb/data-view-buffer/commit/d9e3d4707b54bf77de30565ea5c6c0fcdf4a0ecc)22 - Only apps should have lockfiles [`116b60b`](https://github.com/ ljharb/data-view-buffer/commit/116b60b9054de3331cd3c1599280466405c0d128)35 - Initial implementation, tests, readme, types [`2e1382b`](https://github.com/inspect-js/data-view-buffer/commit/2e1382b26a98acc6f2ade4a061e1cd829e3043b8) 36 - Initial commit [`1eb7dc4`](https://github.com/inspect-js/data-view-buffer/commit/1eb7dc4a0369d8320406bd7f9366c7887888790e) 37 - npm init [`d9e3d47`](https://github.com/inspect-js/data-view-buffer/commit/d9e3d4707b54bf77de30565ea5c6c0fcdf4a0ecc) 38 - Only apps should have lockfiles [`116b60b`](https://github.com/inspect-js/data-view-buffer/commit/116b60b9054de3331cd3c1599280466405c0d128) -
imaps-frontend/node_modules/data-view-buffer/README.md
r0c6b92a r79a0317 28 28 29 29 [package-url]: https://npmjs.org/package/data-view-buffer 30 [npm-version-svg]: https://versionbadg.es/ ljharb/data-view-buffer.svg31 [deps-svg]: https://david-dm.org/ ljharb/data-view-buffer.svg32 [deps-url]: https://david-dm.org/ ljharb/data-view-buffer33 [dev-deps-svg]: https://david-dm.org/ ljharb/data-view-buffer/dev-status.svg34 [dev-deps-url]: https://david-dm.org/ ljharb/data-view-buffer#info=devDependencies30 [npm-version-svg]: https://versionbadg.es/inspect-js/data-view-buffer.svg 31 [deps-svg]: https://david-dm.org/inspect-js/data-view-buffer.svg 32 [deps-url]: https://david-dm.org/inspect-js/data-view-buffer 33 [dev-deps-svg]: https://david-dm.org/inspect-js/data-view-buffer/dev-status.svg 34 [dev-deps-url]: https://david-dm.org/inspect-js/data-view-buffer#info=devDependencies 35 35 [npm-badge-png]: https://nodei.co/npm/data-view-buffer.png?downloads=true&stars=true 36 36 [license-image]: https://img.shields.io/npm/l/data-view-buffer.svg … … 38 38 [downloads-image]: https://img.shields.io/npm/dm/data-view-buffer.svg 39 39 [downloads-url]: https://npm-stat.com/charts.html?package=data-view-buffer 40 [codecov-image]: https://codecov.io/gh/ ljharb/data-view-buffer/branch/main/graphs/badge.svg41 [codecov-url]: https://app.codecov.io/gh/ ljharb/data-view-buffer/42 [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ ljharb/data-view-buffer43 [actions-url]: https://github.com/ ljharb/data-view-buffer/actions40 [codecov-image]: https://codecov.io/gh/inspect-js/data-view-buffer/branch/main/graphs/badge.svg 41 [codecov-url]: https://app.codecov.io/gh/inspect-js/data-view-buffer/ 42 [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/data-view-buffer 43 [actions-url]: https://github.com/inspect-js/data-view-buffer/actions -
imaps-frontend/node_modules/data-view-buffer/index.js
r0c6b92a r79a0317 3 3 var $TypeError = require('es-errors/type'); 4 4 5 var callBound = require('call-b ind/callBound');5 var callBound = require('call-bound'); 6 6 7 7 var $dataViewBuffer = callBound('DataView.prototype.buffer', true); -
imaps-frontend/node_modules/data-view-buffer/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "data-view-buffer", 3 "version": "1.0.1", 4 "description": "Get the ArrayBuffer 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 .", 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-buffer.git" 32 }, 33 "keywords": [ 34 "javascript", 35 "ecmascript", 36 "dataview", 37 "buffer", 38 "robust" 39 ], 40 "author": "Jordan Harband <ljharb@gmail.com>", 41 "license": "MIT", 42 "bugs": { 43 "url": "https://github.com/ljharb/data-view-buffer/issues" 44 }, 45 "homepage": "https://github.com/ljharb/data-view-buffer#readme", 46 "dependencies": { 47 "call-bind": "^1.0.6", 48 "es-errors": "^1.3.0", 49 "is-data-view": "^1.0.1" 50 }, 51 "devDependencies": { 52 "@ljharb/eslint-config": "^21.1.0", 53 "@types/call-bind": "^1.0.5", 54 "@types/es-value-fixtures": "^1.4.4", 55 "@types/for-each": "^0.3.3", 56 "@types/object-inspect": "^1.8.4", 57 "@types/tape": "^5.6.4", 58 "aud": "^2.0.4", 59 "auto-changelog": "^2.4.0", 60 "es-value-fixtures": "^1.4.2", 61 "eslint": "=8.8.0", 62 "evalmd": "^0.0.19", 63 "for-each": "^0.3.3", 64 "in-publish": "^2.0.1", 65 "npmignore": "^0.3.1", 66 "nyc": "^10.3.2", 67 "object-inspect": "^1.13.1", 68 "safe-publish-latest": "^2.0.0", 69 "tape": "^5.7.4", 70 "typescript": "next" 71 }, 72 "engines": { 73 "node": ">= 0.4" 74 }, 75 "auto-changelog": { 76 "output": "CHANGELOG.md", 77 "template": "keepachangelog", 78 "unreleased": false, 79 "commitLimit": false, 80 "backfillLimit": false, 81 "hideCredit": true 82 }, 83 "publishConfig": { 84 "ignore": [ 85 ".github/workflows" 86 ] 87 } 2 "_from": "data-view-buffer@^1.0.2", 3 "_id": "data-view-buffer@1.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", 6 "_location": "/data-view-buffer", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "data-view-buffer@^1.0.2", 12 "name": "data-view-buffer", 13 "escapedName": "data-view-buffer", 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-buffer/-/data-view-buffer-1.0.2.tgz", 22 "_shasum": "211a03ba95ecaf7798a8c7198d79536211f88570", 23 "_spec": "data-view-buffer@^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-buffer/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 ArrayBuffer out of a DataView, robustly.", 48 "devDependencies": { 49 "@ljharb/eslint-config": "^21.1.1", 50 "@ljharb/tsconfig": "^0.2.2", 51 "@types/es-value-fixtures": "^1.4.4", 52 "@types/for-each": "^0.3.3", 53 "@types/object-inspect": "^1.13.0", 54 "@types/tape": "^5.8.0", 55 "auto-changelog": "^2.5.0", 56 "encoding": "^0.1.13", 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/ljharb" 78 }, 79 "homepage": "https://github.com/inspect-js/data-view-buffer#readme", 80 "keywords": [ 81 "javascript", 82 "ecmascript", 83 "dataview", 84 "buffer", 85 "robust" 86 ], 87 "license": "MIT", 88 "main": "index.js", 89 "name": "data-view-buffer", 90 "publishConfig": { 91 "ignore": [ 92 ".github/workflows" 93 ] 94 }, 95 "repository": { 96 "type": "git", 97 "url": "git+https://github.com/inspect-js/data-view-buffer.git" 98 }, 99 "scripts": { 100 "lint": "eslint --ext=js,mjs .", 101 "postlint": "tsc -p .", 102 "posttest": "npx npm@'>= 10.2' audit --production", 103 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 104 "prelint": "evalmd README.md", 105 "prepack": "npmignore --auto --commentLines=autogenerated", 106 "prepublish": "not-in-publish || npm run prepublishOnly", 107 "prepublishOnly": "safe-publish-latest", 108 "pretest": "npm run lint", 109 "test": "npm run tests-only", 110 "tests-only": "nyc tape 'test/**/*.js'", 111 "version": "auto-changelog && git add CHANGELOG.md" 112 }, 113 "sideEffects": false, 114 "types": "./index.d.ts", 115 "version": "1.0.2" 88 116 } -
imaps-frontend/node_modules/data-view-buffer/tsconfig.json
r0c6b92a r79a0317 1 1 { 2 "extends": "@ljharb/tsconfig", 2 3 "compilerOptions": { 3 /* Visit https://aka.ms/tsconfig.json to read more about this file */ 4 5 /* Projects */ 6 7 /* Language and Environment */ 8 "target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ 9 // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ 10 // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */ 11 "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */ 12 // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ 13 14 /* Modules */ 15 "module": "commonjs", /* Specify what module code is generated. */ 16 // "rootDir": "./", /* Specify the root folder within your source files. */ 17 // "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ 18 // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ 19 // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ 20 // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ 21 // "typeRoots": ["types"], /* Specify multiple folders that act like `./node_modules/@types`. */ 22 "resolveJsonModule": true, /* Enable importing .json files. */ 23 // "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */ 24 25 /* JavaScript Support */ 26 "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */ 27 "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */ 28 "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */ 29 30 /* Emit */ 31 "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ 32 "declarationMap": true, /* Create sourcemaps for d.ts files. */ 33 "noEmit": true, /* Disable emitting files from a compilation. */ 34 35 /* Interop Constraints */ 36 "allowSyntheticDefaultImports": true, /* Allow `import x from y` when a module doesn't have a default export. */ 37 "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */ 38 "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ 39 40 /* Type Checking */ 41 "strict": true, /* Enable all strict type-checking options. */ 42 43 /* Completeness */ 44 // "skipLibCheck": true /* Skip type checking all .d.ts files. */ 4 "target": "es2021", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ 45 5 }, 46 6 "exclude": [
Note:
See TracChangeset
for help on using the changeset viewer.