verdaccio
Version:
A lightweight private npm proxy registry
1,764 lines • 1.98 MB
JSON
{
"name": "verdaccio",
"versions": {
"1.4.0": {
"name": "verdaccio",
"version": "1.4.0",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"sinopia": "./bin/sinopia"
},
"dependencies": {
"JSONStream": "^1.1.1",
"async": "^2.0.0-rc.3",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"symbol": "^0.2.1",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"rimraf": "^2.5.2",
"bluebird": "^3.3.5",
"mocha": "^2.4.5",
"eslint": "^2.9.0",
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"unopinionate": "^0.0.4",
"onclick": "^0.1.0",
"transition-complete": "^0.0.2"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test-travis": "eslint . && mocha -R spec ./test/functional ./test/unit",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint ."
},
"engines": {
"node": ">=0.10"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"gitHead": "cafbb5f76b7f8884e737dc22daec433b8fb7e84f",
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
},
"homepage": "https://github.com/verdaccio/verdaccio#readme",
"_id": "verdaccio@1.4.0",
"_shasum": "7967ade7ba27d301420fdf955ce6a6a85f51f757",
"_from": ".",
"_npmVersion": "3.10.3",
"_nodeVersion": "6.3.0",
"_npmUser": {
"name": "lonelyclick",
"email": "670891929@qq.com"
},
"dist": {
"shasum": "7967ade7ba27d301420fdf955ce6a6a85f51f757",
"tarball": "https://registry.npmjs.org/verdaccio/-/verdaccio-1.4.0.tgz"
},
"maintainers": [
{
"name": "lonelyclick",
"email": "670891929@qq.com"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/verdaccio-1.4.0.tgz_1469710119396_0.22394915926270187"
},
"deprecated": "Unknown status of this version",
"directories": {}
},
"2.0.0": {
"name": "verdaccio",
"version": "2.0.0",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"symbol": "^0.2.1",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"rimraf": "^2.5.2",
"bluebird": "^3.3.5",
"mocha": "^2.4.5",
"eslint": "^2.9.0",
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"unopinionate": "^0.0.4",
"onclick": "^0.1.0",
"transition-complete": "^0.0.2"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test-travis": "eslint . && mocha -R spec ./test/functional ./test/unit",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint ."
},
"engines": {
"node": ">=0.10"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"gitHead": "f89ca4423aed95d3fa201c9adc2d0d31f603cd54",
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
},
"homepage": "https://github.com/verdaccio/verdaccio#readme",
"_id": "verdaccio@2.0.0",
"_shasum": "d37fc8f7e98c47d0a681df86036bc1ac3ab5ccdd",
"_from": ".",
"_npmVersion": "3.8.6",
"_nodeVersion": "5.12.0",
"_npmUser": {
"name": "trentearl",
"email": "trent@trentearl.com"
},
"dist": {
"shasum": "d37fc8f7e98c47d0a681df86036bc1ac3ab5ccdd",
"tarball": "https://registry.npmjs.org/verdaccio/-/verdaccio-2.0.0.tgz"
},
"maintainers": [
{
"name": "lonelyclick",
"email": "670891929@qq.com"
},
{
"name": "trentearl",
"email": "trent@trentearl.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/verdaccio-2.0.0.tgz_1472251001514_0.8049740565475076"
},
"directories": {}
},
"2.0.1": {
"name": "verdaccio",
"version": "2.0.1",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"symbol": "^0.2.1",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"rimraf": "^2.5.2",
"bluebird": "^3.3.5",
"mocha": "^2.4.5",
"eslint": "^2.9.0",
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"unopinionate": "^0.0.4",
"onclick": "^0.1.0",
"transition-complete": "^0.0.2"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test-travis": "eslint . && mocha -R spec ./test/functional ./test/unit",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint ."
},
"engines": {
"node": ">=0.10"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"gitHead": "d42a5ad1c5c85261adb59684bce6b0f063dd0747",
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
},
"homepage": "https://github.com/verdaccio/verdaccio#readme",
"_id": "verdaccio@2.0.1",
"_shasum": "bc458f655717be790e452205352f346aef66d124",
"_from": ".",
"_npmVersion": "3.8.6",
"_nodeVersion": "5.12.0",
"_npmUser": {
"name": "trentearl",
"email": "trent@trentearl.com"
},
"dist": {
"shasum": "bc458f655717be790e452205352f346aef66d124",
"tarball": "https://registry.npmjs.org/verdaccio/-/verdaccio-2.0.1.tgz"
},
"maintainers": [
{
"name": "lonelyclick",
"email": "670891929@qq.com"
},
{
"name": "trentearl",
"email": "trent@trentearl.com"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/verdaccio-2.0.1.tgz_1472477180467_0.9442687362898141"
},
"directories": {}
},
"2.1.0": {
"name": "verdaccio",
"version": "2.1.0",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"symbol": "^0.2.1",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"rimraf": "^2.5.2",
"bluebird": "^3.3.5",
"mocha": "^2.4.5",
"eslint": "^2.9.0",
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"unopinionate": "^0.0.4",
"onclick": "^0.1.0",
"transition-complete": "^0.0.2"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test-travis": "eslint . && mocha -R spec ./test/functional ./test/unit",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint ."
},
"engines": {
"node": ">=0.10"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"gitHead": "047fbb22f8da3e1372f76ae9131d673e033aeb4b",
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
},
"homepage": "https://github.com/verdaccio/verdaccio#readme",
"_id": "verdaccio@2.1.0",
"_shasum": "ea282741d00afb6a0f983f648832b3cd67bb7711",
"_from": ".",
"_npmVersion": "3.10.3",
"_nodeVersion": "6.7.0",
"_npmUser": {
"name": "trentearl",
"email": "trent@trentearl.com"
},
"dist": {
"shasum": "ea282741d00afb6a0f983f648832b3cd67bb7711",
"tarball": "https://registry.npmjs.org/verdaccio/-/verdaccio-2.1.0.tgz"
},
"maintainers": [
{
"name": "trentearl",
"email": "trent@trentearl.com"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/verdaccio-2.1.0.tgz_1476233282307_0.9733383152633905"
},
"directories": {}
},
"2.1.1": {
"name": "verdaccio",
"version": "2.1.1",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",
"apache-md5": "^1.1.2",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"symbol": "^0.2.1",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"bluebird": "^3.3.5",
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"eslint": "^2.9.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^2.4.5",
"nyc": "^10.1.2",
"onclick": "^0.1.0",
"rimraf": "^2.5.2",
"transition-complete": "^0.0.2",
"unopinionate": "^0.0.4"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test:coverage": "nyc --reporter=html --reporter=text mocha -R spec ./test/functional ./test/unit",
"test-travis": "eslint . && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint ."
},
"engines": {
"node": ">=0.10"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"gitHead": "0b7dc598b2fee3f4e9c28a55213bb2a83047060c",
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
},
"homepage": "https://github.com/verdaccio/verdaccio#readme",
"_id": "verdaccio@2.1.1",
"_shasum": "8b113cbb9fc747ee4d76a924ef6b066e5e900172",
"_from": ".",
"_npmVersion": "3.10.8",
"_nodeVersion": "7.0.0",
"_npmUser": {
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
"dist": {
"shasum": "8b113cbb9fc747ee4d76a924ef6b066e5e900172",
"tarball": "https://registry.npmjs.org/verdaccio/-/verdaccio-2.1.1.tgz"
},
"maintainers": [
{
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
{
"name": "trentearl",
"email": "trent@trentearl.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/verdaccio-2.1.1.tgz_1486449800221_0.6993984614964575"
},
"directories": {}
},
"2.1.2": {
"name": "verdaccio",
"version": "2.1.2",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",
"apache-md5": "^1.1.2",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"symbol": "^0.2.1",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"bluebird": "^3.3.5",
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"eslint": "^2.9.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^2.4.5",
"nyc": "^10.1.2",
"onclick": "^0.1.0",
"rimraf": "^2.5.2",
"transition-complete": "^0.0.2",
"unopinionate": "^0.0.4"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test:coverage": "nyc --reporter=html --reporter=text mocha -R spec ./test/functional ./test/unit",
"test-travis": "eslint . && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint ."
},
"engines": {
"node": ">=0.10"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"gitHead": "9e3ec11c70f69430ae666a9d8a07e938175be76f",
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
},
"homepage": "https://github.com/verdaccio/verdaccio#readme",
"_id": "verdaccio@2.1.2",
"_shasum": "ac31c2f394af09fd51b8d27ffc9674c314bda4c2",
"_from": ".",
"_npmVersion": "3.10.8",
"_nodeVersion": "7.0.0",
"_npmUser": {
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
"dist": {
"shasum": "ac31c2f394af09fd51b8d27ffc9674c314bda4c2",
"tarball": "https://registry.npmjs.org/verdaccio/-/verdaccio-2.1.2.tgz"
},
"maintainers": [
{
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
{
"name": "trentearl",
"email": "trent@trentearl.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/verdaccio-2.1.2.tgz_1489040725581_0.5829181782901287"
},
"directories": {}
},
"2.1.3": {
"name": "verdaccio",
"version": "2.1.3",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",
"apache-md5": "^1.1.2",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"symbol": "^0.2.1",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"bluebird": "^3.3.5",
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"eslint": "^2.9.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^2.4.5",
"nyc": "^10.1.2",
"onclick": "^0.1.0",
"rimraf": "^2.5.2",
"transition-complete": "^0.0.2",
"unopinionate": "^0.0.4"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test:coverage": "nyc --reporter=html --reporter=text mocha -R spec ./test/functional ./test/unit",
"test-travis": "eslint . && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint .",
"build-docker": "docker build -t verdaccio .",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"engines": {
"node": ">=0.10"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"gitHead": "3bd1e82b54c232b03e7eb35661fae649ecd9c684",
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
},
"homepage": "https://github.com/verdaccio/verdaccio#readme",
"_id": "verdaccio@2.1.3",
"_shasum": "0058e46b1b6a89ed5246e32ed24a2353e6292480",
"_from": ".",
"_npmVersion": "3.10.8",
"_nodeVersion": "7.0.0",
"_npmUser": {
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
"dist": {
"shasum": "0058e46b1b6a89ed5246e32ed24a2353e6292480",
"tarball": "https://registry.npmjs.org/verdaccio/-/verdaccio-2.1.3.tgz"
},
"maintainers": [
{
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
{
"name": "trentearl",
"email": "trent@trentearl.com"
}
],
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/verdaccio-2.1.3.tgz_1490817816210_0.4599343703594059"
},
"directories": {}
},
"2.1.4": {
"name": "verdaccio",
"version": "2.1.4",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",
"apache-md5": "^1.1.2",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"symbol": "^0.2.1",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"bluebird": "^3.3.5",
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"eslint": "^2.9.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^2.4.5",
"nyc": "^10.1.2",
"onclick": "^0.1.0",
"rimraf": "^2.5.2",
"transition-complete": "^0.0.2",
"unopinionate": "^0.0.4"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test:coverage": "nyc --reporter=html --reporter=text mocha -R spec ./test/functional ./test/unit",
"test-travis": "eslint . && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint .",
"build-docker": "docker build -t verdaccio .",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"engines": {
"node": ">=0.10"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"contributors": [
{
"name": "030",
"email": "chocolatey030@gmail.com"
},
{
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
{
"name": "Alex Kocharin",
"email": "rlidwka@kocharin.ru"
},
{
"name": "Alex Vernacchia",
"email": "avernacchia@exacttarget.com"
},
{
"name": "Alexander Makarenko",
"email": "estliberitas@gmail.com"
},
{
"name": "Alexandre-io",
"email": "Alexandre-io@users.noreply.github.com"
},
{
"name": "Aram Drevekenin",
"email": "grimsniffer@gmail.com"
},
{
"name": "Barthélemy Vessemont",
"email": "bvessemont@gmail.com"
},
{
"name": "Brandon Nicholls",
"email": "brandon.nicholls@gmail.com"
},
{
"name": "Brett Trotter",
"email": "brett.trotter@webfilings.com"
},
{
"name": "Brian Peacock",
"email": "bpeacock@fastfig.com"
},
{
"name": "Chad Killingsworth",
"email": "chad.killingsworth@banno.com"
},
{
"name": "Chris Breneman",
"email": "crispy@cluenet.org"
},
{
"name": "Cody Droz",
"email": "cody-geest@uiowa.edu"
},
{
"name": "Daniel Rodríguez Rivero",
"email": "rdanielo@gmail.com"
},
{
"name": "Denis Babineau",
"email": "denis.babineau@gmail.com"
},
{
"name": "Fabio Poloni",
"email": "fabio@APP-roved.com"
},
{
"name": "Facundo Chambó",
"email": "fchambo@despegar.com"
},
{
"name": "Guilherme Bernal",
"email": "dev@lbguilherme.com"
},
{
"name": "Jakub Jirutka",
"email": "jakub@jirutka.cz"
},
{
"name": "James Newell",
"email": "j.newell@nib.com.au"
},
{
"name": "Jan Vansteenkiste",
"email": "jan@vstone.eu"
},
{
"name": "Jannis Achstetter",
"email": "jannis.achstetter@schneider-electric.com"
},
{
"name": "Jeremy Moritz",
"email": "jeremy@jeremymoritz.com"
},
{
"name": "John Gozde",
"email": "johng@pandell.com"
},
{
"name": "Jon de la Motte",
"email": "jondlm@gmail.com"
},
{
"name": "Joseph Gentle",
"email": "me@josephg.com"
},
{
"name": "José De Paz",
"email": "josedepaz@users.noreply.github.com"
},
{
"name": "Juan Carlos Picado",
"email": "juan@encuestame.org"
},
{
"name": "Juan Carlos Picado",
"email": "juanpicado19@gmail.com"
},
{
"name": "Juan Picado",
"email": "juanpicado19@gmail.com"
},
{
"name": "Juan Picado @jotadeveloper",
"email": "juanpicado19@gmail.com"
},
{
"name": "Kalman Speier",
"email": "kalman.speier@gmail.com"
},
{
"name": "Keyvan Fatehi",
"email": "keyvanfatehi@gmail.com"
},
{
"name": "Kody J. Peterson",
"email": "kodypeterson@users.noreply.github.com"
},
{
"name": "Madison Grubb",
"email": "madison.grubb@itential.com"
},
{
"name": "Manuel de Brito Fontes",
"email": "aledbf@gmail.com"
},
{
"name": "Mark Doeswijk",
"email": "mark.doeswijk@marviq.com"
},
{
"name": "Michael Crowe",
"email": "michael@developrise.com"
},
{
"name": "Miguel Mejias",
"email": "miguelangelmejias@dorna.com"
},
{
"name": "Miroslav Bajtoš",
"email": "miroslav@strongloop.com"
},
{
"name": "Nate Ziarek",
"email": "natez@OSX12-L-NATEZ.local"
},
{
"name": "Nick",
"email": "nick.edelenbos@trimm.nl"
},
{
"name": "Rafael Cesar",
"email": "rafa.cesar@gmail.com"
},
{
"name": "Robert Groh",
"email": "robert.groh@medesso.de"
},
{
"name": "Robin Persson",
"email": "rprssn@gmail.com"
},
{
"name": "Romain Lai-King",
"email": "romain.laiking@opentrust.com"
},
{
"name": "Sam Day",
"email": "sday@atlassian.com"
},
{
"name": "Tarun Garg",
"email": "tarun1793@users.noreply.github.com"
},
{
"name": "Thomas Cort",
"email": "thomasc@ssimicro.com"
},
{
"name": "Tom Vincent",
"email": "git@tlvince.com"
},
{
"name": "Trent Earl",
"email": "trent@trentearl.com"
},
{
"name": "Yannick Croissant",
"email": "yannick.croissant@gmail.com"
},
{
"name": "Yannick Galatol",
"email": "ygalatol@teads.tv"
},
{
"name": "danielo515",
"email": "rdanielo@gmail.com"
},
{
"name": "jmwilkinson",
"email": "j.wilkinson@f5.com"
},
{
"name": "jotadeveloper",
"email": "juanpicado@users.noreply.github.com"
},
{
"name": "maxlaverse",
"email": "max@laverse.net"
},
{
"name": "saheba",
"email": "saheba@users.noreply.github.com"
},
{
"name": "steve-p-com",
"email": "github@steve-p.com"
},
{
"name": "trent.earl",
"email": "trent.earl@malauzai.com"
}
],
"gitHead": "e3af9f023c84a4a5056d5235eb6405549bba385c",
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
},
"homepage": "https://github.com/verdaccio/verdaccio#readme",
"_id": "verdaccio@2.1.4",
"_shasum": "350ac2c4d1652984ef7bb51b55fe83818b4bbd39",
"_from": ".",
"_npmVersion": "3.10.8",
"_nodeVersion": "7.0.0",
"_npmUser": {
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
"dist": {
"shasum": "350ac2c4d1652984ef7bb51b55fe83818b4bbd39",
"tarball": "https://registry.npmjs.org/verdaccio/-/verdaccio-2.1.4.tgz"
},
"maintainers": [
{
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
{
"name": "trentearl",
"email": "trent@trentearl.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/verdaccio-2.1.4.tgz_1492114119056_0.250107143772766"
},
"directories": {}
},
"2.1.5": {
"name": "verdaccio",
"version": "2.1.5",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",
"apache-md5": "^1.1.2",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"bluebird": "^3.3.5",
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"eslint": "^2.9.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^2.4.5",
"nyc": "^10.1.2",
"onclick": "^0.1.0",
"rimraf": "^2.5.2",
"transition-complete": "^0.0.2",
"unopinionate": "^0.0.4"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test:coverage": "nyc --reporter=html --reporter=text mocha -R spec ./test/functional ./test/unit",
"test-travis": "eslint . && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint .",
"build-docker": "docker build -t verdaccio .",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"engines": {
"node": ">=4"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"contributors": [
{
"name": "030",
"email": "chocolatey030@gmail.com"
},
{
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
{
"name": "Alex Kocharin",
"email": "rlidwka@kocharin.ru"
},
{
"name": "Alex Vernacchia",
"email": "avernacchia@exacttarget.com"
},
{
"name": "Alexander Makarenko",
"email": "estliberitas@gmail.com"
},
{
"name": "Alexandre-io",
"email": "Alexandre-io@users.noreply.github.com"
},
{
"name": "Aram Drevekenin",
"email": "grimsniffer@gmail.com"
},
{
"name": "Barthélemy Vessemont",
"email": "bvessemont@gmail.com"
},
{
"name": "Brandon Nicholls",
"email": "brandon.nicholls@gmail.com"
},
{
"name": "Bren Norris",
"email": "bnorris@enterrasolutions.com"
},
{
"name": "Brett Trotter",
"email": "brett.trotter@webfilings.com"
},
{
"name": "Brian Peacock",
"email": "bpeacock@fastfig.com"
},
{
"name": "Chad Killingsworth",
"email": "chad.killingsworth@banno.com"
},
{
"name": "Chris Breneman",
"email": "crispy@cluenet.org"
},
{
"name": "Cody Droz",
"email": "cody-geest@uiowa.edu"
},
{
"name": "Daniel Rodríguez Rivero",
"email": "rdanielo@gmail.com"
},
{
"name": "Denis Babineau",
"email": "denis.babineau@gmail.com"
},
{
"name": "Fabio Poloni",
"email": "fabio@APP-roved.com"
},
{
"name": "Facundo Chambó",
"email": "fchambo@despegar.com"
},
{
"name": "Guilherme Bernal",
"email": "dev@lbguilherme.com"
},
{
"name": "Jakub Jirutka",
"email": "jakub@jirutka.cz"
},
{
"name": "James Newell",
"email": "j.newell@nib.com.au"
},
{
"name": "Jan Vansteenkiste",
"email": "jan@vstone.eu"
},
{
"name": "Jannis Achstetter",
"email": "jannis.achstetter@schneider-electric.com"
},
{
"name": "Jeremy Moritz",
"email": "jeremy@jeremymoritz.com"
},
{
"name": "John Gozde",
"email": "johng@pandell.com"
},
{
"name": "Jon de la Motte",
"email": "jondlm@gmail.com"
},
{
"name": "Joseph Gentle",
"email": "me@josephg.com"
},
{
"name": "José De Paz",
"email": "josedepaz@users.noreply.github.com"
},
{
"name": "Juan Carlos Picado",
"email": "juan@encuestame.org"
},
{
"name": "Juan Carlos Picado",
"email": "juanpicado19@gmail.com"
},
{
"name": "Juan Picado",
"email": "juanpicado19@gmail.com"
},
{
"name": "Juan Picado @jotadeveloper",
"email": "juanpicado19@gmail.com"
},
{
"name": "Kalman Speier",
"email": "kalman.speier@gmail.com"
},
{
"name": "Keyvan Fatehi",
"email": "keyvanfatehi@gmail.com"
},
{
"name": "Kody J. Peterson",
"email": "kodypeterson@users.noreply.github.com"
},
{
"name": "Madison Grubb",
"email": "madison.grubb@itential.com"
},
{
"name": "Manuel de Brito Fontes",
"email": "aledbf@gmail.com"
},
{
"name": "Mark Doeswijk",
"email": "mark.doeswijk@marviq.com"
},
{
"name": "Michael Crowe",
"email": "michael@developrise.com"
},
{
"name": "Miguel Mejias",
"email": "miguelangelmejias@dorna.com"
},
{
"name": "Miroslav Bajtoš",
"email": "miroslav@strongloop.com"
},
{
"name": "Nate Ziarek",
"email": "natez@OSX12-L-NATEZ.local"
},
{
"name": "Nick",
"email": "nick.edelenbos@trimm.nl"
},
{
"name": "Rafael Cesar",
"email": "rafa.cesar@gmail.com"
},
{
"name": "Robert Groh",
"email": "robert.groh@medesso.de"
},
{
"name": "Robin Persson",
"email": "rprssn@gmail.com"
},
{
"name": "Romain Lai-King",
"email": "romain.laiking@opentrust.com"
},
{
"name": "Sam Day",
"email": "sday@atlassian.com"
},
{
"name": "Tarun Garg",
"email": "tarun1793@users.noreply.github.com"
},
{
"name": "Thomas Cort",
"email": "thomasc@ssimicro.com"
},
{
"name": "Tom Vincent",
"email": "git@tlvince.com"
},
{
"name": "Trent Earl",
"email": "trent@trentearl.com"
},
{
"name": "Yannick Croissant",
"email": "yannick.croissant@gmail.com"
},
{
"name": "Yannick Galatol",
"email": "ygalatol@teads.tv"
},
{
"name": "danielo515",
"email": "rdanielo@gmail.com"
},
{
"name": "jmwilkinson",
"email": "j.wilkinson@f5.com"
},
{
"name": "jotadeveloper",
"email": "juanpicado@users.noreply.github.com"
},
{
"name": "maxlaverse",
"email": "max@laverse.net"
},
{
"name": "saheba",
"email": "saheba@users.noreply.github.com"
},
{
"name": "steve-p-com",
"email": "github@steve-p.com"
},
{
"name": "trent.earl",
"email": "trent.earl@malauzai.com"
}
],
"gitHead": "896f0830006b7598d342907f68bf5eadd010bbc4",
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
},
"homepage": "https://github.com/verdaccio/verdaccio#readme",
"_id": "verdaccio@2.1.5",
"_shasum": "652f28737929109b0605a4eacdc03383c2c30f40",
"_from": ".",
"_npmVersion": "2.14.7",
"_nodeVersion": "4.2.0",
"_npmUser": {
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
"dist": {
"shasum": "652f28737929109b0605a4eacdc03383c2c30f40",
"tarball": "https://registry.npmjs.org/verdaccio/-/verdaccio-2.1.5.tgz"
},
"maintainers": [
{
"name": "jotadeveloper",
"email": "juanpicado19@gmail.com"
},
{
"name": "trentearl",
"email": "trent@trentearl.com"
}
],
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/verdaccio-2.1.5.tgz_1492852058177_0.3695373407099396"
},
"directories": {}
},
"2.1.6": {
"name": "verdaccio",
"version": "2.1.6",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio.git"
},
"main": "index.js",
"bin": {
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"JSONStream": "^1.1.1",
"apache-md5": "^1.1.2",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookies": "^0.6.1",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
"lunr": "^0.7.0",
"minimatch": "^3.0.2",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"readable-stream": "^2.1.2",
"render-readme": "^1.3.1",
"request": "^2.72.0",
"semver": "^5.1.0",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"coveralls": "^2.13.0",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"onclick": "^0.1.0",
"rimraf": "^2.5.2",
"transition-complete": "^0.0.2",
"unopinionate": "^0.0.4"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "npm run lint && mocha ./test/functional ./test/unit",
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test-travis": "npm run lint && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint .",
"build-docker": "docker build -t verdaccio .",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"engines": {
"node": ">=4.6.1"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL",
"contributors": [
{
"name": "030",
"email": "chocolatey030@gmail.com"
},
{
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
{
"name": "Alex Kocharin",
"email": "rlidwka@kocharin.ru"
},
{
"name": "Alex Vernacchia",
"email": "avernacchia@exacttarget.com"
},
{
"name": "Alexander Makarenko",
"email": "estliberitas@gmail.com"
},
{
"name": "Alexandre-io",
"email": "Alexandre-io@users.noreply.github.com"
},
{
"name": "Aram Drevekenin",
"email": "grimsniffer@gmail.com"
},
{
"name": "Barthélemy Vessemont",
"email": "bvessemont@gmail.com"
},
{
"name": "Brandon Nicholls",
"email": "brandon.nicholls@gmail.com"
},
{
"name": "Bren Norris",
"email": "bnorris@enterrasolutions.com"
},
{
"name": "Brett Trotter",
"email": "brett.trotter@webfilings.com"
},
{
"name": "Brian Peacock",
"email": "bpeacock@fastfig.com"
},
{
"name": "Chad Killingsworth",
"email": "chad.killingsworth@banno.com"
},
{
"name": "Chris Breneman",
"email": "crispy@cluenet.org"
},
{
"name": "Cody Droz",
"email": "cody-geest@uiowa.edu"
},
{
"name": "Daniel Rodríguez Rivero",
"email": "rdanielo@gmail.com"
},
{
"name": "Denis Babineau",
"email": "denis.babineau@gmail.com"
},
{
"name": "Fabio Poloni",
"email": "fabio@APP-roved.com"
},
{
"name": "Facundo Chambó",
"email": "fchambo@despegar.com"
},
{
"name": "Guilherme Bernal",
"email": "dev@lbguilherme.com"
},
{
"name": "Jakub Jirutka",
"email": "jakub@jirutka.cz"
},
{
"name": "James Newell",
"email": "j.newell@nib.com.au"
},
{
"name": "Jan Vansteenkiste",
"email": "jan@vstone.eu"
},
{
"name": "Jannis Achstetter",
"email": "jannis.achstetter@schneider-electric.com"
},
{
"name": "Jeremy Moritz",
"email": "jeremy@jeremymoritz.com"
},
{
"name": "John Gozde",
"email": "johng@pandell.com"
},
{
"name": "Jon de la Motte",
"email": "jondlm@gmail.com"
},
{
"name": "Joseph Gentle",
"email": "me@josephg.com"
},
{
"name": "José De Paz",
"email": "josedepaz@users.noreply.github.com"
},
{
"name": "Juan Carlos Picado",
"email": "juan@enc