fxa-crypto-relier/package.json

54 строки
1.7 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

{
"name": "fxa-crypto-relier",
2019-08-26 20:21:45 +03:00
"version": "2.7.0",
"description": "Scoped Encryption Keys for Firefox Accounts Util Library",
"scripts": {
"build": "webpack --env=build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "karma start test/karma.conf.js --single-run",
"test-dev": "karma start test/karma.conf.js",
"precommit": "npm run build && npm run docs",
2017-11-17 02:49:50 +03:00
"docs": "jsdoc2md --template docs/template.hbs src/**/*.js > docs/README.md; jsdoc2md src/**/*.js --private > docs/PRIVATE.md; echo",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"dependencies": {
"base64url": "^3.0.0",
"node-hkdf": "0.0.2",
"node-jose": "1.0.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-loader": "7.1.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.24.1",
"chai": "4.4.1",
"conventional-changelog-cli": "^2.0.22",
"eslint": "4.18.2",
"eslint-loader": "1.9.0",
"husky": "^9.0.11",
"jsdoc-to-markdown": "^3.0.0",
chore(deps): bump minimist, mkdirp, handlebars, loader-fs-cache, karma, karma-mocha and mocha Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [handlebars](https://github.com/handlebars-lang/handlebars.js), [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache), [karma](https://github.com/karma-runner/karma), [karma-mocha](https://github.com/karma-runner/karma-mocha) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8) Updates `mkdirp` from 0.5.1 to 0.5.6 - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6) Updates `handlebars` from 4.5.3 to 4.7.8 - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md) - [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.5.3...v4.7.8) Updates `loader-fs-cache` from 1.0.1 to 1.0.3 - [Commits](https://github.com/viankakrisna/loader-fs-cache/commits) Updates `karma` from 1.7.1 to 6.4.3 - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/1.7.1...v6.4.3) Updates `karma-mocha` from 1.3.0 to 2.0.1 - [Release notes](https://github.com/karma-runner/karma-mocha/releases) - [Changelog](https://github.com/karma-runner/karma-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-mocha/compare/v1.3.0...v2.0.1) Updates `mocha` from 4.1.0 to 10.4.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v4.1.0...v10.4.0) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: mkdirp dependency-type: indirect - dependency-name: handlebars dependency-type: indirect - dependency-name: loader-fs-cache dependency-type: indirect - dependency-name: karma dependency-type: direct:development - dependency-name: karma-mocha dependency-type: direct:development - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 02:12:24 +03:00
"karma": "^6.4.3",
"karma-chai-plugins": "^0.9.0",
"karma-firefox-launcher": "^1.0.1",
chore(deps): bump minimist, mkdirp, handlebars, loader-fs-cache, karma, karma-mocha and mocha Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [handlebars](https://github.com/handlebars-lang/handlebars.js), [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache), [karma](https://github.com/karma-runner/karma), [karma-mocha](https://github.com/karma-runner/karma-mocha) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8) Updates `mkdirp` from 0.5.1 to 0.5.6 - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6) Updates `handlebars` from 4.5.3 to 4.7.8 - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md) - [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.5.3...v4.7.8) Updates `loader-fs-cache` from 1.0.1 to 1.0.3 - [Commits](https://github.com/viankakrisna/loader-fs-cache/commits) Updates `karma` from 1.7.1 to 6.4.3 - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/1.7.1...v6.4.3) Updates `karma-mocha` from 1.3.0 to 2.0.1 - [Release notes](https://github.com/karma-runner/karma-mocha/releases) - [Changelog](https://github.com/karma-runner/karma-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-mocha/compare/v1.3.0...v2.0.1) Updates `mocha` from 4.1.0 to 10.4.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v4.1.0...v10.4.0) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: mkdirp dependency-type: indirect - dependency-name: handlebars dependency-type: indirect - dependency-name: loader-fs-cache dependency-type: indirect - dependency-name: karma dependency-type: direct:development - dependency-name: karma-mocha dependency-type: direct:development - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 02:12:24 +03:00
"karma-mocha": "^2.0.1",
"mocha": "^10.4.0",
"webpack": "3.8.1",
"yargs": "^17.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-crypto-relier.git"
},
"engines": {
"node": ">=6"
},
"author": "Firefox Accounts Team",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/fxa-crypto-relier/issues"
},
"homepage": "https://github.com/mozilla/fxa-crypto-relier"
}