package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "json-stable-stringify@~0.0.0",
  3. "_id": "json-stable-stringify@0.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=",
  6. "_location": "/json-stable-stringify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json-stable-stringify@~0.0.0",
  12. "name": "json-stable-stringify",
  13. "escapedName": "json-stable-stringify",
  14. "rawSpec": "~0.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.0"
  17. },
  18. "_requiredBy": [
  19. "/shasum"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz",
  22. "_shasum": "611c23e814db375527df851193db59dd2af27f45",
  23. "_spec": "json-stable-stringify@~0.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/shasum",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/json-stable-stringify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "jsonify": "~0.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
  39. "devDependencies": {
  40. "tape": "~1.0.4"
  41. },
  42. "homepage": "https://github.com/substack/json-stable-stringify",
  43. "keywords": [
  44. "json",
  45. "stringify",
  46. "deterministic",
  47. "hash",
  48. "sort",
  49. "stable"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "json-stable-stringify",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/substack/json-stable-stringify.git"
  57. },
  58. "scripts": {
  59. "test": "tape test/*.js"
  60. },
  61. "testling": {
  62. "files": "test/*.js",
  63. "browsers": [
  64. "ie/8..latest",
  65. "ff/5",
  66. "ff/latest",
  67. "chrome/15",
  68. "chrome/latest",
  69. "safari/latest",
  70. "opera/latest"
  71. ]
  72. },
  73. "version": "0.0.1"
  74. }