package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "fecha@4.2.3",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "fecha@4.2.3",
  9. "_id": "fecha@4.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==",
  12. "_location": "/fecha",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fecha@4.2.3",
  18. "name": "fecha",
  19. "escapedName": "fecha",
  20. "rawSpec": "4.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.3"
  23. },
  24. "_requiredBy": [
  25. "/logform"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/fecha/-/fecha-4.2.3.tgz",
  28. "_spec": "4.2.3",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Taylor Hakes"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/taylorhakes/fecha/issues"
  35. },
  36. "description": "Date formatting and parsing",
  37. "devDependencies": {
  38. "@istanbuljs/nyc-config-typescript": "^1.0.1",
  39. "@typescript-eslint/eslint-plugin": "^2.14.0",
  40. "@typescript-eslint/parser": "^2.14.0",
  41. "eslint": "^7.23.0",
  42. "eslint-config-prettier": "^8.1.0",
  43. "nyc": "^15.0.0",
  44. "painless": "^0.9.7",
  45. "prettier": "1.19.1",
  46. "rollup": "^0.59.0",
  47. "rollup-plugin-sourcemaps": "^0.5.0",
  48. "rollup-plugin-typescript": "^1.0.1",
  49. "rollup-plugin-uglify": "^3.0.0",
  50. "source-map-support": "^0.5.16",
  51. "ts-node": "^8.5.4",
  52. "tslib": "^1.10.0",
  53. "typescript": "^3.7.4"
  54. },
  55. "files": [
  56. "lib",
  57. "dist",
  58. "src"
  59. ],
  60. "homepage": "https://github.com/taylorhakes/fecha",
  61. "keywords": [
  62. "date",
  63. "parse",
  64. "moment",
  65. "format",
  66. "fecha",
  67. "formatting"
  68. ],
  69. "license": "MIT",
  70. "main": "lib/fecha.umd.js",
  71. "module": "lib/fecha.js",
  72. "name": "fecha",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://taylorhakes@github.com/taylorhakes/fecha.git"
  76. },
  77. "scripts": {
  78. "build": "NODE_ENV=production rollup -c --sourcemap && tsc",
  79. "format": "prettier --write *.js src/*.ts",
  80. "test": "prettier --check *.js src/*.ts && eslint --ext .ts src && npm run build && nyc --cache --reporter=text ts-node test.js",
  81. "test-only": "ts-node test.js"
  82. },
  83. "types": "lib/fecha.d.ts",
  84. "version": "4.2.3"
  85. }