2021-04-25 13:17:50 +02:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/fastify-migration",
|
2021-11-05 17:29:26 +01:00
|
|
|
"version": "6.0.0-6-next.16",
|
2021-04-25 13:17:50 +02:00
|
|
|
"description": "Fastify server migration package",
|
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "./build/index.d.ts",
|
|
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
|
|
|
"engines": {
|
2021-10-15 18:49:47 +02:00
|
|
|
"node": ">=14",
|
2021-04-25 13:17:50 +02:00
|
|
|
"npm": ">=6"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio",
|
|
|
|
"directory": "packages/core/streams"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-27 18:16:16 +02:00
|
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.3",
|
2021-11-05 17:29:26 +01:00
|
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.11",
|
|
|
|
"@verdaccio/auth": "workspace:6.0.0-6-next.15",
|
2021-10-27 18:16:16 +02:00
|
|
|
"@verdaccio/logger": "workspace:6.0.0-6-next.7",
|
2021-11-05 17:29:26 +01:00
|
|
|
"@verdaccio/store": "workspace:6.0.0-6-next.16",
|
|
|
|
"@verdaccio/tarball": "workspace:11.0.0-6-next.10",
|
|
|
|
"@verdaccio/utils": "workspace:6.0.0-6-next.9",
|
2021-10-31 15:00:04 +01:00
|
|
|
"@verdaccio/readme": "workspace:11.0.0-6-next.4",
|
2021-10-15 23:00:30 +02:00
|
|
|
"abortcontroller-polyfill": "1.7.3",
|
2021-09-04 14:33:45 +02:00
|
|
|
"core-js": "3.17.2",
|
2021-11-30 10:29:53 +01:00
|
|
|
"debug": "4.3.3",
|
2021-11-11 22:53:47 +01:00
|
|
|
"fastify": "3.23.1",
|
2021-10-15 23:00:30 +02:00
|
|
|
"fastify-plugin": "3.0.0",
|
2021-10-26 22:03:06 +02:00
|
|
|
"lodash": "4.17.21",
|
2021-10-15 23:00:30 +02:00
|
|
|
"semver": "7.3.5"
|
2021-04-25 13:17:50 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-01 21:55:03 +01:00
|
|
|
"@types/node": "16.11.11",
|
2021-10-15 23:13:06 +02:00
|
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.9",
|
2021-08-30 08:19:08 +02:00
|
|
|
"ts-node": "10.2.1"
|
2021-04-25 13:17:50 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
|
|
|
"type-check": "tsc --noEmit -p tsconfig.build.json",
|
|
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
|
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
|
|
|
"watch": "pnpm build:js -- --watch",
|
2021-05-22 06:56:37 +02:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types",
|
|
|
|
"start": "ts-node debug/index.ts"
|
2021-04-25 13:17:50 +02:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
}
|
|
|
|
}
|