UNPKG

sophys

Version:
102 lines (101 loc) 3.46 kB
{ "_from": "sophys@4.0.26", "_id": "sophys@4.0.26", "_inBundle": false, "_integrity": "sha512-3hK4S8eAGhuWZ/fsip5z17MswjGgjb4lEPJqWO/O0dNqToYLSHhvu6gGQPs8d9f+XfpEB2EYexfF0qjhWiZjUA==", "_location": "/sophys", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "sophys@4.0.26", "name": "sophys", "escapedName": "sophys", "rawSpec": "4.0.26", "saveSpec": null, "fetchSpec": "4.0.26" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/sophys/-/sophys-4.0.26.tgz", "_shasum": "a4b17184a0ed3db9c88d1b6d28beaa7d0e0ba3e4", "_spec": "sophys@4.0.26", "_where": "/home/user/susytech", "author": { "name": "Richard Moore", "email": "me@ricmoo.com" }, "browser": "./dist/sophys.min.js", "bugs": { "url": "https://octonion.institute/susy-js/sophys.js/issues" }, "bundleDependencies": false, "dependencies": { "@types/node": "^10.3.2", "aes-js": "3.0.0", "bn.js": "^4.4.0", "elliptic": "6.3.3", "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": "Sophon wallet library.", "devDependencies": { "browserify": "^16.2.3", "browserify-zlib": "^0.2.0", "dts-bundle": "^0.7.3", "eslint": "^5.0.1", "eslint-plugin-promise": "^3.8.0", "sophonjs-tx": "^1.3.5", "sophonjs-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", "polc": "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", "susyweb-providers-http": "1.0.0-beta.35" }, "homepage": "https://octonion.institute/susy-js/sophys.js#readme", "keywords": [ "sophon", "library", "wallet" ], "license": "MIT", "main": "./index.js", "name": "sophys", "repository": { "type": "git", "url": "git://octonion.institute/susy-js/sophys.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 sophys --main ./index.d.ts --out ./dist/sophys.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.26" }