npm-fetch-meta-data
Version:
Fetch metadata about any NPM package
37 lines (36 loc) • 750 B
JSON
{
"name": "npm-fetch-meta-data",
"version": "1.0.4",
"description": "Fetch metadata about any NPM package",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesskyoung/npm-fetch-meta-data.git"
},
"keywords": [
"NPM",
"FETCH",
"METADATA",
"META-DATA",
"DATA",
"ABOUT"
],
"author": "James Young",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamesskyoung/npm-fetch-meta-data/issues"
},
"homepage": "https://github.com/jamesskyoung/npm-fetch-meta-data#readme",
"devDependencies": {
"jest": "^25.4.0"
},
"dependencies": {
"axios": "^0.19.2"
},
"jest": {
"testEnvironment": "node"
}
}