2025-04-16 02:11:26 +01:00

151 lines
4.6 KiB
JSON

{
"_from": "@svgdotjs/svg.js",
"_id": "@svgdotjs/svg.js@3.2.0",
"_inBundle": false,
"_integrity": "sha512-Tr8p+QVP7y+QT1GBlq1Tt57IvedVH8zCPoYxdHLX0Oof3a/PqnC/tXAkVufv1JQJfsDHlH/UrjcDfgxSofqSNA==",
"_location": "/@svgdotjs/svg.js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@svgdotjs/svg.js",
"name": "@svgdotjs/svg.js",
"escapedName": "@svgdotjs%2fsvg.js",
"scope": "@svgdotjs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmmirror.com/@svgdotjs/svg.js/-/svg.js-3.2.0.tgz",
"_shasum": "6baa8cef6778a93818ac18faa2055222e60aa644",
"_spec": "@svgdotjs/svg.js",
"_where": "C:\\Users\\zhangmingyu\\Desktop\\新建文件夹 (9)\\test",
"author": {
"name": "Wout Fierens",
"email": "wout@mick-wout.com"
},
"browser": "dist/svg.esm.js",
"browserslist": "last 2 version and > 0.25% and not op_mini all and not ie 11",
"bugs": {
"url": "https://github.com/svgdotjs/svg.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A lightweight library for manipulating and animating SVG.",
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@target/custom-event-polyfill": "github:Adobe-Marketing-Cloud/custom-event-polyfill",
"babel-eslint": "^10.1.0",
"babel-plugin-polyfill-corejs3": "^0.5.1",
"core-js": "^3.20.3",
"coveralls": "^3.1.1",
"eslint": "^8.7.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sort-class-members": "^1.14.1",
"eslint-plugin-standard": "^5.0.0",
"esm": "^3.2.25",
"http-server": "^14.1.0",
"jasmine": "^4.0.2",
"jasmine-core": "^4.0.0",
"karma": "^6.3.12",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.1.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"karma-sauce-launcher": "^4.3.6",
"rollup": "^2.66.1",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-terser": "^7.0.2",
"svgdom": "^0.1.10",
"typescript": "^4.5.5",
"yargs": "^17.3.1"
},
"files": [
"/dist",
"/src",
"/svg.js.d.ts",
"/.config"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Fuzzyma"
},
"github": "https://github.com/svgdotjs/svg.js",
"homepage": "https://svgjs.dev/",
"jsdelivr": "dist/svg.min.js",
"keywords": [
"svg",
"vector",
"graphics",
"animation"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": "dist/svg.node.js",
"maintainers": [
{
"name": "Wout Fierens",
"email": "wout@mick-wout.com"
},
{
"name": "Alex Ewerlöf",
"email": "alex@userpixel.com",
"url": "http://www.ewerlof.name"
},
{
"name": "Ulrich-Matthias Schäfer",
"email": "ulima.ums@googlemail.com",
"url": "https://svgdotjs.github.io/"
},
{
"name": "Jon Ege Ronnenberg",
"email": "jon@svgjs.dev",
"url": "https://keybase.io/dotnetcarpenter"
}
],
"module": "src/main.js",
"name": "@svgdotjs/svg.js",
"repository": {
"type": "git",
"url": "git+https://github.com/svgdotjs/svg.js.git"
},
"scripts": {
"build": "npm run fix && npm run rollup",
"build:polyfills": "npx rollup -c .config/rollup.polyfills.js",
"build:tests": "npx rollup -c .config/rollup.tests.js",
"checkTests": "node spec/checkForAllTests.js",
"fix": "npx eslint ./src --fix",
"lint": "npx eslint ./src",
"postpublish": "npm run zip",
"prepublishOnly": "rm -rf ./dist && npm run build && npm run build:polyfills && npm test",
"rollup": "npx rollup -c .config/rollup.config.js",
"server": "npx http-server ./ -d",
"test": "npx karma start .config/karma.conf.js || true",
"test:ci": "karma start .config/karma.conf.saucelabs.js",
"test:svgdom": "node -r esm ./spec/runSVGDomTest.js || true",
"zip": "zip -j dist/svg.js.zip -- LICENSE.txt README.md CHANGELOG.md dist/svg.js dist/svg.js.map dist/svg.min.js dist/svg.min.js.map dist/polyfills.js dist/polyfillsIE.js"
},
"typings": "./svg.js.d.ts",
"unpkg": "dist/svg.min.js",
"url": "https://svgjs.dev/",
"version": "3.2.0"
}