12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "libnpmaccess",
- "version": "4.0.3",
- "description": "programmatic library for `npm access` commands",
- "author": "Kat Marchán <kzm@sykosomatic.org>",
- "license": "ISC",
- "scripts": {
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --follow-tags",
- "lint": "standard",
- "test": "tap"
- },
- "devDependencies": {
- "nock": "^12.0.1",
- "standard": "^14.3.0",
- "tap": "^14.11.0"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/npm/libnpmaccess.git"
- },
- "bugs": "https://github.com/npm/libnpmaccess/issues",
- "homepage": "https://npmjs.com/package/libnpmaccess",
- "dependencies": {
- "aproba": "^2.0.0",
- "minipass": "^3.1.1",
- "npm-package-arg": "^8.1.2",
- "npm-registry-fetch": "^11.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "tap": {
- "check-coverage": true
- }
- }
|