Files
Arbitrate-FrontendH5/node_modules/strip-indent/package.json
T

78 lines
1.7 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"strip-indent@2.0.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "strip-indent@2.0.0",
"_id": "strip-indent@2.0.0",
"_inBundle": false,
"_integrity": "sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==",
"_location": "/strip-indent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "strip-indent@2.0.0",
"name": "strip-indent",
"escapedName": "strip-indent",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/yorkie"
],
"_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
2024-01-18 10:46:33 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
2024-04-08 16:23:29 +08:00
"bugs": {
"url": "https://github.com/sindresorhus/strip-indent/issues"
},
"description": "Strip leading whitespace from each line in a string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
2024-01-18 10:46:33 +08:00
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/sindresorhus/strip-indent#readme",
2024-01-18 10:46:33 +08:00
"keywords": [
"strip",
"indent",
"indentation",
"normalize",
"remove",
"delete",
"whitespace",
"space",
"tab",
"string",
"str"
],
2024-04-08 16:23:29 +08:00
"license": "MIT",
"name": "strip-indent",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-indent.git"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0",
2024-01-18 10:46:33 +08:00
"xo": {
"esnext": true
}
}