package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "json-stable-stringify@1.0.1",
  5. "E:\\item\\newItem\\admin"
  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. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "json-stable-stringify@1.0.1",
  20. "name": "json-stable-stringify",
  21. "escapedName": "json-stable-stringify",
  22. "rawSpec": "1.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.1"
  25. },
  26. "_requiredBy": [
  27. "/less/ajv"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/substack/json-stable-stringify/issues"
  39. },
  40. "dependencies": {
  41. "jsonify": "~0.0.0"
  42. },
  43. "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
  44. "devDependencies": {
  45. "tape": "~1.0.4"
  46. },
  47. "homepage": "https://github.com/substack/json-stable-stringify",
  48. "keywords": [
  49. "json",
  50. "stringify",
  51. "deterministic",
  52. "hash",
  53. "sort",
  54. "stable"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "json-stable-stringify",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/substack/json-stable-stringify.git"
  62. },
  63. "scripts": {
  64. "test": "tape test/*.js"
  65. },
  66. "testling": {
  67. "files": "test/*.js",
  68. "browsers": [
  69. "ie/8..latest",
  70. "ff/5",
  71. "ff/latest",
  72. "chrome/15",
  73. "chrome/latest",
  74. "safari/latest",
  75. "opera/latest"
  76. ]
  77. },
  78. "version": "1.0.1"
  79. }