Files
ChineseBQB/node_modules/titlecase/package.json
2019-07-20 20:37:38 +08:00

58 lines
1.3 KiB
JSON

{
"_args": [
[
"titlecase@1.1.3",
"/Users/lijianzhao/github/ChineseBQB"
]
],
"_from": "titlecase@1.1.3",
"_id": "titlecase@1.1.3",
"_inBundle": false,
"_integrity": "sha1-/G1l/1grBgJBB2jvGgm3BQYxPcM=",
"_location": "/titlecase",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "titlecase@1.1.3",
"name": "titlecase",
"escapedName": "titlecase",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/hexo"
],
"_resolved": "https://registry.npm.taobao.org/titlecase/download/titlecase-1.1.3.tgz",
"_spec": "1.1.3",
"_where": "/Users/lijianzhao/github/ChineseBQB",
"author": {
"name": "Rod Vagg",
"email": "rod@vagg.org"
},
"bin": {
"to-title-case": "./bin.js"
},
"bugs": {
"url": "https://github.com/rvagg/titlecase/issues"
},
"description": "Intelligently converting strings to title case (an enhanced fork of David Gouch's library)",
"homepage": "https://github.com/rvagg/titlecase#readme",
"keywords": [
"title-case",
"title",
"case",
"gouch",
"to-title-case"
],
"license": "MIT",
"main": "to-title-case.js",
"name": "titlecase",
"repository": {
"type": "git",
"url": "git://github.com/rvagg/titlecase.git"
},
"version": "1.1.3"
}