2020-08-19 13:27:35 -05:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/local-storage",
|
2024-12-15 03:43:25 -05:00
|
|
|
"version": "13.0.0-next-8.6",
|
2020-08-19 13:27:35 -05:00
|
|
|
"description": "Local storage implementation",
|
|
|
|
"keywords": [
|
2021-02-11 11:51:53 -05:00
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
2020-08-19 13:27:35 -05:00
|
|
|
],
|
|
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
|
|
|
"repository": {
|
2021-02-11 11:51:53 -05:00
|
|
|
"type": "https",
|
2020-09-07 00:07:05 -05:00
|
|
|
"url": "https://github.com/verdaccio/verdaccio",
|
|
|
|
"directory": "packages/core/local-storage"
|
2020-08-19 13:27:35 -05:00
|
|
|
},
|
|
|
|
"bugs": {
|
2020-09-07 00:07:05 -05:00
|
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
2020-08-19 13:27:35 -05:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "./build/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"build/"
|
|
|
|
],
|
|
|
|
"engines": {
|
2023-10-07 09:23:04 -05:00
|
|
|
"node": ">=18"
|
2020-08-19 13:27:35 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-15 03:43:25 -05:00
|
|
|
"@verdaccio/core": "workspace:8.0.0-next-8.6",
|
2024-11-14 13:55:45 -05:00
|
|
|
"@verdaccio/file-locking": "workspace:13.0.0-next-8.2",
|
2024-12-15 03:43:25 -05:00
|
|
|
"@verdaccio/utils": "workspace:8.1.0-next-8.6",
|
2024-08-03 07:14:15 -05:00
|
|
|
"core-js": "3.37.1",
|
2024-12-15 09:15:09 -05:00
|
|
|
"debug": "4.4.0",
|
2022-01-09 15:17:29 -05:00
|
|
|
"globby": "11.1.0",
|
2021-09-08 12:06:37 -05:00
|
|
|
"lockfile": "1.0.4",
|
2021-08-30 01:19:08 -05:00
|
|
|
"lodash": "4.17.21",
|
2021-09-08 12:06:37 -05:00
|
|
|
"lowdb": "1.0.0",
|
2023-10-07 09:23:04 -05:00
|
|
|
"lru-cache": "7.18.3",
|
|
|
|
"sanitize-filename": "1.6.3"
|
2020-08-19 13:27:35 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-07 09:23:04 -05:00
|
|
|
"@types/minimatch": "5.1.2",
|
2024-12-15 03:43:25 -05:00
|
|
|
"@verdaccio/config": "workspace:8.0.0-next-8.6",
|
|
|
|
"@verdaccio/logger": "workspace:8.0.0-next-8.6",
|
2024-12-11 16:13:46 -05:00
|
|
|
"@verdaccio/test-helper": "workspace:4.0.0-next-8.2",
|
|
|
|
"@verdaccio/types": "workspace:13.0.0-next-8.2",
|
2024-08-02 10:51:12 -05:00
|
|
|
"minimatch": "9.0.5"
|
2020-08-19 13:27:35 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
2024-08-04 13:17:02 -05:00
|
|
|
"test": "vitest run",
|
2020-09-07 00:07:05 -05:00
|
|
|
"type-check": "tsc --noEmit -p tsconfig.build.json",
|
|
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
2020-08-19 13:27:35 -05:00
|
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
2020-12-22 15:16:11 -05:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
2020-08-19 13:27:35 -05:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
}
|
|
|
|
}
|