basant307/AI_Governance_Project
048
1{2 "name": "registry-url",3 "version": "6.0.1",4 "description": "Get the set npm registry URL",5 "license": "MIT",6 "repository": "sindresorhus/registry-url",7 "funding": "https://github.com/sponsors/sindresorhus",8 "author": {9 "name": "Sindre Sorhus",10 "email": "sindresorhus@gmail.com",11 "url": "https://sindresorhus.com"12 },13 "type": "module",14 "exports": "./index.js",15 "engines": {16 "node": ">=12"17 },18 "scripts": {19 "test": "xo && ava && tsd"20 },21 "files": [22 "index.js",23 "index.d.ts"24 ],25 "keywords": [26 "npm",27 "conf",28 "config",29 "npmconf",30 "registry",31 "url",32 "uri",33 "scope"34 ],35 "dependencies": {36 "rc": "1.2.8"37 },38 "devDependencies": {39 "ava": "^3.15.0",40 "tsd": "^0.14.0",41 "xo": "^0.38.2"42 },43 "ava": {44 "serial": true45 }46}47 