You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

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