123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "_args": [
- [
- {
- "raw": "public-encrypt@^4.0.0",
- "scope": null,
- "escapedName": "public-encrypt",
- "name": "public-encrypt",
- "rawSpec": "^4.0.0",
- "spec": ">=4.0.0 <5.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify"
- ]
- ],
- "_from": "public-encrypt@>=4.0.0 <5.0.0",
- "_id": "public-encrypt@4.0.2",
- "_inCache": true,
- "_location": "/public-encrypt",
- "_nodeVersion": "8.11.1",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/public-encrypt_4.0.2_1523449480930_0.42773762674143434"
- },
- "_npmUser": {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- },
- "_npmVersion": "5.8.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "public-encrypt@^4.0.0",
- "scope": null,
- "escapedName": "public-encrypt",
- "name": "public-encrypt",
- "rawSpec": "^4.0.0",
- "spec": ">=4.0.0 <5.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/crypto-browserify"
- ],
- "_resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.2.tgz",
- "_shasum": "46eb9107206bf73489f8b85b69d91334c6610994",
- "_shrinkwrap": null,
- "_spec": "public-encrypt@^4.0.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify",
- "author": {
- "name": "Calvin Metcalf"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/crypto-browserify/publicEncrypt/issues"
- },
- "dependencies": {
- "bn.js": "^4.1.0",
- "browserify-rsa": "^4.0.0",
- "create-hash": "^1.1.0",
- "parse-asn1": "^5.0.0",
- "randombytes": "^2.0.1"
- },
- "description": "browserify version of publicEncrypt & privateDecrypt",
- "devDependencies": {
- "tap-spec": "^2.1.2",
- "tape": "^3.0.3"
- },
- "directories": {
- "test": "test"
- },
- "dist": {
- "integrity": "sha512-4kJ5Esocg8X3h8YgJsKAuoesBgB7mqH3eowiDzMUPKiRDDE7E/BqqZD1hnTByIaAFiwAw246YEltSq7tdrOH0Q==",
- "shasum": "46eb9107206bf73489f8b85b69d91334c6610994",
- "tarball": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.2.tgz",
- "fileCount": 31,
- "unpackedSize": 27801
- },
- "gitHead": "8dc63aee4d4da0539bd579eaf9f2e86ec394d613",
- "homepage": "https://github.com/crypto-browserify/publicEncrypt",
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- },
- {
- "name": "dcousens",
- "email": "email@dcousens.com"
- },
- {
- "name": "dominictarr",
- "email": "dominic.tarr@gmail.com"
- },
- {
- "name": "indutny",
- "email": "fedor@indutny.com"
- },
- {
- "name": "jprichardson",
- "email": "jprichardson@gmail.com"
- }
- ],
- "name": "public-encrypt",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/crypto-browserify/publicEncrypt.git"
- },
- "scripts": {
- "test": "node test/index.js | tspec"
- },
- "version": "4.0.2"
- }
|