package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "fast-json-stable-stringify@2.0.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  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. "/",
  26. "/ajv"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
  29. "_shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2",
  30. "_spec": "2.0.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
  43. "devDependencies": {
  44. "benchmark": "^2.1.4",
  45. "coveralls": "^3.0.0",
  46. "eslint": "^4.9.0",
  47. "fast-stable-stringify": "latest",
  48. "faster-stable-stringify": "latest",
  49. "json-stable-stringify": "latest",
  50. "nyc": "^11.2.1",
  51. "pre-commit": "^1.2.2",
  52. "tape": "~1.0.4"
  53. },
  54. "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
  55. "keywords": [
  56. "json",
  57. "stringify",
  58. "deterministic",
  59. "hash",
  60. "stable"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "fast-json-stable-stringify",
  65. "nyc": {
  66. "exclude": [
  67. "test",
  68. "node_modules"
  69. ],
  70. "reporter": [
  71. "lcov",
  72. "text-summary"
  73. ]
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
  78. },
  79. "scripts": {
  80. "eslint": "eslint index.js test",
  81. "test": "npm run eslint && nyc npm run test-spec",
  82. "test-spec": "tape test/*.js"
  83. },
  84. "version": "2.0.0"
  85. }