UNPKG

@axerunners/axecore-lib

Version:

A pure and powerful JavaScript Axe library.

82 lines (81 loc) 2.12 kB
{ "name": "@axerunners/axecore-lib", "version": "0.18.13", "description": "A pure and powerful JavaScript Axe library.", "author": "Axe Core Group, Inc. <dev@axe.org>", "main": "index.js", "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "npm run build && npm run test:node && npm run test:browser", "test:node": "mocha $NODE_DEBUG_OPTION --no-timeouts --recursive", "test:browser": "karma start ./karma.conf.js --single-run", "coverage": "nyc mocha --recursive", "build": "webpack --display-error-details" }, "keywords": [ "axe", "transaction", "address", "p2p", "ecies", "cryptocurrency", "blockchain", "payment", "bip21", "bip32", "bip37", "bip69", "bip70", "multisig", "axecore" ], "repository": { "type": "git", "url": "https://github.com/axerunners/axecore-lib.git" }, "types": "index.d.ts", "bugs": { "url": "https://github.com/axerunners/axecore-lib/issues" }, "homepage": "https://github.com/axerunners/axecore-lib", "browser": { "request": "browser-request" }, "dependencies": { "@dashevo/x11-hash-js": "^1.0.2", "@types/node": "^12.12.47", "bitset": "^5.1.1", "bloom-filter": "^0.2.0", "bn.js": "=4.11.8", "bs58": "=4.0.1", "elliptic": "^6.5.3", "inherits": "=2.0.1", "lodash": "^4.17.20", "unorm": "^1.6.0" }, "devDependencies": { "brfs": "^2.0.1", "chai": "^4.2.0", "eslint": "^5.11.0", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.21.2", "karma": "^5.0.9", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-detect-browsers": "^2.3.3", "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-webpack": "^3.0.5", "mocha": "^7.2.0", "nyc": "^14.1.1", "raw-loader": "^0.5.1", "sinon": "^4.5.0", "terser-webpack-plugin": "^3.0.3", "transform-loader": "^0.2.4", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" }, "license": "MIT" }