package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "fast-json-stable-stringify@2.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "fast-json-stable-stringify@2.0.0",
  9. "_id": "fast-json-stable-stringify@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
  12. "_location": "/fast-json-stable-stringify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fast-json-stable-stringify@2.0.0",
  18. "name": "fast-json-stable-stringify",
  19. "escapedName": "fast-json-stable-stringify",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/ajv"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  37. },
  38. "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
  39. "devDependencies": {
  40. "benchmark": "^2.1.4",
  41. "coveralls": "^3.0.0",
  42. "eslint": "^4.9.0",
  43. "fast-stable-stringify": "latest",
  44. "faster-stable-stringify": "latest",
  45. "json-stable-stringify": "latest",
  46. "nyc": "^11.2.1",
  47. "pre-commit": "^1.2.2",
  48. "tape": "~1.0.4"
  49. },
  50. "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
  51. "keywords": [
  52. "json",
  53. "stringify",
  54. "deterministic",
  55. "hash",
  56. "stable"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "fast-json-stable-stringify",
  61. "nyc": {
  62. "exclude": [
  63. "test",
  64. "node_modules"
  65. ],
  66. "reporter": [
  67. "lcov",
  68. "text-summary"
  69. ]
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
  74. },
  75. "scripts": {
  76. "eslint": "eslint index.js test",
  77. "test": "npm run eslint && nyc npm run test-spec",
  78. "test-spec": "tape test/*.js"
  79. },
  80. "version": "2.0.0"
  81. }