{ "_from": "pem@^1.8.3", "_id": "pem@1.12.3", "_inBundle": false, "_integrity": "sha512-hT7GwvQL35+0iqgYUl8vn5I5pAVR0HcJas07TXL8bNaR4c5kAFRquk4ZqQk1F9YMcQOr6WjGdY5OnDC0RBnzig==", "_location": "/pem", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pem@^1.8.3", "name": "pem", "escapedName": "pem", "rawSpec": "^1.8.3", "saveSpec": null, "fetchSpec": "^1.8.3" }, "_requiredBy": [ "/budo" ], "_resolved": "https://registry.npmjs.org/pem/-/pem-1.12.3.tgz", "_shasum": "b1fb5c8b79da8d18146c27fee79b0d4ddf9905b3", "_spec": "pem@^1.8.3", "_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/budo", "author": { "name": "Andris Reinman", "email": "andris@kreata.ee" }, "bugs": { "url": "https://github.com/Dexus/pem/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Josef Fröhle", "email": "github@josef-froehle.de", "url": "https://www.josef-froehle.de/" } ], "dependencies": { "md5": "^2.2.1", "os-tmpdir": "^1.0.1", "safe-buffer": "^5.1.1", "which": "^1.2.4" }, "deprecated": false, "description": "Create private keys and certificates with node.js and io.js", "devDependencies": { "@deineagenturug/docdash": "^0.4.1", "auto-changelog": "^0.3.5", "chai": "^4.1.2", "cross-env": "^5.0.5", "dirty-chai": "^2.0.1", "docco": "^0.7.0", "eslint": "^4.8.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-json": "^1.2.0", "eslint-plugin-markdown": "^1.0.0-beta.7", "eslint-plugin-node": "^5.2.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "jsdoc": "^3.5.5", "mocha": "^4.0.1", "nyc": "^11.2.1", "semantic-release": "^8.1.1", "travis-deploy-once": "^3.0.0" }, "engines": { "node": ">=4.0.0" }, "homepage": "https://github.com/Dexus/pem#readme", "license": "MIT", "main": "lib/pem", "name": "pem", "nyc": { "reporter": [ "html", "text" ], "exclude": [ "**/*.spec.js", "test/pem.helper.js" ] }, "release": { "debug": false }, "repository": { "type": "git", "url": "git+https://github.com/Dexus/pem.git" }, "scripts": { "aftersuccess": "bin/aftersuccess.sh", "changelog": "auto-changelog --output HISTORY.md", "coverage": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha --opts mocha.opts $(find . -type f -name '*.spec.js' ! -path './nyc_output/*' ! -path './coverage/*' ! -path './node_modules/*')", "docco": "docco -l parallel -o docs/docco lib/helper.js lib/openssl.js lib/pem.js", "documentation": "npm run docco --silent && npm run jsdoc --silent", "jsdoc": "jsdoc -c jsdoc.json", "lint": "eslint --fix --config=./.eslintrc.js *.js *.md *.json lib/*.js test/*.js test/*.spec.js", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "test": "npm run lint --silent && npm run coverage --silent" }, "version": "1.12.3" }