package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "fast-json-stable-stringify@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@vue/cli-plugin-eslint/ajv",
  27. "/ajv",
  28. "/jest-runtime",
  29. "/table/ajv"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/fast-json-stable-stringify/download/fast-json-stable-stringify-2.0.0.tgz",
  32. "_spec": "2.0.0",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "James Halliday",
  36. "email": "mail@substack.net",
  37. "url": "http://substack.net"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  41. },
  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. }