UNPKG

npm

Version:

a package manager for JavaScript

64 lines (63 loc) 1.55 kB
{ "name": "npm-registry-fetch", "version": "9.0.0", "description": "Fetch-based http client for use with npm registry APIs", "main": "index.js", "files": [ "*.js" ], "scripts": { "eslint": "eslint", "lint": "npm run eslint -- *.js test/*.js", "lintfix": "npm run lint -- --fix", "prepublishOnly": "git push origin --follow-tags", "preversion": "npm test", "postversion": "npm publish", "test": "tap", "posttest": "npm run lint" }, "repository": "https://github.com/npm/npm-registry-fetch", "keywords": [ "npm", "registry", "fetch" ], "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org", "twitter": "maybekatz" }, "license": "ISC", "dependencies": { "@npmcli/ci-detect": "^1.0.0", "lru-cache": "^6.0.0", "make-fetch-happen": "^8.0.9", "minipass": "^3.1.3", "minipass-fetch": "^1.3.0", "minipass-json-stream": "^1.0.1", "minizlib": "^2.0.0", "npm-package-arg": "^8.0.0" }, "devDependencies": { "cacache": "^15.0.0", "eslint": "^6.8.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "mkdirp": "^0.5.1", "nock": "^11.7.0", "npmlog": "^4.1.2", "require-inject": "^1.4.4", "rimraf": "^2.6.2", "ssri": "^8.0.0", "tap": "^14.10.7" }, "tap": { "check-coverage": true, "test-ignore": "test[\\\\/](util|cache)[\\\\/]" }, "engines": { "node": ">=10" } }