UNPKG

extra-array-view

Version:

An array view is a proxy to an underlying array.

47 lines (46 loc) 1.17 kB
{ "name": "extra-array-view", "version": "1.1.1", "description": "An array view is a proxy to an underlying array.", "main": "index.js", "module": "index.mjs", "sideEffects": false, "exports": { "require": "./index.js", "import": "./index.mjs" }, "scripts": { "test": "jest", "build": "node ./build", "publish-docs": "node ./build publish-docs", "publish-packages": "node ./build publish-packages" }, "keywords": [ "extra", "array", "view", "from", "fromArray" ], "author": "wolfram77@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nodef/extra-array-view.git" }, "bugs": { "url": "https://github.com/nodef/extra-array-view/issues" }, "homepage": "https://github.com/nodef/extra-array-view#readme", "devDependencies": { "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.3.0", "@types/jest": "^29.5.13", "extra-array": "^4.2.0", "extra-build": "^2.2.46", "jest": "^29.7.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-dts": "^5.3.1", "ts-jest": "^29.2.5" } }