1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "bn.js@5.1.3",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_development": true,
- "_from": "bn.js@5.1.3",
- "_id": "bn.js@5.1.3",
- "_inBundle": false,
- "_integrity": "sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ==",
- "_location": "/bn.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "bn.js@5.1.3",
- "name": "bn.js",
- "escapedName": "bn.js",
- "rawSpec": "5.1.3",
- "saveSpec": null,
- "fetchSpec": "5.1.3"
- },
- "_requiredBy": [
- "/browserify-sign"
- ],
- "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz",
- "_spec": "5.1.3",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "author": {
- "name": "Fedor Indutny",
- "email": "fedor@indutny.com"
- },
- "browser": {
- "buffer": false
- },
- "bugs": {
- "url": "https://github.com/indutny/bn.js/issues"
- },
- "description": "Big number implementation in pure javascript",
- "devDependencies": {
- "babel-eslint": "^10.0.3",
- "mocha": "^7.0.1",
- "standardx": "^5.0.0"
- },
- "files": [
- "lib/bn.js"
- ],
- "homepage": "https://github.com/indutny/bn.js",
- "keywords": [
- "BN",
- "Big number",
- "BigNum",
- "Modulo",
- "Montgomery"
- ],
- "license": "MIT",
- "main": "lib/bn.js",
- "name": "bn.js",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/indutny/bn.js.git"
- },
- "scripts": {
- "lint": "standardx",
- "test": "npm run lint && npm run unit",
- "unit": "mocha --reporter=spec test/*-test.js"
- },
- "standardx": {
- "parser": "babel-eslint"
- },
- "version": "5.1.3"
- }
|