mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-28 13:50:53 +02:00
30 lines
630 B
JSON
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"
|
|
}
|
|
}
|