80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"redent@3.0.0",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_from": "redent@3.0.0",
|
|
"_id": "redent@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
|
|
"_location": "/redent",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "redent@3.0.0",
|
|
"name": "redent",
|
|
"escapedName": "redent",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@testing-library/jest-dom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/redent/issues"
|
|
},
|
|
"dependencies": {
|
|
"indent-string": "^4.0.0",
|
|
"strip-indent": "^3.0.0"
|
|
},
|
|
"description": "Strip redundant indentation and indent the string",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/redent#readme",
|
|
"keywords": [
|
|
"string",
|
|
"strip",
|
|
"trim",
|
|
"indent",
|
|
"indentation",
|
|
"add",
|
|
"reindent",
|
|
"normalize",
|
|
"remove",
|
|
"whitespace",
|
|
"space"
|
|
],
|
|
"license": "MIT",
|
|
"name": "redent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/redent.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|