package.json 2.0 KB

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