frontend/.pnpm-store/v3/files/ce/c48184565975f37c7f70296e952e41c33d4464d22f0ad115f47cd01d142053ddcb94fbef331fecfa2a3506e31c361fc580dcb9749a3042beeff0a787c8e571

41 lines
777 B
Plaintext

{
"name": "@pnpm/npm-conf",
"version": "2.1.0",
"description": "Get the npm config",
"license": "MIT",
"repository": "pnpm/npm-conf",
"engines": {
"node": ">=12"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"conf",
"config",
"global",
"npm",
"path",
"prefix",
"rc"
],
"dependencies": {
"@pnpm/config.env-replace": "^1.0.0",
"@pnpm/network.ca-file": "^1.0.1",
"config-chain": "^1.1.11"
},
"devDependencies": {
"@types/node": "^14.0.14",
"babel-generator": "^6.24.1",
"babel-traverse": "^6.24.1",
"babylon": "^6.17.1",
"eslint-import-resolver-node": "^0.3.2",
"jest": "^25.1.0",
"npm": "^5.0.4",
"typescript": "^3.9.6"
},
"scripts": {
"test": "jest"
}
}