package.json 1.4 KB

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