package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "comutils@1.1.19",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_from": "comutils@1.1.19",
  9. "_id": "comutils@1.1.19",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JxXB67juILiwhdLwOsYyjUqwWEhHdObI0EClOPk+JDtEuTbac59s0pxGpfCBnNNQ5JommifmcMGneW/4Cg7YWw==",
  12. "_location": "/comutils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "comutils@1.1.19",
  18. "name": "comutils",
  19. "escapedName": "comutils",
  20. "rawSpec": "1.1.19",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.19"
  23. },
  24. "_requiredBy": [
  25. "/vue-seamless-scroll"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/comutils/-/comutils-1.1.19.tgz",
  28. "_spec": "1.1.19",
  29. "_where": "E:\\amr1.0\\AMR",
  30. "author": {
  31. "name": "chenxuan"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/chenxuan0000/comutils/issues"
  35. },
  36. "description": "前端代码常用工具类",
  37. "devDependencies": {
  38. "babel-core": "^6.26.0",
  39. "babel-loader": "^7.1.2",
  40. "babel-preset-env": "^1.6.1",
  41. "chalk": "^2.3.0",
  42. "copy": "^0.3.1",
  43. "ora": "^1.3.0",
  44. "power-assert": "^1.4.4",
  45. "rimraf": "^2.6.2",
  46. "webpack": "^3.8.1"
  47. },
  48. "homepage": "https://github.com/chenxuan0000/comutils#readme",
  49. "keywords": [
  50. "util",
  51. "tool",
  52. "commonUtil"
  53. ],
  54. "license": "MIT",
  55. "main": "build/comutils.min.js",
  56. "name": "comutils",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/chenxuan0000/comutils.git"
  60. },
  61. "scripts": {
  62. "build": "node script/build.js",
  63. "jsBabel": "babel src -d babelLib",
  64. "singleCopy": "node script/singleCopy.js"
  65. },
  66. "version": "1.1.19"
  67. }