1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_args": [
- [
- "browserify-rsa@4.0.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "browserify-rsa@4.0.1",
- "_id": "browserify-rsa@4.0.1",
- "_inBundle": false,
- "_integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
- "_location": "/browserify-rsa",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "browserify-rsa@4.0.1",
- "name": "browserify-rsa",
- "escapedName": "browserify-rsa",
- "rawSpec": "4.0.1",
- "saveSpec": null,
- "fetchSpec": "4.0.1"
- },
- "_requiredBy": [
- "/browserify-sign",
- "/public-encrypt"
- ],
- "_resolved": "https://registry.npm.taobao.org/browserify-rsa/download/browserify-rsa-4.0.1.tgz",
- "_spec": "4.0.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": "",
- "bugs": {
- "url": "https://github.com/crypto-browserify/browserify-rsa/issues"
- },
- "dependencies": {
- "bn.js": "^4.1.0",
- "randombytes": "^2.0.1"
- },
- "description": "RSA for browserify",
- "devDependencies": {
- "parse-asn1": "^5.0.0",
- "tap-spec": "^2.1.2",
- "tape": "^3.0.3"
- },
- "homepage": "https://github.com/crypto-browserify/browserify-rsa#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "browserify-rsa",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/crypto-browserify/browserify-rsa.git"
- },
- "scripts": {
- "test": "node test.js | tspec"
- },
- "version": "4.0.1"
- }
|