UNPKG

@karinjs/moment

Version:

Parse, validate, manipulate, and display dates

76 lines (75 loc) 1.96 kB
{ "name": "@karinjs/moment", "version": "1.1.5", "description": "Parse, validate, manipulate, and display dates", "homepage": "https://momentjs.com", "author": "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)", "contributors": [ "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)", "Rocky Meza (http://rockymeza.com)", "Matt Johnson <mj1856@hotmail.com> (http://codeofmatt.com)", "Isaac Cambron <isaac@isaaccambron.com> (http://isaaccambron.com)", "Andre Polykanine <andre@oire.org> (https://github.com/oire)" ], "keywords": [ "moment", "date", "time", "parse", "format", "validate", "i18n", "l10n", "ender" ], "main": "./moment.js", "typings": "./moment.d.ts", "engines": { "node": "*" }, "repository": { "type": "git", "url": "https://github.com/moment/moment.git" }, "bugs": { "url": "https://github.com/moment/moment/issues" }, "license": "MIT", "ender": "./ender.js", "dojoBuild": "package.js", "jspm": { "files": [ "moment.js", "moment.d.ts", "locale" ], "map": { "moment": "./moment" }, "buildConfig": { "uglify": true } }, "scripts": { "ts3.1-typescript-test": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests", "typescript-test": "cross-env node_modules/typescript/bin/tsc --project typing-tests", "test": "grunt test", "eslint": "eslint Gruntfile.js tasks src", "prettier-check": "prettier --check Gruntfile.js tasks src", "prettier-fmt": "prettier --write Gruntfile.js tasks src", "coverage": "nyc npm test && nyc report", "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls" }, "spm": { "main": "moment.js", "output": [ "locale/*.js" ] }, "files": [ "moment.js", "locale", "moment.d.ts" ], "type": "module" }