{ "_args": [ [ { "raw": "moment@^2.10.6", "scope": null, "escapedName": "moment", "name": "moment", "rawSpec": "^2.10.6", "spec": ">=2.10.6 <3.0.0", "type": "range" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/@expo/bunyan" ] ], "_from": "moment@>=2.10.6 <3.0.0", "_id": "moment@2.20.1", "_inCache": true, "_location": "/moment", "_nodeVersion": "6.10.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/moment-2.20.1.tgz_1513658657445_0.6359626597259194" }, "_npmUser": { "name": "marwahaha", "email": "marwahaha@berkeley.edu" }, "_npmVersion": "5.6.0", "_phantomChildren": {}, "_requested": { "raw": "moment@^2.10.6", "scope": null, "escapedName": "moment", "name": "moment", "rawSpec": "^2.10.6", "spec": ">=2.10.6 <3.0.0", "type": "range" }, "_requiredBy": [ "/@expo/bunyan", "/jsonwebtoken/joi" ], "_resolved": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz", "_shasum": "d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd", "_shrinkwrap": null, "_spec": "moment@^2.10.6", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/@expo/bunyan", "author": { "name": "Iskren Ivov Chernev", "email": "iskren.chernev@gmail.com", "url": "https://github.com/ichernev" }, "bugs": { "url": "https://github.com/moment/moment/issues" }, "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" } ], "dependencies": {}, "description": "Parse, validate, manipulate, and display dates", "devDependencies": { "benchmark": "latest", "coveralls": "^2.11.2", "es6-promise": "latest", "grunt": "~0.4", "grunt-benchmark": "latest", "grunt-cli": "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-exec": "latest", "grunt-jscs": "latest", "grunt-karma": "latest", "grunt-nuget": "latest", "grunt-string-replace": "latest", "karma": "latest", "karma-chrome-launcher": "latest", "karma-firefox-launcher": "latest", "karma-qunit": "latest", "karma-sauce-launcher": "latest", "load-grunt-tasks": "latest", "nyc": "^2.1.4", "qunit": "^0.7.5", "qunit-cli": "^0.1.4", "rollup": "latest", "spacejam": "latest", "typescript": "^1.8.10", "uglify-js": "latest" }, "directories": {}, "dist": { "integrity": "sha512-Yh9y73JRljxW5QxN08Fner68eFLxM5ynNOAw2LbIB1YAGeQzZT8QFSUvkAz609Zf+IHhhaUxqZK8dG3W/+HEvg==", "shasum": "d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd", "tarball": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz" }, "dojoBuild": "package.js", "ender": "./ender.js", "engines": { "node": "*" }, "homepage": "http://momentjs.com", "jsnext:main": "./src/moment.js", "jspm": { "files": [ "moment.js", "moment.d.ts", "locale" ], "map": { "moment": "./moment" }, "buildConfig": { "uglify": true } }, "keywords": [ "moment", "date", "time", "parse", "format", "validate", "i18n", "l10n", "ender" ], "license": "MIT", "main": "./moment.js", "maintainers": [ { "name": "marwahaha", "email": "marwahaha@berkeley.edu" }, { "name": "maggiepint", "email": "maggiepint@gmail.com" }, { "name": "mj1856", "email": "mj1856@hotmail.com" }, { "name": "timrwood", "email": "washwithcare@gmail.com" }, { "name": "ichernev", "email": "iskren.chernev@gmail.com" } ], "name": "moment", "optionalDependencies": {}, "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=develop)](https://coveralls.io/r/moment/moment?branch=develop)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment?ref=badge_shield)\n\nA lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.\n\n**[Documentation](http://momentjs.com/docs/)**\n\n## Port to ECMAScript 6 (version 2.10.0)\n\nMoment 2.10.0 does not bring any new features, but the code is now written in\nECMAScript 6 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 (ECMAScript 5) 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[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment?ref=badge_large)\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", "repository": { "type": "git", "url": "git+https://github.com/moment/moment.git" }, "scripts": { "coverage": "nyc npm test && nyc report", "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "test": "grunt test", "typescript-test": "tsc --project typing-tests" }, "spm": { "main": "moment.js", "output": [ "locale/*.js" ] }, "typings": "./moment.d.ts", "version": "2.20.1" }