You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

92 lines
2.4 KiB

{
"_args": [
[
"npm-registry-fetch@11.0.0",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "npm-registry-fetch@11.0.0",
"_id": "npm-registry-fetch@11.0.0",
"_inBundle": false,
"_integrity": "sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==",
"_location": "/npm-registry-fetch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "npm-registry-fetch@11.0.0",
"name": "npm-registry-fetch",
"escapedName": "npm-registry-fetch",
"rawSpec": "11.0.0",
"saveSpec": null,
"fetchSpec": "11.0.0"
},
"_requiredBy": [
"/pacote"
],
"_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-11.0.0.tgz",
"_spec": "11.0.0",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
},
"bugs": {
"url": "https://github.com/npm/npm-registry-fetch/issues"
},
"dependencies": {
"make-fetch-happen": "^9.0.1",
"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"
},
"description": "Fetch-based http client for use with npm registry APIs",
"devDependencies": {
"@npmcli/lint": "^1.0.1",
"cacache": "^15.0.0",
"nock": "^13.1.0",
"npmlog": "^4.1.2",
"require-inject": "^1.4.4",
"ssri": "^8.0.0",
"tap": "^15.0.4"
},
"engines": {
"node": ">=10"
},
"files": [
"*.js"
],
"homepage": "https://github.com/npm/npm-registry-fetch#readme",
"keywords": [
"npm",
"registry",
"fetch"
],
"license": "ISC",
"main": "index.js",
"name": "npm-registry-fetch",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-registry-fetch.git"
},
"scripts": {
"eslint": "eslint",
"lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
"lintfix": "npm run lint -- --fix",
"npmclilint": "npmcli-lint",
"postsnap": "npm run lintfix --",
"posttest": "npm run lint --",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"check-coverage": true,
"test-ignore": "test[\\\\/](util|cache)[\\\\/]"
},
"version": "11.0.0"
}