Gazebo_simulation-Frontend/node_modules/clean/package.json
2020-12-22 09:59:14 -05:00

67 lines
1.5 KiB
JSON

{
"_args": [
[
"clean@4.0.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "clean@4.0.2",
"_id": "clean@4.0.2",
"_inBundle": false,
"_integrity": "sha1-yfAW9wonzB8aOfypW1BAR+S28VM=",
"_location": "/clean",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "clean@4.0.2",
"name": "clean",
"escapedName": "clean",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/clean/-/clean-4.0.2.tgz",
"_spec": "4.0.2",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Kael"
},
"bugs": {
"url": "https://github.com/kaelzhang/node-clean/issues"
},
"dependencies": {
"async": "^0.9.0",
"minimist": "^1.1.0",
"mix2": "^1.0.0",
"skema": "^1.0.0"
},
"description": "clean parses and sanitize argv for node, supporting fully extendable types, shorthands, validatiors and setters.",
"devDependencies": {
"chai": "~1.8.0",
"mocha": "~1.13.0"
},
"homepage": "https://github.com/kaelzhang/node-clean#readme",
"keywords": [
"argv",
"parser",
"argument-vector",
"cleaner",
"simple"
],
"license": "MIT",
"main": "index.js",
"name": "clean",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kaelzhang/node-clean.git"
},
"scripts": {
"test": "mocha --reporter spec ./test/*.js"
},
"version": "4.0.2"
}