Files
ai-llm-red-team-handbook/node_modules/npmi/package.json
T
2026-01-23 15:09:56 +01:00

30 lines
630 B
JSON

{
"name": "npmi",
"version": "1.0.1",
"description": "Gives a simplier API to npm install (programatically installs stuffs)",
"main": "npmi.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/maxleiko/npmi.git"
},
"keywords": [
"npm",
"install",
"api",
"programatically"
],
"author": "Maxime Tricoire <max.tricoire@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxleiko/npmi/issues"
},
"homepage": "https://github.com/maxleiko/npmi",
"dependencies": {
"npm": "^2.1.12",
"semver": "^4.1.0"
}
}