package.json 2.3 KB

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