租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
3.3 KiB

3 months ago
  1. {
  2. "_from": "dayjs@^1.11.12",
  3. "_id": "dayjs@1.11.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  6. "_location": "/dayjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dayjs@^1.11.12",
  12. "name": "dayjs",
  13. "escapedName": "dayjs",
  14. "rawSpec": "^1.11.12",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.11.12"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  22. "_shasum": "92430b0139055c3ebb60150aa13e860a4b5a366c",
  23. "_spec": "dayjs@^1.11.12",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp",
  25. "author": {
  26. "name": "iamkun"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/iamkun/dayjs/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "2KB immutable date time library alternative to Moment.js with the same modern API ",
  34. "devDependencies": {
  35. "@babel/cli": "^7.0.0-beta.44",
  36. "@babel/core": "^7.0.0-beta.44",
  37. "@babel/node": "^7.0.0-beta.44",
  38. "@babel/preset-env": "^7.0.0-beta.44",
  39. "babel-core": "^7.0.0-bridge.0",
  40. "babel-jest": "^22.4.3",
  41. "babel-plugin-external-helpers": "^6.22.0",
  42. "cross-env": "^5.1.6",
  43. "eslint": "^4.19.1",
  44. "eslint-config-airbnb-base": "^12.1.0",
  45. "eslint-plugin-import": "^2.10.0",
  46. "eslint-plugin-jest": "^21.15.0",
  47. "gzip-size-cli": "^2.1.0",
  48. "jasmine-core": "^2.99.1",
  49. "jest": "^22.4.3",
  50. "karma": "^2.0.2",
  51. "karma-jasmine": "^1.1.2",
  52. "karma-sauce-launcher": "^1.1.0",
  53. "mockdate": "^2.0.2",
  54. "moment": "2.29.2",
  55. "moment-timezone": "0.5.31",
  56. "ncp": "^2.0.0",
  57. "pre-commit": "^1.2.2",
  58. "prettier": "^1.16.1",
  59. "rollup": "^2.45.1",
  60. "rollup-plugin-babel": "^4.4.0",
  61. "rollup-plugin-terser": "^7.0.2",
  62. "size-limit": "^0.18.0",
  63. "typescript": "^2.8.3"
  64. },
  65. "homepage": "https://day.js.org",
  66. "jest": {
  67. "roots": [
  68. "test"
  69. ],
  70. "testRegex": "test/(.*?/)?.*test.js$",
  71. "testURL": "http://localhost",
  72. "coverageDirectory": "./coverage/",
  73. "collectCoverage": true,
  74. "collectCoverageFrom": [
  75. "src/**/*"
  76. ]
  77. },
  78. "keywords": [
  79. "dayjs",
  80. "date",
  81. "time",
  82. "immutable",
  83. "moment"
  84. ],
  85. "license": "MIT",
  86. "main": "dayjs.min.js",
  87. "name": "dayjs",
  88. "pre-commit": [
  89. "lint"
  90. ],
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/iamkun/dayjs.git"
  94. },
  95. "scripts": {
  96. "babel": "cross-env BABEL_ENV=build babel src --out-dir esm --copy-files && node build/esm",
  97. "build": "cross-env BABEL_ENV=build node build && npm run size",
  98. "lint": "eslint src/* test/* build/*",
  99. "prettier": "prettier --write \"docs/**/*.md\"",
  100. "sauce": "npx karma start karma.sauce.conf.js",
  101. "size": "size-limit && gzip-size dayjs.min.js",
  102. "test": "TZ=Pacific/Auckland npm run test-tz && TZ=Europe/London npm run test-tz && TZ=America/Whitehorse npm run test-tz && npm run test-tz && jest",
  103. "test-tz": "date && jest test/timezone.test --coverage=false",
  104. "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2 && npm run sauce -- 3"
  105. },
  106. "size-limit": [
  107. {
  108. "limit": "2.99 KB",
  109. "path": "dayjs.min.js"
  110. }
  111. ],
  112. "types": "index.d.ts",
  113. "version": "1.11.13"
  114. }