package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "fecha@~2.3.3",
  3. "_id": "fecha@2.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lI50FX3xoy/RsSw6PDzctuydls0=",
  6. "_location": "/fecha",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fecha@~2.3.3",
  12. "name": "fecha",
  13. "escapedName": "fecha",
  14. "rawSpec": "~2.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.3.3"
  17. },
  18. "_requiredBy": [
  19. "/@antv/scale"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/fecha/download/fecha-2.3.3.tgz",
  22. "_shasum": "948e74157df1a32fd1b12c3a3c3cdcb6ec9d96cd",
  23. "_spec": "fecha@~2.3.3",
  24. "_where": "D:\\钉钉\\node_modules\\@antv\\scale",
  25. "author": {
  26. "name": "Taylor Hakes"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/taylorhakes/fecha/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Date formatting and parsing",
  34. "devDependencies": {
  35. "eslint": "^2.4.0",
  36. "nyc": "^5.6.0",
  37. "painless": "^0.9.1",
  38. "uglify-js": "^2.6.1"
  39. },
  40. "files": [
  41. "fecha.js",
  42. "fecha.min.js",
  43. "fecha.d.ts"
  44. ],
  45. "homepage": "https://github.com/taylorhakes/fecha",
  46. "keywords": [
  47. "date",
  48. "parse",
  49. "moment",
  50. "format",
  51. "fecha",
  52. "formatting"
  53. ],
  54. "license": "MIT",
  55. "main": "fecha.js",
  56. "name": "fecha",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://taylorhakes@github.com/taylorhakes/fecha.git"
  60. },
  61. "scripts": {
  62. "build": "uglifyjs fecha.js -m -o fecha.min.js && uglifyjs fecha.strict.js -m -o fecha.strict.min.js",
  63. "test": "eslint fecha.js fecha.strict.js && nyc --cache --reporter=text painless test.*"
  64. },
  65. "types": "./fecha.d.ts",
  66. "version": "2.3.3"
  67. }