package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "stringify-object@3.3.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stringify-object@3.3.0",
  10. "_id": "stringify-object@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-cDBlrvyhkwDTzoivT1s5VtdVZik=",
  13. "_location": "/stringify-object",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "stringify-object@3.3.0",
  19. "name": "stringify-object",
  20. "escapedName": "stringify-object",
  21. "rawSpec": "3.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.0"
  24. },
  25. "_requiredBy": [
  26. "/workbox-build"
  27. ],
  28. "_resolved": "https://registry.nlark.com/stringify-object/download/stringify-object-3.3.0.tgz?cache=0&sync_timestamp=1629674903267&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fstringify-object%2Fdownload%2Fstringify-object-3.3.0.tgz",
  29. "_spec": "3.3.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/yeoman/stringify-object/issues"
  38. },
  39. "dependencies": {
  40. "get-own-enumerable-property-symbols": "^3.0.0",
  41. "is-obj": "^1.0.1",
  42. "is-regexp": "^1.0.0"
  43. },
  44. "description": "Stringify an object/array like JSON.stringify just without all the double-quotes",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/yeoman/stringify-object#readme",
  56. "keywords": [
  57. "object",
  58. "stringify",
  59. "pretty",
  60. "print",
  61. "dump",
  62. "format",
  63. "type",
  64. "json"
  65. ],
  66. "license": "BSD-2-Clause",
  67. "name": "stringify-object",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/yeoman/stringify-object.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "3.3.0"
  76. }