{ "name": "moment", "version": "2.10.6", "description": "Parse, validate, manipulate, and display dates", "homepage": "http://momentjs.com", "author": { "name": "Iskren Ivov Chernev", "email": "iskren.chernev@gmail.com", "url": "https://github.com/ichernev" }, "contributors": [ { "name": "Tim Wood", "email": "washwithcare@gmail.com", "url": "http://timwoodcreates.com/" }, { "name": "Rocky Meza", "url": "http://rockymeza.com" }, { "name": "Matt Johnson", "email": "mj1856@hotmail.com", "url": "http://codeofmatt.com" }, { "name": "Isaac Cambron", "email": "isaac@isaaccambron.com", "url": "http://isaaccambron.com" }, { "name": "Andre Polykanine", "email": "andre@oire.org", "url": "https://github.com/oire" } ], "keywords": [ "moment", "date", "time", "parse", "format", "validate", "i18n", "l10n", "ender" ], "main": "./moment.js", "engines": { "node": "*" }, "repository": { "type": "git", "url": "https://github.com/moment/moment.git" }, "bugs": { "url": "https://github.com/moment/moment/issues" }, "license": "MIT", "devDependencies": { "uglify-js": "latest", "es6-promise": "latest", "grunt": "latest", "benchmark": "latest", "esperanto": "latest", "grunt-contrib-clean": "latest", "grunt-contrib-concat": "latest", "grunt-contrib-copy": "latest", "grunt-contrib-jshint": "latest", "grunt-contrib-uglify": "latest", "grunt-contrib-watch": "latest", "grunt-env": "latest", "grunt-jscs": "latest", "grunt-karma": "latest", "grunt-nuget": "latest", "grunt-benchmark": "latest", "grunt-string-replace": "latest", "grunt-exec": "latest", "load-grunt-tasks": "latest", "karma": "latest", "karma-chrome-launcher": "latest", "karma-firefox-launcher": "latest", "karma-qunit": "latest", "karma-sauce-launcher": "latest", "qunit": "^0.7.5", "qunit-cli": "^0.1.4", "spacejam": "latest", "coveralls": "^2.11.2", "nyc": "^2.1.4" }, "ender": "./ender.js", "dojoBuild": "package.js", "jspm": { "files": [ "moment.js", "locale" ], "map": { "moment": "./moment" }, "buildConfig": { "uglify": true } }, "scripts": { "test": "grunt test", "coverage": "nyc npm test && nyc report", "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls" }, "spm": { "main": "moment.js", "output": [ "locale/*.js" ] }, "readme": "[![Join the chat at https://gitter.im/moment/moment](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/moment/moment?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url]\n[![Coverage Status](https://coveralls.io/repos/moment/moment/badge.svg?branch=master)](https://coveralls.io/r/moment/moment?branch=master)\n\nA lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.\n\n## [Documentation](http://momentjs.com/docs/)\n\n## Port to ES6 (version 2.10.0)\n\nMoment 2.10.0 does not bring any new features, but the code is now written in\nes6 modules and placed inside `src/`. Previously `moment.js`, `locale/*.js` and\n`test/moment/*.js`, `test/locale/*.js` contained the source of the project. Now\nthe source is in `src/`, temporary build (es5) files are placed under\n`build/umd/` (for running tests during development), and the `moment.js` and\n`locale/*.js` files are updated only on release.\n\nIf you want to use a particular revision of the code, make sure to run\n`grunt transpile update-index`, so `moment.js` and `locales/*.js` are synced\nwith `src/*`. We might place that in a commit hook in the future.\n\n## Upgrading to 2.0.0\n\nThere are a number of small backwards incompatible changes with version 2.0.0. [See the full descriptions here](https://gist.github.com/timrwood/e72f2eef320ed9e37c51#backwards-incompatible-changes)\n\n * Changed language ordinal method to return the number + ordinal instead of just the ordinal.\n\n * Changed two digit year parsing cutoff to match strptime.\n\n * Removed `moment#sod` and `moment#eod` in favor of `moment#startOf` and `moment#endOf`.\n\n * Removed `moment.humanizeDuration()` in favor of `moment.duration().humanize()`.\n\n * Removed the lang data objects from the top level namespace.\n\n * Duplicate `Date` passed to `moment()` instead of referencing it.\n\n## [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)\n\n## [Contributing](https://github.com/moment/moment/blob/develop/CONTRIBUTING.md)\n\nWe're looking for co-maintainers! If you want to become a master of time please\nwrite to [ichernev](https://github.com/ichernev).\n\n## License\n\nMoment.js is freely distributable under the terms of the [MIT license](https://github.com/moment/moment/blob/develop/LICENSE).\n\n[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat\n[license-url]: LICENSE\n\n[npm-url]: https://npmjs.org/package/moment\n[npm-version-image]: http://img.shields.io/npm/v/moment.svg?style=flat\n[npm-downloads-image]: http://img.shields.io/npm/dm/moment.svg?style=flat\n\n[travis-url]: http://travis-ci.org/moment/moment\n[travis-image]: http://img.shields.io/travis/moment/moment/develop.svg?style=flat\n", "readmeFilename": "README.md", "_id": "moment@2.10.6", "dist": { "shasum": "6cb21967c79cba7b0ca5e66644f173662b3efa77" }, "_from": "moment@", "_resolved": "https://registry.npmjs.org/moment/-/moment-2.10.6.tgz" }