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

74 lines
1.6 KiB
JSON

{
"_args": [
[
"min-indent@1.0.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "min-indent@1.0.0",
"_id": "min-indent@1.0.0",
"_inBundle": false,
"_integrity": "sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY=",
"_location": "/min-indent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "min-indent@1.0.0",
"name": "min-indent",
"escapedName": "min-indent",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/strip-indent"
],
"_resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "James Kyle",
"email": "me@thejameskyle.com",
"url": "thejameskyle.com"
},
"bugs": {
"url": "https://github.com/thejameskyle/min-indent/issues"
},
"description": "Get the shortest leading whitespace from lines in a string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/thejameskyle/min-indent#readme",
"keywords": [
"indent",
"indentation",
"normalize",
"whitespace",
"space",
"tab",
"string",
"str",
"min",
"minimum"
],
"license": "MIT",
"main": "index.js",
"name": "min-indent",
"repository": {
"type": "git",
"url": "git+https://github.com/thejameskyle/min-indent.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}