package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "svg-parser@^2.0.2",
  3. "_id": "svg-parser@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
  6. "_location": "/svg-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "svg-parser@^2.0.2",
  12. "name": "svg-parser",
  13. "escapedName": "svg-parser",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@svgr/plugin-jsx"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
  22. "_shasum": "fdc2e29e13951736140b76cb122c8ee6630eb6b5",
  23. "_spec": "svg-parser@^2.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@svgr\\plugin-jsx",
  25. "author": {
  26. "name": "Rich Harris"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Rich-Harris/svg-parser/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Create a JSON-friendly object from an SVG string",
  34. "devDependencies": {
  35. "@rollup/plugin-buble": "^0.21.0",
  36. "@rollup/plugin-node-resolve": "^7.0.0",
  37. "eslint": "^3.2.2",
  38. "locate-character": "^2.0.5",
  39. "mocha": "^3.0.1",
  40. "prettier": "^1.18.2",
  41. "rollup": "^1.29.0",
  42. "source-map-support": "^0.4.2"
  43. },
  44. "files": [
  45. "dist",
  46. "README.md"
  47. ],
  48. "homepage": "https://github.com/Rich-Harris/svg-parser#README",
  49. "jsnext:main": "dist/svg-parser.esm.js",
  50. "keywords": [
  51. "SVG",
  52. "parser",
  53. "JSON",
  54. "object"
  55. ],
  56. "license": "MIT",
  57. "main": "dist/svg-parser.umd.js",
  58. "module": "dist/svg-parser.esm.js",
  59. "name": "svg-parser",
  60. "prettier": {
  61. "singleQuote": true,
  62. "useTabs": true,
  63. "printWidth": 100
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/Rich-Harris/svg-parser.git"
  68. },
  69. "scripts": {
  70. "build": "rm -rf dist && rollup -c",
  71. "lint": "eslint src",
  72. "prepublish": "npm run lint && npm test",
  73. "pretest": "npm run build",
  74. "test": "mocha"
  75. },
  76. "version": "2.0.4"
  77. }