package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "json-stable-stringify-without-jsonify@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json-stable-stringify-without-jsonify@1.0.1",
  10. "_id": "json-stable-stringify-without-jsonify@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=",
  13. "_location": "/json-stable-stringify-without-jsonify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json-stable-stringify-without-jsonify@1.0.1",
  19. "name": "json-stable-stringify-without-jsonify",
  20. "escapedName": "json-stable-stringify-without-jsonify",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint/eslint",
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/samn/json-stable-stringify/issues"
  39. },
  40. "dependencies": {},
  41. "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies",
  42. "devDependencies": {
  43. "tape": "~1.0.4"
  44. },
  45. "homepage": "https://github.com/samn/json-stable-stringify",
  46. "keywords": [
  47. "json",
  48. "stringify",
  49. "deterministic",
  50. "hash",
  51. "sort",
  52. "stable"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "json-stable-stringify-without-jsonify",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/samn/json-stable-stringify.git"
  60. },
  61. "scripts": {
  62. "test": "tape test/*.js"
  63. },
  64. "testling": {
  65. "files": "test/*.js",
  66. "browsers": [
  67. "ie/8..latest",
  68. "ff/5",
  69. "ff/latest",
  70. "chrome/15",
  71. "chrome/latest",
  72. "safari/latest",
  73. "opera/latest"
  74. ]
  75. },
  76. "version": "1.0.1"
  77. }