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.

76 lines
2.0 KiB

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