123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "bn.js@5.2.0",
- "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
- ]
- ],
- "_development": true,
- "_from": "bn.js@5.2.0",
- "_id": "bn.js@5.2.0",
- "_inBundle": false,
- "_integrity": "sha1-NYhgZ0OWxpl3canQUfzBtX1K4AI=",
- "_location": "/bn.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "bn.js@5.2.0",
- "name": "bn.js",
- "escapedName": "bn.js",
- "rawSpec": "5.2.0",
- "saveSpec": null,
- "fetchSpec": "5.2.0"
- },
- "_requiredBy": [
- "/browserify-rsa",
- "/browserify-sign"
- ],
- "_resolved": "https://registry.npm.taobao.org/bn.js/download/bn.js-5.2.0.tgz",
- "_spec": "5.2.0",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
- "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": {
- "eslint-plugin-es5": "^1.5.0",
- "mocha": "^8.3.0",
- "standardx": "^7.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"
- },
- "version": "5.2.0"
- }
|