新乡民调(来自息县民调) - 主标

package.json 2.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "smoothscroll-polyfill@^0.4.3",
  3. "_id": "smoothscroll-polyfill@0.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TK5ZA9U5RqCwMpfoMq/l1mrH0JAR7y7KRvOBx0n2869aLxch+gT9GhN3yUfjiw+d/DiF1mKo14+hd62JyMmoBg==",
  6. "_location": "/smoothscroll-polyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "smoothscroll-polyfill@^0.4.3",
  12. "name": "smoothscroll-polyfill",
  13. "escapedName": "smoothscroll-polyfill",
  14. "rawSpec": "^0.4.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.3"
  17. },
  18. "_requiredBy": [
  19. "/rrweb"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/smoothscroll-polyfill/-/smoothscroll-polyfill-0.4.4.tgz",
  22. "_shasum": "3a259131dc6930e6ca80003e1cb03b603b69abf8",
  23. "_spec": "smoothscroll-polyfill@^0.4.3",
  24. "_where": "e:\\2017\\md新乡民调系统\\XiXianDC_ZhuBiao_UI\\CallCenterWeb.UI\\node_modules\\rrweb",
  25. "author": {
  26. "name": "Dustan Kasten",
  27. "email": "dustan.kasten@gmail.com",
  28. "url": "https://iamdustan.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/iamdustan/smoothscroll/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jeremias Menichelli",
  37. "email": "jmenichelli@gmail.com",
  38. "url": "https://jeremenichelli.io"
  39. }
  40. ],
  41. "dependencies": {},
  42. "deprecated": false,
  43. "description": "Smooth Scroll behavior polyfill",
  44. "devDependencies": {
  45. "ava": "^0.25.0",
  46. "eslint": "^4.7.1",
  47. "husky": "^0.14.3",
  48. "lint-staged": "^6.0.1",
  49. "lodash.clonedeep": "^4.5.0",
  50. "prettier": "^1.10.2",
  51. "rollup": "^0.50.0",
  52. "uglify-js": "^3.1.1"
  53. },
  54. "homepage": "https://iamdustan.com/smoothscroll",
  55. "keywords": [
  56. "smooth",
  57. "scroll",
  58. "CSSOM",
  59. "polyfill"
  60. ],
  61. "license": "MIT",
  62. "lint-staged": {
  63. "linters": {
  64. "{src,test}/**/*.js": [
  65. "prettier --list-different",
  66. "git add"
  67. ]
  68. }
  69. },
  70. "main": "dist/smoothscroll.js",
  71. "name": "smoothscroll-polyfill",
  72. "prettier": {
  73. "singleQuote": true
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/iamdustan/smoothscroll.git"
  78. },
  79. "scripts": {
  80. "build": "rollup -c rollup.config.js",
  81. "format": "prettier --write {src,test}/**/*.js",
  82. "lint": "eslint {src,test}/**/*.js",
  83. "listdiff": "prettier --list-different {src,test}/**/*.js",
  84. "minify": "uglifyjs dist/smoothscroll.js -c -m -o dist/smoothscroll.min.js --verbose",
  85. "posttest": "yarn lint",
  86. "prebuild": "npm test",
  87. "precommit": "lint-staged",
  88. "preminify": "yarn build",
  89. "prepublish": "npm run minify",
  90. "test": "ava test/smoothscroll.test.js --verbose"
  91. },
  92. "title": "smoothscroll",
  93. "version": "0.4.4"
  94. }