package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "json-stable-stringify@^1.0.1",
  6. "scope": null,
  7. "escapedName": "json-stable-stringify",
  8. "name": "json-stable-stringify",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/huanggang/huangg/panda_h5_shop/node_modules/ajv"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1454436358629,
  17. "_from": "json-stable-stringify@>=1.0.1 <2.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "json-stable-stringify@1.0.1",
  20. "_inCache": true,
  21. "_location": "/json-stable-stringify",
  22. "_nodeVersion": "4.2.1",
  23. "_npmOperationalInternal": {
  24. "host": "packages-5-east.internal.npmjs.com",
  25. "tmp": "tmp/json-stable-stringify-1.0.1.tgz_1454436356521_0.9410459187347442"
  26. },
  27. "_npmUser": {
  28. "name": "substack",
  29. "email": "substack@gmail.com"
  30. },
  31. "_npmVersion": "3.4.1",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "json-stable-stringify@^1.0.1",
  35. "scope": null,
  36. "escapedName": "json-stable-stringify",
  37. "name": "json-stable-stringify",
  38. "rawSpec": "^1.0.1",
  39. "spec": ">=1.0.1 <2.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/ajv"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
  46. "_shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
  47. "_shrinkwrap": null,
  48. "_spec": "json-stable-stringify@^1.0.1",
  49. "_where": "/Users/huanggang/huangg/panda_h5_shop/node_modules/ajv",
  50. "author": {
  51. "name": "James Halliday",
  52. "email": "mail@substack.net",
  53. "url": "http://substack.net"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/substack/json-stable-stringify/issues"
  57. },
  58. "dependencies": {
  59. "jsonify": "~0.0.0"
  60. },
  61. "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
  62. "devDependencies": {
  63. "tape": "~1.0.4"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
  68. "size": 4527,
  69. "noattachment": false,
  70. "tarball": "http://registry.npm.taobao.org/json-stable-stringify/download/json-stable-stringify-1.0.1.tgz"
  71. },
  72. "gitHead": "4a3ac9cc006a91e64901f8ebe78d23bf9fc9fbd0",
  73. "homepage": "https://github.com/substack/json-stable-stringify",
  74. "keywords": [
  75. "json",
  76. "stringify",
  77. "deterministic",
  78. "hash",
  79. "sort",
  80. "stable"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "name": "substack",
  87. "email": "substack@gmail.com"
  88. }
  89. ],
  90. "name": "json-stable-stringify",
  91. "optionalDependencies": {},
  92. "publish_time": 1454436358629,
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/substack/json-stable-stringify.git"
  97. },
  98. "scripts": {
  99. "test": "tape test/*.js"
  100. },
  101. "testling": {
  102. "files": "test/*.js",
  103. "browsers": [
  104. "ie/8..latest",
  105. "ff/5",
  106. "ff/latest",
  107. "chrome/15",
  108. "chrome/latest",
  109. "safari/latest",
  110. "opera/latest"
  111. ]
  112. },
  113. "version": "1.0.1"
  114. }