109 lines
3.6 KiB
JSON
109 lines
3.6 KiB
JSON
{
|
|
"_from": "ethers@4.0.47",
|
|
"_id": "ethers@4.0.47",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-hssRYhngV4hiDNeZmVU/k5/E8xmLG8UpcNUzg6mb7lqhgpFPH/t7nuv20RjRrEf0gblzvi2XwR5Te+V3ZFc9pQ==",
|
|
"_location": "/ethers",
|
|
"_phantomChildren": {
|
|
"brorand": "1.1.0",
|
|
"hmac-drbg": "1.0.1",
|
|
"inherits": "2.0.4",
|
|
"minimalistic-assert": "1.0.1",
|
|
"minimalistic-crypto-utils": "1.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "ethers@4.0.47",
|
|
"name": "ethers",
|
|
"escapedName": "ethers",
|
|
"rawSpec": "4.0.47",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.47"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/ethers/-/ethers-4.0.47.tgz",
|
|
"_shasum": "91b9cd80473b1136dd547095ff9171bd1fc68c85",
|
|
"_spec": "ethers@4.0.47",
|
|
"_where": "D:\\ruyi\\dapp",
|
|
"author": {
|
|
"name": "Richard Moore",
|
|
"email": "me@ricmoo.com"
|
|
},
|
|
"browser": "./dist/ethers.min.js",
|
|
"bugs": {
|
|
"url": "https://github.com/ethers-io/ethers.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"aes-js": "3.0.0",
|
|
"bn.js": "^4.4.0",
|
|
"elliptic": "6.5.2",
|
|
"hash.js": "1.1.3",
|
|
"js-sha3": "0.5.7",
|
|
"scrypt-js": "2.0.4",
|
|
"setimmediate": "1.0.4",
|
|
"uuid": "2.0.1",
|
|
"xmlhttprequest": "1.8.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Ethereum wallet library.",
|
|
"devDependencies": {
|
|
"@types/node": "^10.3.2",
|
|
"browserify": "^16.2.3",
|
|
"browserify-zlib": "^0.2.0",
|
|
"dts-bundle": "^0.7.3",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
"ethereumjs-tx": "^1.3.5",
|
|
"ethereumjs-util": "^5.2.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-cli": "^2.0.1",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-typescript": "^5.0.0-alpha.1",
|
|
"gulp-uglify": "^3.0.0",
|
|
"mocha": "^5.2.0",
|
|
"mocha-phantomjs-core": "2.1.2",
|
|
"solc": "0.4.20",
|
|
"tsify": "^4.0.0",
|
|
"tslint": "^5.10.0",
|
|
"typescript": "^2.9.1",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"web3-providers-http": "1.0.0-beta.35"
|
|
},
|
|
"ethereum": "donations.ethers.eth",
|
|
"homepage": "https://github.com/ethers-io/ethers.js#readme",
|
|
"keywords": [
|
|
"ethereum",
|
|
"library",
|
|
"wallet"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "ethers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"auto-build": "npm run build -- -w",
|
|
"build": "npm run dist-version && tsc -p ./tsconfig.json",
|
|
"dist": "npm run dist-version && npm run build && gulp default minified shims && npm run dist-types",
|
|
"dist-bip39": "gulp bip39-es bip39-fr bip39-it bip39-ja bip39-ko bip39-zh",
|
|
"dist-test": "gulp default-test minified-test shims",
|
|
"dist-types": "dts-bundle --name ethers --main ./index.d.ts --out ./dist/ethers.types.txt",
|
|
"dist-version": "node -e \"let v = require('./package.json').version; require('fs').writeFileSync('./src.ts/_version.ts', 'export const version = \\\"' + v +'\\\";\\n')\"",
|
|
"eslint": "eslint index.js contracts/*.js providers/*.js utils/*.js wallet/*.js wordlists/*.js",
|
|
"test": "if [ \"$RUN_PHANTOMJS\" = \"1\" ]; then npm run-script test-phantomjs; else npm run-script test-node; fi",
|
|
"test-node": "npm run dist-test && mocha --no-colors --reporter tests/reporter tests/test-*.js",
|
|
"test-phantomjs": "npm run dist-test && gulp tests && phantomjs --web-security=false ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./tests/test.html ./tests/reporter.js",
|
|
"version": "npm dist"
|
|
},
|
|
"types": "./index.d.ts",
|
|
"version": "4.0.47"
|
|
}
|