package.json 2.2 KB

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