123 lines
4.8 KiB
JSON
123 lines
4.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "center-align@^0.1.1",
|
|
"scope": null,
|
|
"escapedName": "center-align",
|
|
"name": "center-align",
|
|
"rawSpec": "^0.1.1",
|
|
"spec": ">=0.1.1 <0.2.0",
|
|
"type": "range"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/handlebars/node_modules/cliui"
|
|
]
|
|
],
|
|
"_from": "center-align@>=0.1.1 <0.2.0",
|
|
"_id": "center-align@0.1.3",
|
|
"_inCache": true,
|
|
"_location": "/center-align",
|
|
"_nodeVersion": "5.3.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-9-west.internal.npmjs.com",
|
|
"tmp": "tmp/center-align-0.1.3.tgz_1454366538829_0.9471865000668913"
|
|
},
|
|
"_npmUser": {
|
|
"name": "jonschlinkert",
|
|
"email": "github@sellside.com"
|
|
},
|
|
"_npmVersion": "3.3.12",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "center-align@^0.1.1",
|
|
"scope": null,
|
|
"escapedName": "center-align",
|
|
"name": "center-align",
|
|
"rawSpec": "^0.1.1",
|
|
"spec": ">=0.1.1 <0.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/handlebars/cliui"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
|
|
"_shasum": "aa0d32629b6ee972200411cbd4461c907bc2b7ad",
|
|
"_shrinkwrap": null,
|
|
"_spec": "center-align@^0.1.1",
|
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/handlebars/node_modules/cliui",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/center-align/issues"
|
|
},
|
|
"dependencies": {
|
|
"align-text": "^0.1.3",
|
|
"lazy-cache": "^1.0.3"
|
|
},
|
|
"description": "Center-align the text in a string.",
|
|
"devDependencies": {
|
|
"mocha": "^2.2.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "aa0d32629b6ee972200411cbd4461c907bc2b7ad",
|
|
"tarball": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"gitHead": "5c5fab5012fceaa3e21a00162958c0ed11109419",
|
|
"homepage": "https://github.com/jonschlinkert/center-align",
|
|
"keywords": [
|
|
"align",
|
|
"align-center",
|
|
"center",
|
|
"center-align",
|
|
"right",
|
|
"right-align",
|
|
"text",
|
|
"typography"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "doowb",
|
|
"email": "brian.woodward@gmail.com"
|
|
},
|
|
{
|
|
"name": "jonschlinkert",
|
|
"email": "github@sellside.com"
|
|
}
|
|
],
|
|
"name": "center-align",
|
|
"optionalDependencies": {},
|
|
"readme": "# center-align [![NPM version](https://badge.fury.io/js/center-align.svg)](http://badge.fury.io/js/center-align)\n\n> Center-align the text in a string.\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i center-align --save\n```\n\n## Usage\n\n```js\nvar centerAlign = require('center-align');\n```\n\n**Example**\n\nIf used on the following:\n\n```\nLorem ipsum dolor sit amet,\nconsectetur adipiscing\nelit, sed do eiusmod tempor incididunt\nut labore et dolore\nmagna aliqua. Ut enim ad minim\nveniam, quis\n```\n\nThe result would be:\n\n```\n Lorem ipsum dolor sit amet,\n consectetur adipiscing\nelit, sed do eiusmod tempor incididunt\n ut labore et dolore\n magna aliqua. Ut enim ad minim\n veniam, quis\n```\n\n## Related projects\n\n* [align-text](https://www.npmjs.com/package/align-text): Align the text in a string. | [homepage](https://github.com/jonschlinkert/align-text)\n* [justified](https://www.npmjs.com/package/justified): Wrap words to a specified length and justified the text. | [homepage](https://github.com/jonschlinkert/justified)\n* [right-align](https://www.npmjs.com/package/right-align): Right-align the text in a string. | [homepage](https://github.com/jonschlinkert/right-align)\n* [word-wrap](https://www.npmjs.com/package/word-wrap): Wrap words to a specified length. | [homepage](https://github.com/jonschlinkert/word-wrap)\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d && npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/center-align/issues/new).\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 27, 2015._",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/center-align.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"description": "",
|
|
"list": [
|
|
"align-text",
|
|
"right-align",
|
|
"justified",
|
|
"word-wrap"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.1.3"
|
|
}
|