2020-08-19 20:27:35 +02:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/local-storage",
|
2022-09-04 11:56:23 +02:00
|
|
|
"version": "11.0.0-6-next.17",
|
2020-08-19 20:27:35 +02:00
|
|
|
"description": "Local storage implementation",
|
|
|
|
"keywords": [
|
2021-02-11 17:51:53 +01:00
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
2020-08-19 20:27:35 +02:00
|
|
|
],
|
|
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
|
|
|
"repository": {
|
2021-02-11 17:51:53 +01:00
|
|
|
"type": "https",
|
2020-09-07 07:07:05 +02:00
|
|
|
"url": "https://github.com/verdaccio/verdaccio",
|
|
|
|
"directory": "packages/core/local-storage"
|
2020-08-19 20:27:35 +02:00
|
|
|
},
|
|
|
|
"bugs": {
|
2020-09-07 07:07:05 +02:00
|
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
2020-08-19 20:27:35 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "./build/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"build/"
|
|
|
|
],
|
|
|
|
"engines": {
|
2021-09-08 19:06:37 +02:00
|
|
|
"node": ">=14",
|
|
|
|
"npm": ">=7"
|
2020-08-19 20:27:35 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-09-04 11:56:23 +02:00
|
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.47",
|
2022-08-28 13:32:17 +02:00
|
|
|
"@verdaccio/file-locking": "workspace:11.0.0-6-next.6",
|
2022-09-04 11:56:23 +02:00
|
|
|
"@verdaccio/utils": "workspace:6.0.0-6-next.15",
|
2022-09-11 18:26:14 +02:00
|
|
|
"core-js": "3.25.1",
|
2022-08-08 08:55:41 +02:00
|
|
|
"debug": "4.3.4",
|
2022-01-09 21:17:29 +01:00
|
|
|
"globby": "11.1.0",
|
2021-09-08 19:06:37 +02:00
|
|
|
"lockfile": "1.0.4",
|
2021-12-12 18:00:19 +01:00
|
|
|
"sanitize-filename": "1.6.3",
|
2021-08-30 08:19:08 +02:00
|
|
|
"lodash": "4.17.21",
|
2021-09-08 19:06:37 +02:00
|
|
|
"lowdb": "1.0.0",
|
|
|
|
"lru-cache": "6.0.0"
|
2020-08-19 20:27:35 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-30 08:19:08 +02:00
|
|
|
"@types/minimatch": "3.0.5",
|
2022-09-02 20:52:37 +02:00
|
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.16",
|
2022-09-04 11:56:23 +02:00
|
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.47",
|
|
|
|
"@verdaccio/logger": "workspace:6.0.0-6-next.15",
|
2022-09-02 20:52:37 +02:00
|
|
|
"@verdaccio/test-helper": "workspace:1.1.0-6-next.4",
|
2022-08-08 08:55:41 +02:00
|
|
|
"minimatch": "3.1.2"
|
2020-08-19 20:27:35 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
2022-07-29 20:51:45 +02:00
|
|
|
"test": "jest",
|
2020-09-07 07:07:05 +02:00
|
|
|
"type-check": "tsc --noEmit -p tsconfig.build.json",
|
|
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
2020-08-19 20:27:35 +02:00
|
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
2020-12-22 21:16:11 +01:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
2020-08-19 20:27:35 +02:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
}
|
|
|
|
}
|