123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_args": [
- [
- "browserify-rsa@4.1.0",
- "D:\\project\\苏南官网\\su_nan_guan_wang"
- ]
- ],
- "_development": true,
- "_from": "browserify-rsa@4.1.0",
- "_id": "browserify-rsa@4.1.0",
- "_inBundle": false,
- "_integrity": "sha1-sv0Gtbda4pf3zi3GUfkY9b4VjI0=",
- "_location": "/browserify-rsa",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "browserify-rsa@4.1.0",
- "name": "browserify-rsa",
- "escapedName": "browserify-rsa",
- "rawSpec": "4.1.0",
- "saveSpec": null,
- "fetchSpec": "4.1.0"
- },
- "_requiredBy": [
- "/browserify-sign",
- "/public-encrypt"
- ],
- "_resolved": "https://registry.npm.taobao.org/browserify-rsa/download/browserify-rsa-4.1.0.tgz",
- "_spec": "4.1.0",
- "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
- "bugs": {
- "url": "https://github.com/crypto-browserify/browserify-rsa/issues"
- },
- "dependencies": {
- "bn.js": "^5.0.0",
- "randombytes": "^2.0.1"
- },
- "description": "RSA for browserify",
- "devDependencies": {
- "parse-asn1": "^5.0.0",
- "standard": "^6.0.8",
- "tape": "^4.5.1"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/crypto-browserify/browserify-rsa#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "browserify-rsa",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/crypto-browserify/browserify-rsa.git"
- },
- "scripts": {
- "lint": "standard",
- "test": "npm run lint && npm run unit",
- "unit": "tape test/*.js"
- },
- "version": "4.1.0"
- }
|