1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "svg-parser@^2.0.2",
- "_id": "svg-parser@2.0.4",
- "_inBundle": false,
- "_integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
- "_location": "/svg-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "svg-parser@^2.0.2",
- "name": "svg-parser",
- "escapedName": "svg-parser",
- "rawSpec": "^2.0.2",
- "saveSpec": null,
- "fetchSpec": "^2.0.2"
- },
- "_requiredBy": [
- "/@svgr/plugin-jsx"
- ],
- "_resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
- "_shasum": "fdc2e29e13951736140b76cb122c8ee6630eb6b5",
- "_spec": "svg-parser@^2.0.2",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@svgr\\plugin-jsx",
- "author": {
- "name": "Rich Harris"
- },
- "bugs": {
- "url": "https://github.com/Rich-Harris/svg-parser/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Create a JSON-friendly object from an SVG string",
- "devDependencies": {
- "@rollup/plugin-buble": "^0.21.0",
- "@rollup/plugin-node-resolve": "^7.0.0",
- "eslint": "^3.2.2",
- "locate-character": "^2.0.5",
- "mocha": "^3.0.1",
- "prettier": "^1.18.2",
- "rollup": "^1.29.0",
- "source-map-support": "^0.4.2"
- },
- "files": [
- "dist",
- "README.md"
- ],
- "homepage": "https://github.com/Rich-Harris/svg-parser#README",
- "jsnext:main": "dist/svg-parser.esm.js",
- "keywords": [
- "SVG",
- "parser",
- "JSON",
- "object"
- ],
- "license": "MIT",
- "main": "dist/svg-parser.umd.js",
- "module": "dist/svg-parser.esm.js",
- "name": "svg-parser",
- "prettier": {
- "singleQuote": true,
- "useTabs": true,
- "printWidth": 100
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Rich-Harris/svg-parser.git"
- },
- "scripts": {
- "build": "rm -rf dist && rollup -c",
- "lint": "eslint src",
- "prepublish": "npm run lint && npm test",
- "pretest": "npm run build",
- "test": "mocha"
- },
- "version": "2.0.4"
- }
|