12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@lerna/npm-conf",
- "version": "4.0.0",
- "description": "Vendored npm-conf with updates",
- "keywords": [
- "lerna",
- "npm",
- "config"
- ],
- "homepage": "https://github.com/lerna/lerna/tree/master/utils/npm-conf#readme",
- "license": "MIT",
- "author": {
- "name": "Daniel Stockman",
- "url": "https://github.com/evocateur"
- },
- "main": "lib/npm-conf.js",
- "directories": {
- "lib": "lib",
- "test": "__tests__"
- },
- "files": [
- "lib"
- ],
- "engines": {
- "node": ">= 10.18.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lerna/lerna.git",
- "directory": "utils/npm-conf"
- },
- "scripts": {
- "test": "echo \"Error: run tests from root\" && exit 1"
- },
- "dependencies": {
- "config-chain": "^1.1.12",
- "pify": "^5.0.0"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|