package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "stringify-object@^3.3.0",
  3. "_id": "stringify-object@3.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  6. "_location": "/stringify-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stringify-object@^3.3.0",
  12. "name": "stringify-object",
  13. "escapedName": "stringify-object",
  14. "rawSpec": "^3.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.0"
  17. },
  18. "_requiredBy": [
  19. "/workbox-build"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  22. "_shasum": "703065aefca19300d3ce88af4f5b3956d7556629",
  23. "_spec": "stringify-object@^3.3.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yeoman/stringify-object/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "get-own-enumerable-property-symbols": "^3.0.0",
  36. "is-obj": "^1.0.1",
  37. "is-regexp": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Stringify an object/array like JSON.stringify just without all the double-quotes",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/yeoman/stringify-object#readme",
  52. "keywords": [
  53. "object",
  54. "stringify",
  55. "pretty",
  56. "print",
  57. "dump",
  58. "format",
  59. "type",
  60. "json"
  61. ],
  62. "license": "BSD-2-Clause",
  63. "name": "stringify-object",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/yeoman/stringify-object.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "3.3.0"
  72. }