123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "_from": "titlecase@^1.1.2",
- "_id": "titlecase@1.1.3",
- "_inBundle": false,
- "_integrity": "sha512-pQX4oiemzjBEELPqgK4WE+q0yhAqjp/yzusGtlSJsOuiDys0RQxggepYmo0BuegIDppYS3b3cpdegRwkpyN3hw==",
- "_location": "/titlecase",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "titlecase@^1.1.2",
- "name": "titlecase",
- "escapedName": "titlecase",
- "rawSpec": "^1.1.2",
- "saveSpec": null,
- "fetchSpec": "^1.1.2"
- },
- "_requiredBy": [
- "/hexo"
- ],
- "_resolved": "https://registry.npmmirror.com/titlecase/-/titlecase-1.1.3.tgz",
- "_shasum": "fc6d65ff582b0602410768ef1a09b70506313dc3",
- "_spec": "titlecase@^1.1.2",
- "_where": "/var/www/AfterAales/node_modules/hexo",
- "author": {
- "name": "Rod Vagg",
- "email": "rod@vagg.org"
- },
- "bin": {
- "to-title-case": "bin.js"
- },
- "bugs": {
- "url": "https://github.com/rvagg/titlecase/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- }
|