Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.4KB

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