package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "object-hash@^1.1.4",
  3. "_id": "object-hash@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==",
  6. "_location": "/object-hash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-hash@^1.1.4",
  12. "name": "object-hash",
  13. "escapedName": "object-hash",
  14. "rawSpec": "^1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/eslint-loader"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.1.tgz",
  22. "_shasum": "fde452098a951cb145f039bb7d455449ddc126df",
  23. "_spec": "object-hash@^1.1.4",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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": "^13.0.0",
  38. "gulp": "^3.9.0",
  39. "gulp-browserify": "^0.5.1",
  40. "gulp-coveralls": "^0.1.4",
  41. "gulp-exec": "^2.1.2",
  42. "gulp-istanbul": "^0.10.3",
  43. "gulp-jshint": "^2.0.0",
  44. "gulp-mocha": "^2.2.0",
  45. "gulp-rename": "^1.2.0",
  46. "gulp-uglify": "^1.5.1",
  47. "jshint": "^2.8.0",
  48. "jshint-stylish": "^2.1.0",
  49. "karma": "^0.13.15",
  50. "karma-chrome-launcher": "^0.2.2",
  51. "karma-firefox-launcher": "^0.1.7",
  52. "karma-mocha": "^0.2.1",
  53. "karma-phantomjs-launcher": "^0.2.1",
  54. "mocha": "^2.3.4",
  55. "phantomjs": "^1.9.19"
  56. },
  57. "engines": {
  58. "node": ">= 0.10.0"
  59. },
  60. "homepage": "https://github.com/puleos/object-hash",
  61. "keywords": [
  62. "object",
  63. "hash",
  64. "sha1",
  65. "md5"
  66. ],
  67. "license": "MIT",
  68. "main": "./index.js",
  69. "name": "object-hash",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/puleos/object-hash.git"
  73. },
  74. "scripts": {
  75. "prepublish": "gulp dist",
  76. "test": "node ./node_modules/.bin/mocha test"
  77. },
  78. "version": "1.3.1"
  79. }