123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_from": "jsencrypt",
- "_id": "jsencrypt@3.3.2",
- "_inBundle": false,
- "_integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==",
- "_location": "/jsencrypt",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "jsencrypt",
- "name": "jsencrypt",
- "escapedName": "jsencrypt",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.2.tgz",
- "_shasum": "b0f1a2278810c7ba1cb8957af11195354622df7c",
- "_spec": "jsencrypt",
- "_where": "D:\\work\\jsProject\\xj_project_app",
- "author": {
- "name": "Travis Tidwell",
- "email": "travis@form.io"
- },
- "browser": "lib/index.js",
- "bugs": {
- "url": "http://github.com/travist/jsencrypt/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Travis Tidwell",
- "email": "travis@form.io",
- "url": "http://github.com/travist"
- },
- {
- "name": "Antonio",
- "url": "https://github.com/zoloft"
- },
- {
- "name": "Julio",
- "url": "https://github.com/jmgaya"
- },
- {
- "name": "Taehyun Hwang",
- "url": "https://github.com/HwangTaehyun"
- }
- ],
- "dependencies": {},
- "deprecated": false,
- "description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
- "devDependencies": {
- "@babel/core": "^7.20.12",
- "@babel/preset-env": "^7.20.2",
- "@babel/preset-typescript": "^7.18.6",
- "@babel/register": "^7.18.9",
- "@types/expect": "^24.3.0",
- "@types/mocha": "^10.0.0",
- "@types/node": "^18.11.4",
- "chai": "^4.3.6",
- "dirty-chai": "^2.0.1",
- "fs-jetpack": "^5.1.0",
- "mocha": "^10.0.0",
- "process": "^0.11.10",
- "ts-mocha": "^10.0.0",
- "ts-node": "^10.9.1",
- "typescript": "^4.2.4",
- "url": "^0.11.0",
- "webpack": "^5.35.1",
- "webpack-cli": "^4.6.0"
- },
- "files": [
- "bin",
- "lib"
- ],
- "homepage": "http://www.travistidwell.com/jsencrypt",
- "license": "MIT",
- "main": "bin/jsencrypt.js",
- "module": "lib/index.js",
- "name": "jsencrypt",
- "repository": {
- "type": "git",
- "url": "git://github.com/travist/jsencrypt.git"
- },
- "scripts": {
- "build": "npm run build:dev && npm run build:test && npm run build:prod",
- "build:dev": "tsc && tsc --project tsconfig-def.json && webpack",
- "build:prod": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.prod.js",
- "build:test": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.test.js",
- "serve": "bundle exec jekyll server --config _config.build.yml",
- "test": "ts-mocha test/test.rsa.js"
- },
- "types": "lib/index.d.ts",
- "version": "3.3.2"
- }
|