mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
78 lines
1.7 KiB
JSON
78 lines
1.7 KiB
JSON
{
|
|
"name": "word-wrap",
|
|
"description": "Wrap words to a specified length.",
|
|
"version": "1.2.5",
|
|
"homepage": "https://github.com/jonschlinkert/word-wrap",
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
|
"contributors": [
|
|
"Danilo Sampaio <danilo.sampaio@gmail.com> (localhost:8080)",
|
|
"Fede Ramirez <i@2fd.me> (https://2fd.github.io)",
|
|
"Joe Hildebrand <joe-github@cursive.net> (https://twitter.com/hildjj)",
|
|
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
|
|
"Todd Kennedy (https://tck.io)",
|
|
"Waldemar Reusch (https://github.com/lordvlad)",
|
|
"Wolfgang Faust (http://www.linestarve.com)",
|
|
"Zach Hale <zachhale@gmail.com> (http://zachhale.com)"
|
|
],
|
|
"repository": "jonschlinkert/word-wrap",
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/word-wrap/issues"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-format-md": "^0.1.11",
|
|
"mocha": "^3.2.0"
|
|
},
|
|
"keywords": [
|
|
"break",
|
|
"carriage",
|
|
"line",
|
|
"new-line",
|
|
"newline",
|
|
"return",
|
|
"soft",
|
|
"text",
|
|
"word",
|
|
"word-wrap",
|
|
"words",
|
|
"wrap"
|
|
],
|
|
"typings": "index.d.ts",
|
|
"verb": {
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"related": {
|
|
"list": [
|
|
"common-words",
|
|
"shuffle-words",
|
|
"unique-words",
|
|
"wordcount"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"verb",
|
|
"verb-generate-readme"
|
|
]
|
|
}
|
|
}
|