package.json 2.1 KB

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