| Current Path : /var/node/inatote/Inatote-Backend/node_modules/split-ca/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/split-ca/package.json |
{
"_from": "split-ca@^1.0.1",
"_id": "split-ca@1.0.1",
"_inBundle": false,
"_integrity": "sha1-bIOv82kvphJW4M0ZfgXp3hV2kaY=",
"_location": "/split-ca",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "split-ca@^1.0.1",
"name": "split-ca",
"escapedName": "split-ca",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/docker-modem"
],
"_resolved": "https://registry.npmjs.org/split-ca/-/split-ca-1.0.1.tgz",
"_shasum": "6c83aff3692fa61256e0cd197e05e9de157691a6",
"_spec": "split-ca@^1.0.1",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/docker-modem",
"author": {
"name": "Charles Bushong"
},
"bugs": {
"url": "https://github.com/bushong1/split-ca/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Simple module to split a single certificate authority chain file (aka: bundle, ca-bundle, ca-chain, etc.) into an array, as expected by the node.js tls api.",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0"
},
"homepage": "https://github.com/bushong1/split-ca",
"keywords": [
"nodejs",
"ca",
"chain",
"ssl",
"tls",
"https",
"certificate",
"authority",
"bundle",
"ca-bundle",
"ca-chain",
"split",
"server"
],
"license": "ISC",
"main": "index.js",
"name": "split-ca",
"repository": {
"type": "git",
"url": "git+https://github.com/bushong1/split-ca.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.1"
}