package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "json-stable-stringify",
  3. "version": "1.0.1",
  4. "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
  5. "main": "index.js",
  6. "dependencies": {
  7. "jsonify": "~0.0.0"
  8. },
  9. "devDependencies": {
  10. "tape": "~1.0.4"
  11. },
  12. "scripts": {
  13. "test": "tape test/*.js"
  14. },
  15. "testling": {
  16. "files": "test/*.js",
  17. "browsers": [
  18. "ie/8..latest",
  19. "ff/5",
  20. "ff/latest",
  21. "chrome/15",
  22. "chrome/latest",
  23. "safari/latest",
  24. "opera/latest"
  25. ]
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "git://github.com/substack/json-stable-stringify.git"
  30. },
  31. "homepage": "https://github.com/substack/json-stable-stringify",
  32. "keywords": [
  33. "json",
  34. "stringify",
  35. "deterministic",
  36. "hash",
  37. "sort",
  38. "stable"
  39. ],
  40. "author": {
  41. "name": "James Halliday",
  42. "email": "mail@substack.net",
  43. "url": "http://substack.net"
  44. },
  45. "license": "MIT",
  46. "__npminstall_done": true,
  47. "_from": "json-stable-stringify@1.0.1",
  48. "_resolved": "https://registry.npmmirror.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz"
  49. }