package.json 1.9 KB

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