136 lines
3.8 KiB
JSON
136 lines
3.8 KiB
JSON
{
|
|
"_from": "pem@^1.13.2",
|
|
"_id": "pem@1.14.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-TOnPtq3ZFnCniOZ+rka4pk8UIze9xG1qI+wNE7EmkiR/cg+53uVvk5QbkWZ7M6RsuOxzz62FW1hlAobJr/lTOA==",
|
|
"_location": "/pem",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pem@^1.13.2",
|
|
"name": "pem",
|
|
"escapedName": "pem",
|
|
"rawSpec": "^1.13.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.13.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/budo"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pem/-/pem-1.14.2.tgz",
|
|
"_shasum": "ab29350416bc3a532c30beeee0d541af897fb9ac",
|
|
"_spec": "pem@^1.13.2",
|
|
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\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": {
|
|
"es6-promisify": "^6.0.0",
|
|
"md5": "^2.2.1",
|
|
"os-tmpdir": "^1.0.1",
|
|
"which": "^1.3.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create private keys and certificates with node.js and io.js",
|
|
"devDependencies": {
|
|
"@deineagenturug/docdash": "^0.4.1",
|
|
"@semantic-release/changelog": "^3.0.0",
|
|
"@semantic-release/git": "^7.0.4",
|
|
"@semantic-release/github": "^5.0.5",
|
|
"@semantic-release/npm": "^5.0.4",
|
|
"ajv": "^6.6.1",
|
|
"auto-changelog": "^1.8.0",
|
|
"chai": "^4.1.2",
|
|
"cross-env": "^5.2.0",
|
|
"dirty-chai": "^2.0.1",
|
|
"docco": "^0.8.0",
|
|
"eslint": "^5.5.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "2.16.0",
|
|
"eslint-plugin-json": "^1.2.1",
|
|
"eslint-plugin-markdown": "^1.0.0-beta.8",
|
|
"eslint-plugin-node": "^8.0.0",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"jsdoc": "^3.5.5",
|
|
"marked": "^0.6.0",
|
|
"mocha": "^5.2.0",
|
|
"nyc": "^13.1.0",
|
|
"semantic-release": "^15.12.5",
|
|
"travis-deploy-once": "^5.0.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.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,
|
|
"verifyConditions": [
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/npm",
|
|
"@semantic-release/git",
|
|
"@semantic-release/github"
|
|
],
|
|
"prepare": [
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/npm",
|
|
{
|
|
"path": "@semantic-release/git",
|
|
"assets": [
|
|
"CHANGELOG.md",
|
|
"HISTORY.md",
|
|
"package.json",
|
|
"package-lock.json",
|
|
"npm-shrinkwrap.json"
|
|
],
|
|
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
|
}
|
|
],
|
|
"publish": [
|
|
"@semantic-release/npm",
|
|
"@semantic-release/github"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Dexus/pem.git"
|
|
},
|
|
"scripts": {
|
|
"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 lib/*.js *.md *.json lib/*.js test/*.js test/*.spec.js",
|
|
"semantic-release": "semantic-release",
|
|
"test": "npm run lint --silent && npm run coverage --silent"
|
|
},
|
|
"version": "1.14.2"
|
|
}
|