Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

78 wiersze
2.0 KiB

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