{ "_from": "strip-indent@^4.0.0", "_id": "strip-indent@4.0.0", "_inBundle": false, "_integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", "_location": "/strip-indent", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "strip-indent@^4.0.0", "name": "strip-indent", "escapedName": "strip-indent", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/strip-indent/-/strip-indent-4.0.0.tgz", "_shasum": "b41379433dd06f5eae805e21d631e07ee670d853", "_spec": "strip-indent@^4.0.0", "_where": "/data/jenkins/workspace/front-v5-web", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/strip-indent/issues" }, "bundleDependencies": false, "dependencies": { "min-indent": "^1.0.1" }, "deprecated": false, "description": "Strip leading whitespace from each line in a string", "devDependencies": { "ava": "^3.15.0", "tsd": "^0.14.0", "xo": "^0.39.1" }, "engines": { "node": ">=12" }, "exports": "./index.js", "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/strip-indent#readme", "keywords": [ "strip", "indent", "indentation", "normalize", "remove", "delete", "whitespace", "space", "tab", "string" ], "license": "MIT", "name": "strip-indent", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/strip-indent.git" }, "scripts": { "test": "xo && ava && tsd" }, "type": "module", "version": "4.0.0" }