package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "hash-sum@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hash-sum@1.0.2",
  10. "_id": "hash-sum@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=",
  13. "_location": "/hash-sum",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hash-sum@1.0.2",
  19. "name": "hash-sum",
  20. "escapedName": "hash-sum",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service",
  27. "/@vue/component-compiler-utils",
  28. "/vue-loader",
  29. "/vue-style-loader"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/hash-sum/download/hash-sum-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "authors": [
  35. "Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
  36. ],
  37. "bugs": {
  38. "url": "https://github.com/bevacqua/hash-sum/issues"
  39. },
  40. "dependencies": {},
  41. "description": "Blazing fast unique hash generator",
  42. "devDependencies": {
  43. "jshint": "2.5.0",
  44. "jshint-stylish": "0.2.0",
  45. "tape": "3.0.3"
  46. },
  47. "homepage": "https://github.com/bevacqua/hash-sum",
  48. "license": "MIT",
  49. "main": "hash-sum.js",
  50. "name": "hash-sum",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/bevacqua/hash-sum.git"
  54. },
  55. "scripts": {
  56. "test": "jshint . && tape test.js"
  57. },
  58. "version": "1.0.2"
  59. }