@zkochan/pnpm
Version:
Fast, disk space efficient package manager
149 lines (148 loc) • 8.31 kB
JSON
{
"_args": [
[
{
"raw": "months@^1.0.0",
"scope": null,
"escapedName": "months",
"name": "months",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/home/zkochan/src/pnpm/packages/pnpm/node_modules/formatoid"
]
],
"_from": "months@>=1.0.0 <2.0.0",
"_id": "months@1.2.0",
"_inCache": true,
"_location": "/months",
"_nodeVersion": "7.7.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/months-1.2.0.tgz_1499741954530_0.8116088521201164"
},
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "5.2.0",
"_phantomChildren": {},
"_requested": {
"raw": "months@^1.0.0",
"scope": null,
"escapedName": "months",
"name": "months",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/formatoid"
],
"_resolved": "https://registry.npmjs.org/months/-/months-1.2.0.tgz",
"_shasum": "beef54873960334abe0b03f6b38db8adb44a13ac",
"_shrinkwrap": null,
"_spec": "months@^1.0.0",
"_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/formatoid",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/datetime/months/issues"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Federico Vitale",
"url": "https://rawnly.com"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Mihail Gaberov",
"url": "http://mihail-gaberov.eu"
}
],
"dependencies": {},
"description": "Months of the year.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2"
},
"directories": {},
"dist": {
"integrity": "sha512-zFM7hUpziSYGk2DNObYGWgHdRRxAOgjl8CC1Rbl50p/q0rGDsREfk0nbxxmSIquVi/lEAuUY8nwbwkZ8biNCOQ==",
"shasum": "beef54873960334abe0b03f6b38db8adb44a13ac",
"tarball": "https://registry.npmjs.org/months/-/months-1.2.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "2e38e11f9e655bc9dfd6750bb8b2c64918805131",
"homepage": "https://github.com/datetime/months",
"keywords": [
"calendar",
"date",
"month",
"months"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
},
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "months",
"optionalDependencies": {},
"readme": "# months [](https://www.npmjs.com/package/months) [](https://npmjs.org/package/months) [](https://npmjs.org/package/months) [](https://travis-ci.org/datetime/months)\n\n> Months of the year.\n\n- [Install](#install)\n- [Usage](#usage)\n- [About](#about)\n\n_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save months\n```\n\n## Usage\n\n```js\nvar months = require('months');\n\nconsole.log(months);\n//=> ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']\n\nconsole.log(months.abbr);\n//=> ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']\n\nconsole.log(months.it);\n//=> [ 'Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre' ]\n\nconsole.log(months.abbr.it);\n//=> [ 'Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic' ]\n\nconsole.log(months.de);\n//=> [ 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember']\n\nconsole.log(months.abbr.de);\n//=> [ 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ]\n```\n\n## About\n\n### Related projects\n\n* [days](https://www.npmjs.com/package/days): Days of the week. | [homepage](https://github.com/jonschlinkert/days \"Days of the week.\")\n* [nanoseconds](https://www.npmjs.com/package/nanoseconds): Convert the process.hrtime array to a single nanoseconds value. | [homepage](https://github.com/jonschlinkert/nanoseconds \"Convert the process.hrtime array to a single nanoseconds value.\")\n* [o-clock](https://www.npmjs.com/package/o-clock): Simple javascript utility for displaying the time in 12-hour clock format. | [homepage](https://github.com/jonschlinkert/o-clock \"Simple javascript utility for displaying the time in 12-hour clock format.\")\n* [pretty-time](https://www.npmjs.com/package/pretty-time): Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds. | [homepage](https://github.com/jonschlinkert/pretty-time \"Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.\")\n* [seconds](https://www.npmjs.com/package/seconds): Get the number of seconds for a minute, hour, day and week. | [homepage](https://github.com/jonschlinkert/seconds \"Get the number of seconds for a minute, hour, day and week.\")\n* [time-stamp](https://www.npmjs.com/package/time-stamp): Get a formatted timestamp. | [homepage](https://github.com/jonschlinkert/time-stamp \"Get a formatted timestamp.\")\n* [week](https://www.npmjs.com/package/week): Get the current week number. | [homepage](https://github.com/datetime/week \"Get the current week number.\")\n* [year](https://www.npmjs.com/package/year): Simple utility to get the current year with 2 or 4 digits. | [homepage](https://github.com/jonschlinkert/year \"Simple utility to get the current year with 2 or 4 digits.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor** | \n| --- | --- |\n| 12 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 6 | [doowb](https://github.com/doowb) |\n| 4 | [mihailgaberov](https://github.com/mihailgaberov) |\n| 3 | [Rawnly](https://github.com/Rawnly) |\n\n### Building docs\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n### Running tests\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 10, 2017._",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/datetime/months.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": true,
"related": {
"list": [
"days",
"nanoseconds",
"o-clock",
"pretty-time",
"seconds",
"time-stamp",
"week",
"year"
]
},
"layout": "default",
"plugins": [
"gulp-format-md"
],
"tasks": [
"readme"
],
"lint": {
"reflinks": true
}
},
"version": "1.2.0"
}