package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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-loader",
  20. "/vue-style-loader"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz",
  23. "_shasum": "33b40777754c6432573c120cc3808bbd10d47f04",
  24. "_spec": "hash-sum@^1.0.2",
  25. "_where": "D:\\workSpace\\dealer_front\\node_modules\\vue-loader",
  26. "authors": [
  27. "Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
  28. ],
  29. "bugs": {
  30. "url": "https://github.com/bevacqua/hash-sum/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Blazing fast unique hash generator",
  36. "devDependencies": {
  37. "jshint": "2.5.0",
  38. "jshint-stylish": "0.2.0",
  39. "tape": "3.0.3"
  40. },
  41. "homepage": "https://github.com/bevacqua/hash-sum",
  42. "license": "MIT",
  43. "main": "hash-sum.js",
  44. "name": "hash-sum",
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/bevacqua/hash-sum.git"
  48. },
  49. "scripts": {
  50. "test": "jshint . && tape test.js"
  51. },
  52. "version": "1.0.2"
  53. }