| Current Path : /etc/kibana/node_modules/node-jose/ |
| Current File : //etc/kibana/node_modules/node-jose/package.json |
{
"name": "node-jose",
"version": "1.1.0",
"description": "A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers",
"keywords": [
"crypto",
"jose",
"jwa",
"jwe",
"jwk",
"jws"
],
"repository": {
"type": "git",
"url": "https://github.com/cisco/node-jose.git"
},
"license": "Apache-2.0",
"author": "Cisco Systems, Inc. <https://www.cisco.com>",
"contributors": [
"Matthew A. Miller <linuxwolf@outer-planes.net>",
"Ian W. Remmel <design@ianwremmel.com>",
"Joe Hildebrand <joe-github@cursive.net>",
"Filip Skokan <panva.ip@gmail.com>"
],
"main": "lib/index.js",
"scripts": {
"test": "gulp test:nodejs"
},
"browser": {
"crypto": false
},
"dependencies": {
"base64url": "^3.0.0",
"es6-promise": "^4.2.5",
"lodash.assign": "^4.2.0",
"lodash.clone": "^4.5.0",
"lodash.fill": "^3.4.0",
"lodash.flatten": "^4.4.0",
"lodash.intersection": "^4.4.0",
"lodash.merge": "^4.6.1",
"lodash.omit": "^4.5.0",
"lodash.partialright": "^4.2.1",
"lodash.pick": "^4.4.0",
"lodash.uniq": "^4.5.0",
"long": "^4.0.0",
"node-forge": "^0.7.6",
"uuid": "^3.3.2"
},
"devDependencies": {
"bowser": "^1.9.3",
"browserify-istanbul": "^3.0.0",
"chai": "^4.0.1",
"conventional-changelog": "^1.1.0",
"del": "^3.0.0",
"eslint-plugin-mocha-no-only": "0.0.6",
"gulp": "^3.8.10",
"gulp-eslint": "^4.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^5.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"is-safari": "^1.0.0",
"istanbul": "^0.4.0",
"jose-cookbook": "git+https://github.com/ietf-jose/cookbook.git",
"json-loader": "^0.5.4",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"lodash.bind": "^4.1.3",
"lodash.clonedeep": "^4.3.2",
"lodash.foreach": "^4.2.0",
"mocha": "^5.0.0",
"run-sequence": "^2.0.0",
"watchify": "^3.7.0",
"webpack": "^4.8.3",
"webpack-stream": "^4.0.0",
"yargs": "^11.1.0"
}
}