package.json 2.0 KB

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