144 lines
3.9 KiB
JSON
144 lines
3.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"pem@1.14.6",
|
|
"D:\\林谷智能项目\\yanchengPowerSupply"
|
|
]
|
|
],
|
|
"_from": "pem@1.14.6",
|
|
"_id": "pem@1.14.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-I5GKUer2PPv5qzUfxaZ6IGRkhp+357Kyv2t1JJg9vP8hGGI13qU34N2QupmggbpIZGPuudH0jn8KU5hjFpPk3g==",
|
|
"_location": "/pem",
|
|
"_phantomChildren": {
|
|
"isexe": "2.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "pem@1.14.6",
|
|
"name": "pem",
|
|
"escapedName": "pem",
|
|
"rawSpec": "1.14.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.14.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/rtsp2web"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/pem/-/pem-1.14.6.tgz",
|
|
"_spec": "1.14.6",
|
|
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
|
|
"author": {
|
|
"name": "Andris Reinman",
|
|
"email": "andris@kreata.ee"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Dexus/pem/issues"
|
|
},
|
|
"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": "^2.0.2"
|
|
},
|
|
"description": "Create private keys and certificates with node.js and io.js",
|
|
"devDependencies": {
|
|
"@deineagenturug/docdash": "^0.4.2",
|
|
"@semantic-release/changelog": "^3.0.6",
|
|
"@semantic-release/git": "^8.0.0",
|
|
"@semantic-release/github": "^6.0.2",
|
|
"@semantic-release/npm": "^6.0.0",
|
|
"ajv": "^6.11.0",
|
|
"auto-changelog": "^1.16.2",
|
|
"chai": "^4.1.2",
|
|
"cross-env": "^7.0.0",
|
|
"dirty-chai": "^2.0.1",
|
|
"docco": "^0.8.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-plugin-import": "^2.20.0",
|
|
"eslint-plugin-json": "^2.0.1",
|
|
"eslint-plugin-markdown": "^1.0.1",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"jsdoc": "^3.5.5",
|
|
"marked": "^0.8.0",
|
|
"mocha": "^7.0.0",
|
|
"nyc": "^15.0.0",
|
|
"semantic-release": "^16.0.3",
|
|
"travis-deploy-once": "^5.0.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"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.6"
|
|
}
|