Files
RoboCommander/node_modules/npm-bundled/package.json

21 lines
526 B
JSON
Raw Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "npm-bundled",
"version": "1.0.5",
"description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-bundled.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"devDependencies": {
"mkdirp": "^0.5.1",
"mutate-fs": "^1.1.0",
"rimraf": "^2.6.1",
"tap": "^12.0.1"
},
"files": [
"index.js"
]
}