package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "object-hash@3.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "object-hash@3.0.0",
  9. "_id": "object-hash@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  12. "_location": "/object-hash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-hash@3.0.0",
  18. "name": "object-hash",
  19. "escapedName": "object-hash",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/winston-daily-rotate-file"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Scott Puleo",
  32. "email": "puleos@gmail.com"
  33. },
  34. "browser": "./dist/object_hash.js",
  35. "bugs": {
  36. "url": "https://github.com/puleos/object-hash/issues"
  37. },
  38. "description": "Generate hashes from javascript objects in node and the browser.",
  39. "devDependencies": {
  40. "browserify": "^16.2.3",
  41. "gulp": "^4.0.0",
  42. "gulp-browserify": "^0.5.1",
  43. "gulp-coveralls": "^0.1.4",
  44. "gulp-exec": "^3.0.1",
  45. "gulp-istanbul": "^1.1.3",
  46. "gulp-jshint": "^2.0.0",
  47. "gulp-mocha": "^5.0.0",
  48. "gulp-rename": "^1.2.0",
  49. "gulp-replace": "^1.0.0",
  50. "gulp-uglify": "^3.0.0",
  51. "jshint": "^2.8.0",
  52. "jshint-stylish": "^2.1.0",
  53. "karma": "^4.2.0",
  54. "karma-chrome-launcher": "^2.2.0",
  55. "karma-mocha": "^1.3.0",
  56. "mocha": "^6.2.0"
  57. },
  58. "engines": {
  59. "node": ">= 6"
  60. },
  61. "files": [
  62. "index.js",
  63. "dist/object_hash.js"
  64. ],
  65. "homepage": "https://github.com/puleos/object-hash",
  66. "keywords": [
  67. "object",
  68. "hash",
  69. "sha1",
  70. "md5"
  71. ],
  72. "license": "MIT",
  73. "main": "./index.js",
  74. "name": "object-hash",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/puleos/object-hash.git"
  78. },
  79. "scripts": {
  80. "prepublish": "gulp dist",
  81. "test": "node ./node_modules/.bin/mocha test"
  82. },
  83. "version": "3.0.0"
  84. }