12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_args": [
- [
- "browserify-rsa@4.0.1",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_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.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
- "_spec": "4.0.1",
- "_where": "E:\\amr1.0\\AMR",
- "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"
- }
|