mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-25 23:17:08 -04:00
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "@pnpm/fs.indexed-pkg-importer",
|
|
"version": "1000.1.14",
|
|
"description": "Replicates indexed directories using hard links, copies, or cloning",
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11",
|
|
"cache",
|
|
"central storage",
|
|
"global store",
|
|
"maching store",
|
|
"packages",
|
|
"storage",
|
|
"store"
|
|
],
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/fs/indexed-pkg-importer",
|
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/fs/indexed-pkg-importer#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"start": "tsgo --watch",
|
|
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
|
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"pretest": "rimraf .tmp",
|
|
"_test": "pnpm pretest && cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsgo --build && pnpm run lint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/core-loggers": "workspace:*",
|
|
"@pnpm/graceful-fs": "workspace:*",
|
|
"@pnpm/store-controller-types": "workspace:*",
|
|
"@reflink/reflink": "catalog:",
|
|
"@zkochan/rimraf": "catalog:",
|
|
"fs-extra": "catalog:",
|
|
"make-empty-dir": "catalog:",
|
|
"p-limit": "catalog:",
|
|
"path-temp": "catalog:",
|
|
"rename-overwrite": "catalog:",
|
|
"sanitize-filename": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "catalog:",
|
|
"@pnpm/fs.indexed-pkg-importer": "workspace:*",
|
|
"@pnpm/logger": "workspace:*",
|
|
"@pnpm/prepare": "workspace:*",
|
|
"@types/fs-extra": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.13"
|
|
},
|
|
"jest": {
|
|
"preset": "@pnpm/jest-config"
|
|
}
|
|
}
|