UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

149 lines (148 loc) 5.88 kB
{ "_args": [ [ { "raw": "days@^1.0.1", "scope": null, "escapedName": "days", "name": "days", "rawSpec": "^1.0.1", "spec": ">=1.0.1 <2.0.0", "type": "range" }, "/home/zkochan/src/pnpm/packages/pnpm/node_modules/formatoid" ] ], "_from": "days@>=1.0.1 <2.0.0", "_id": "days@1.1.1", "_inCache": true, "_location": "/days", "_nodeVersion": "7.7.3", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/days-1.1.1.tgz_1498814833267_0.2843319717794657" }, "_npmUser": { "name": "jonschlinkert", "email": "github@sellside.com" }, "_npmVersion": "5.0.4", "_phantomChildren": {}, "_requested": { "raw": "days@^1.0.1", "scope": null, "escapedName": "days", "name": "days", "rawSpec": "^1.0.1", "spec": ">=1.0.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/formatoid" ], "_resolved": "https://registry.npmjs.org/days/-/days-1.1.1.tgz", "_shasum": "b039d1e5ad5335ca689401855546f02d4cfcb362", "_shrinkwrap": null, "_spec": "days@^1.0.1", "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/formatoid", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/days/issues" }, "contributors": [ { "name": "Daniel Salgado Población", "url": "http://danielsalgado.com/wordpress35" }, { "name": "Federico Vitale", "url": "https://rawnly.com" }, { "name": "Jon Schlinkert", "url": "http://twitter.com/jonschlinkert" }, { "name": "Sebastien MEIFFREN", "url": "http://www.commande-online.fr" } ], "dependencies": {}, "description": "Days of the week.", "devDependencies": { "gulp-format-md": "^0.1.11" }, "directories": {}, "dist": { "integrity": "sha512-vzeIwVsEIyA35GH4+mPd4hjVDNI87wYANyZFs0BHjBr5kIBH5zEl7LfD6Wr4SFZca4D3CU9IH1w4DuZLlXzKRw==", "shasum": "b039d1e5ad5335ca689401855546f02d4cfcb362", "tarball": "https://registry.npmjs.org/days/-/days-1.1.1.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "402266a3c4d1e7da794a103590d067f1aebf4a80", "homepage": "https://github.com/jonschlinkert/days", "keywords": [ "calendar", "date", "day", "days", "duration", "friday", "monday", "now", "saturday", "sunday", "thursday", "time", "timespan", "tuesday", "wednesday", "week", "weekday" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "jonschlinkert", "email": "github@sellside.com" } ], "name": "days", "optionalDependencies": {}, "readme": "# days [![NPM version](https://img.shields.io/npm/v/days.svg?style=flat)](https://www.npmjs.com/package/days) [![NPM monthly downloads](https://img.shields.io/npm/dm/days.svg?style=flat)](https://npmjs.org/package/days) [![NPM total downloads](https://img.shields.io/npm/dt/days.svg?style=flat)](https://npmjs.org/package/days)\n\n> Days of the week.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save days\n```\n\n## Usage\n\n```js\nvar days = require('days');\n\nconsole.log(days);\n//=> ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']\n\nconsole.log(days.abbr)\n//=> ['Sun', 'Mon', 'Tue', 'Wed', 'Thur', 'Fri', 'Sat']\n\nconsole.log(days.short)\n//=> ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']\n```\n\n## Multi-language support\n\n* English\n* French\n\n### Usage\n\n```js\nvar days = require('days');\n\nconsole.log(days.en);\n//=> ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']\n\nconsole.log(days.fr);\n//=> ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi']\n\n```\n\n## About\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| 16 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 4 | [danielsalgadop](https://github.com/danielsalgadop) |\n| 2 | [Rawnly](https://github.com/Rawnly) |\n| 2 | [Sebastien-Meiffren](https://github.com/Sebastien-Meiffren) |\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 June 30, 2017._", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/days.git" }, "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "related": { "list": [] }, "reflinks": [ "verb", "verb-generate-readme" ] }, "version": "1.1.1" }