package.json 2.1 KB

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