@iconify/tools
Advanced tools
Comparing version 2.2.0-beta.3 to 2.2.0-beta.4
1066
package.json
{ | ||
"name": "@iconify/tools", | ||
"type": "module", | ||
"description": "Collection of functions for cleaning up and parsing SVG for Iconify project", | ||
"author": "Vjacheslav Trushkin", | ||
"version": "2.2.0-beta.3", | ||
"license": "MIT", | ||
"bugs": "https://github.com/iconify/tools/issues", | ||
"homepage": "https://github.com/iconify/tools", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/iconify/tools.git" | ||
}, | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts", | ||
"dependencies": { | ||
"@iconify/utils": "^2.0.9", | ||
"@types/cheerio": "^0.22.31", | ||
"@types/node-fetch": "^2.6.2", | ||
"@types/tar": "^6.1.3", | ||
"cheerio": "^1.0.0-rc.12", | ||
"extract-zip": "^2.0.1", | ||
"local-pkg": "^0.4.2", | ||
"node-fetch": "^2.6.7", | ||
"pathe": "^1.0.0", | ||
"svgo": "^3.0.2", | ||
"tar": "^6.1.13" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.2.4", | ||
"@types/node": "^18.11.17", | ||
"@typescript-eslint/eslint-plugin": "^5.47.0", | ||
"@typescript-eslint/parser": "^5.47.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.30.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jasmine": "^4.1.3", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jasmine": "^4.5.0", | ||
"jest": "^29.3.1", | ||
"prettier": "^2.8.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.9.4", | ||
"unbuild": "^1.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@iconify/types": "*" | ||
}, | ||
"exports": { | ||
"./*": "./*", | ||
".": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./lib/colors/attribs": { | ||
"require": "./lib/colors/attribs.cjs", | ||
"import": "./lib/colors/attribs.mjs", | ||
"types": "./lib/colors/attribs.d.ts" | ||
}, | ||
"./lib/colors/detect": { | ||
"require": "./lib/colors/detect.cjs", | ||
"import": "./lib/colors/detect.mjs", | ||
"types": "./lib/colors/detect.d.ts" | ||
}, | ||
"./lib/colors/parse": { | ||
"require": "./lib/colors/parse.cjs", | ||
"import": "./lib/colors/parse.mjs", | ||
"types": "./lib/colors/parse.d.ts" | ||
}, | ||
"./lib/colors/validate": { | ||
"require": "./lib/colors/validate.cjs", | ||
"import": "./lib/colors/validate.mjs", | ||
"types": "./lib/colors/validate.d.ts" | ||
}, | ||
"./lib/css/parse": { | ||
"require": "./lib/css/parse.cjs", | ||
"import": "./lib/css/parse.mjs", | ||
"types": "./lib/css/parse.d.ts" | ||
}, | ||
"./lib/css/parser/error": { | ||
"require": "./lib/css/parser/error.cjs", | ||
"import": "./lib/css/parser/error.mjs", | ||
"types": "./lib/css/parser/error.d.ts" | ||
}, | ||
"./lib/css/parser/export": { | ||
"require": "./lib/css/parser/export.cjs", | ||
"import": "./lib/css/parser/export.mjs", | ||
"types": "./lib/css/parser/export.d.ts" | ||
}, | ||
"./lib/css/parser/strings": { | ||
"require": "./lib/css/parser/strings.cjs", | ||
"import": "./lib/css/parser/strings.mjs", | ||
"types": "./lib/css/parser/strings.d.ts" | ||
}, | ||
"./lib/css/parser/text": { | ||
"require": "./lib/css/parser/text.cjs", | ||
"import": "./lib/css/parser/text.mjs", | ||
"types": "./lib/css/parser/text.d.ts" | ||
}, | ||
"./lib/css/parser/tokens": { | ||
"require": "./lib/css/parser/tokens.cjs", | ||
"import": "./lib/css/parser/tokens.mjs", | ||
"types": "./lib/css/parser/tokens.d.ts" | ||
}, | ||
"./lib/css/parser/tree": { | ||
"require": "./lib/css/parser/tree.cjs", | ||
"import": "./lib/css/parser/tree.mjs", | ||
"types": "./lib/css/parser/tree.d.ts" | ||
}, | ||
"./lib/css/parser/types": { | ||
"require": "./lib/css/parser/types.cjs", | ||
"import": "./lib/css/parser/types.mjs", | ||
"types": "./lib/css/parser/types.d.ts" | ||
}, | ||
"./lib/download/api/cache": { | ||
"require": "./lib/download/api/cache.cjs", | ||
"import": "./lib/download/api/cache.mjs", | ||
"types": "./lib/download/api/cache.d.ts" | ||
}, | ||
"./lib/download/api/download": { | ||
"require": "./lib/download/api/download.cjs", | ||
"import": "./lib/download/api/download.mjs", | ||
"types": "./lib/download/api/download.d.ts" | ||
}, | ||
"./lib/download/api": { | ||
"require": "./lib/download/api/index.cjs", | ||
"import": "./lib/download/api/index.mjs", | ||
"types": "./lib/download/api/index.d.ts" | ||
}, | ||
"./lib/download/api/index": { | ||
"require": "./lib/download/api/index.cjs", | ||
"import": "./lib/download/api/index.mjs", | ||
"types": "./lib/download/api/index.d.ts" | ||
}, | ||
"./lib/download/api/types": { | ||
"require": "./lib/download/api/types.cjs", | ||
"import": "./lib/download/api/types.mjs", | ||
"types": "./lib/download/api/types.d.ts" | ||
}, | ||
"./lib/download/git/branch": { | ||
"require": "./lib/download/git/branch.cjs", | ||
"import": "./lib/download/git/branch.mjs", | ||
"types": "./lib/download/git/branch.d.ts" | ||
}, | ||
"./lib/download/git/hash": { | ||
"require": "./lib/download/git/hash.cjs", | ||
"import": "./lib/download/git/hash.mjs", | ||
"types": "./lib/download/git/hash.d.ts" | ||
}, | ||
"./lib/download/git": { | ||
"require": "./lib/download/git/index.cjs", | ||
"import": "./lib/download/git/index.mjs", | ||
"types": "./lib/download/git/index.d.ts" | ||
}, | ||
"./lib/download/git/index": { | ||
"require": "./lib/download/git/index.cjs", | ||
"import": "./lib/download/git/index.mjs", | ||
"types": "./lib/download/git/index.d.ts" | ||
}, | ||
"./lib/download/git/reset": { | ||
"require": "./lib/download/git/reset.cjs", | ||
"import": "./lib/download/git/reset.mjs", | ||
"types": "./lib/download/git/reset.d.ts" | ||
}, | ||
"./lib/download/github/hash": { | ||
"require": "./lib/download/github/hash.cjs", | ||
"import": "./lib/download/github/hash.mjs", | ||
"types": "./lib/download/github/hash.d.ts" | ||
}, | ||
"./lib/download/github": { | ||
"require": "./lib/download/github/index.cjs", | ||
"import": "./lib/download/github/index.mjs", | ||
"types": "./lib/download/github/index.d.ts" | ||
}, | ||
"./lib/download/github/index": { | ||
"require": "./lib/download/github/index.cjs", | ||
"import": "./lib/download/github/index.mjs", | ||
"types": "./lib/download/github/index.d.ts" | ||
}, | ||
"./lib/download/github/types": { | ||
"require": "./lib/download/github/types.cjs", | ||
"import": "./lib/download/github/types.mjs", | ||
"types": "./lib/download/github/types.d.ts" | ||
}, | ||
"./lib/download/gitlab/hash": { | ||
"require": "./lib/download/gitlab/hash.cjs", | ||
"import": "./lib/download/gitlab/hash.mjs", | ||
"types": "./lib/download/gitlab/hash.d.ts" | ||
}, | ||
"./lib/download/gitlab": { | ||
"require": "./lib/download/gitlab/index.cjs", | ||
"import": "./lib/download/gitlab/index.mjs", | ||
"types": "./lib/download/gitlab/index.d.ts" | ||
}, | ||
"./lib/download/gitlab/index": { | ||
"require": "./lib/download/gitlab/index.cjs", | ||
"import": "./lib/download/gitlab/index.mjs", | ||
"types": "./lib/download/gitlab/index.d.ts" | ||
}, | ||
"./lib/download/gitlab/types": { | ||
"require": "./lib/download/gitlab/types.cjs", | ||
"import": "./lib/download/gitlab/types.mjs", | ||
"types": "./lib/download/gitlab/types.d.ts" | ||
}, | ||
"./lib/download/helpers/untar": { | ||
"require": "./lib/download/helpers/untar.cjs", | ||
"import": "./lib/download/helpers/untar.mjs", | ||
"types": "./lib/download/helpers/untar.d.ts" | ||
}, | ||
"./lib/download/helpers/unzip": { | ||
"require": "./lib/download/helpers/unzip.cjs", | ||
"import": "./lib/download/helpers/unzip.mjs", | ||
"types": "./lib/download/helpers/unzip.d.ts" | ||
}, | ||
"./lib/download": { | ||
"require": "./lib/download/index.cjs", | ||
"import": "./lib/download/index.mjs", | ||
"types": "./lib/download/index.d.ts" | ||
}, | ||
"./lib/download/index": { | ||
"require": "./lib/download/index.cjs", | ||
"import": "./lib/download/index.mjs", | ||
"types": "./lib/download/index.d.ts" | ||
}, | ||
"./lib/download/npm": { | ||
"require": "./lib/download/npm/index.cjs", | ||
"import": "./lib/download/npm/index.mjs", | ||
"types": "./lib/download/npm/index.d.ts" | ||
}, | ||
"./lib/download/npm/index": { | ||
"require": "./lib/download/npm/index.cjs", | ||
"import": "./lib/download/npm/index.mjs", | ||
"types": "./lib/download/npm/index.d.ts" | ||
}, | ||
"./lib/download/npm/types": { | ||
"require": "./lib/download/npm/types.cjs", | ||
"import": "./lib/download/npm/types.mjs", | ||
"types": "./lib/download/npm/types.d.ts" | ||
}, | ||
"./lib/download/npm/version": { | ||
"require": "./lib/download/npm/version.cjs", | ||
"import": "./lib/download/npm/version.mjs", | ||
"types": "./lib/download/npm/version.d.ts" | ||
}, | ||
"./lib/download/types/modified": { | ||
"require": "./lib/download/types/modified.cjs", | ||
"import": "./lib/download/types/modified.mjs", | ||
"types": "./lib/download/types/modified.d.ts" | ||
}, | ||
"./lib/download/types/sources": { | ||
"require": "./lib/download/types/sources.cjs", | ||
"import": "./lib/download/types/sources.mjs", | ||
"types": "./lib/download/types/sources.d.ts" | ||
}, | ||
"./lib/export/directory": { | ||
"require": "./lib/export/directory.cjs", | ||
"import": "./lib/export/directory.mjs", | ||
"types": "./lib/export/directory.d.ts" | ||
}, | ||
"./lib/export/helpers/custom-files": { | ||
"require": "./lib/export/helpers/custom-files.cjs", | ||
"import": "./lib/export/helpers/custom-files.mjs", | ||
"types": "./lib/export/helpers/custom-files.d.ts" | ||
}, | ||
"./lib/export/helpers/prepare": { | ||
"require": "./lib/export/helpers/prepare.cjs", | ||
"import": "./lib/export/helpers/prepare.mjs", | ||
"types": "./lib/export/helpers/prepare.d.ts" | ||
}, | ||
"./lib/export/helpers/types-version": { | ||
"require": "./lib/export/helpers/types-version.cjs", | ||
"import": "./lib/export/helpers/types-version.mjs", | ||
"types": "./lib/export/helpers/types-version.d.ts" | ||
}, | ||
"./lib/export/icon-package": { | ||
"require": "./lib/export/icon-package.cjs", | ||
"import": "./lib/export/icon-package.mjs", | ||
"types": "./lib/export/icon-package.d.ts" | ||
}, | ||
"./lib/export/json-package": { | ||
"require": "./lib/export/json-package.cjs", | ||
"import": "./lib/export/json-package.mjs", | ||
"types": "./lib/export/json-package.d.ts" | ||
}, | ||
"./lib/icon-set": { | ||
"require": "./lib/icon-set/index.cjs", | ||
"import": "./lib/icon-set/index.mjs", | ||
"types": "./lib/icon-set/index.d.ts" | ||
}, | ||
"./lib/icon-set/index": { | ||
"require": "./lib/icon-set/index.cjs", | ||
"import": "./lib/icon-set/index.mjs", | ||
"types": "./lib/icon-set/index.d.ts" | ||
}, | ||
"./lib/icon-set/match": { | ||
"require": "./lib/icon-set/match.cjs", | ||
"import": "./lib/icon-set/match.mjs", | ||
"types": "./lib/icon-set/match.d.ts" | ||
}, | ||
"./lib/icon-set/merge": { | ||
"require": "./lib/icon-set/merge.cjs", | ||
"import": "./lib/icon-set/merge.mjs", | ||
"types": "./lib/icon-set/merge.d.ts" | ||
}, | ||
"./lib/icon-set/modified": { | ||
"require": "./lib/icon-set/modified.cjs", | ||
"import": "./lib/icon-set/modified.mjs", | ||
"types": "./lib/icon-set/modified.d.ts" | ||
}, | ||
"./lib/icon-set/props": { | ||
"require": "./lib/icon-set/props.cjs", | ||
"import": "./lib/icon-set/props.mjs", | ||
"types": "./lib/icon-set/props.d.ts" | ||
}, | ||
"./lib/icon-set/tags": { | ||
"require": "./lib/icon-set/tags.cjs", | ||
"import": "./lib/icon-set/tags.mjs", | ||
"types": "./lib/icon-set/tags.d.ts" | ||
}, | ||
"./lib/icon-set/types": { | ||
"require": "./lib/icon-set/types.cjs", | ||
"import": "./lib/icon-set/types.mjs", | ||
"types": "./lib/icon-set/types.d.ts" | ||
}, | ||
"./lib/import/directory": { | ||
"require": "./lib/import/directory.cjs", | ||
"import": "./lib/import/directory.mjs", | ||
"types": "./lib/import/directory.d.ts" | ||
}, | ||
"./lib/import/figma": { | ||
"require": "./lib/import/figma/index.cjs", | ||
"import": "./lib/import/figma/index.mjs", | ||
"types": "./lib/import/figma/index.d.ts" | ||
}, | ||
"./lib/import/figma/index": { | ||
"require": "./lib/import/figma/index.cjs", | ||
"import": "./lib/import/figma/index.mjs", | ||
"types": "./lib/import/figma/index.d.ts" | ||
}, | ||
"./lib/import/figma/nodes": { | ||
"require": "./lib/import/figma/nodes.cjs", | ||
"import": "./lib/import/figma/nodes.mjs", | ||
"types": "./lib/import/figma/nodes.d.ts" | ||
}, | ||
"./lib/import/figma/query": { | ||
"require": "./lib/import/figma/query.cjs", | ||
"import": "./lib/import/figma/query.mjs", | ||
"types": "./lib/import/figma/query.d.ts" | ||
}, | ||
"./lib/import/figma/types/api": { | ||
"require": "./lib/import/figma/types/api.cjs", | ||
"import": "./lib/import/figma/types/api.mjs", | ||
"types": "./lib/import/figma/types/api.d.ts" | ||
}, | ||
"./lib/import/figma/types/nodes": { | ||
"require": "./lib/import/figma/types/nodes.cjs", | ||
"import": "./lib/import/figma/types/nodes.mjs", | ||
"types": "./lib/import/figma/types/nodes.d.ts" | ||
}, | ||
"./lib/import/figma/types/options": { | ||
"require": "./lib/import/figma/types/options.cjs", | ||
"import": "./lib/import/figma/types/options.mjs", | ||
"types": "./lib/import/figma/types/options.d.ts" | ||
}, | ||
"./lib/import/figma/types/result": { | ||
"require": "./lib/import/figma/types/result.cjs", | ||
"import": "./lib/import/figma/types/result.mjs", | ||
"types": "./lib/import/figma/types/result.d.ts" | ||
}, | ||
"./lib": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./lib/index": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./lib/misc/bump-version": { | ||
"require": "./lib/misc/bump-version.cjs", | ||
"import": "./lib/misc/bump-version.mjs", | ||
"types": "./lib/misc/bump-version.d.ts" | ||
}, | ||
"./lib/misc/cheerio": { | ||
"require": "./lib/misc/cheerio.cjs", | ||
"import": "./lib/misc/cheerio.mjs", | ||
"types": "./lib/misc/cheerio.d.ts" | ||
}, | ||
"./lib/misc/compare-dirs": { | ||
"require": "./lib/misc/compare-dirs.cjs", | ||
"import": "./lib/misc/compare-dirs.mjs", | ||
"types": "./lib/misc/compare-dirs.d.ts" | ||
}, | ||
"./lib/misc/exec": { | ||
"require": "./lib/misc/exec.cjs", | ||
"import": "./lib/misc/exec.mjs", | ||
"types": "./lib/misc/exec.d.ts" | ||
}, | ||
"./lib/misc/keyword": { | ||
"require": "./lib/misc/keyword.cjs", | ||
"import": "./lib/misc/keyword.mjs", | ||
"types": "./lib/misc/keyword.d.ts" | ||
}, | ||
"./lib/misc/scan": { | ||
"require": "./lib/misc/scan.cjs", | ||
"import": "./lib/misc/scan.mjs", | ||
"types": "./lib/misc/scan.d.ts" | ||
}, | ||
"./lib/misc/write-json": { | ||
"require": "./lib/misc/write-json.cjs", | ||
"import": "./lib/misc/write-json.mjs", | ||
"types": "./lib/misc/write-json.d.ts" | ||
}, | ||
"./lib/optimise/flags": { | ||
"require": "./lib/optimise/flags.cjs", | ||
"import": "./lib/optimise/flags.mjs", | ||
"types": "./lib/optimise/flags.d.ts" | ||
}, | ||
"./lib/optimise/global-style": { | ||
"require": "./lib/optimise/global-style.cjs", | ||
"import": "./lib/optimise/global-style.mjs", | ||
"types": "./lib/optimise/global-style.d.ts" | ||
}, | ||
"./lib/optimise/scale": { | ||
"require": "./lib/optimise/scale.cjs", | ||
"import": "./lib/optimise/scale.mjs", | ||
"types": "./lib/optimise/scale.d.ts" | ||
}, | ||
"./lib/optimise/svgo": { | ||
"require": "./lib/optimise/svgo.cjs", | ||
"import": "./lib/optimise/svgo.mjs", | ||
"types": "./lib/optimise/svgo.d.ts" | ||
}, | ||
"./lib/svg/analyse": { | ||
"require": "./lib/svg/analyse.cjs", | ||
"import": "./lib/svg/analyse.mjs", | ||
"types": "./lib/svg/analyse.d.ts" | ||
}, | ||
"./lib/svg/analyse/error": { | ||
"require": "./lib/svg/analyse/error.cjs", | ||
"import": "./lib/svg/analyse/error.mjs", | ||
"types": "./lib/svg/analyse/error.d.ts" | ||
}, | ||
"./lib/svg/analyse/types": { | ||
"require": "./lib/svg/analyse/types.cjs", | ||
"import": "./lib/svg/analyse/types.mjs", | ||
"types": "./lib/svg/analyse/types.d.ts" | ||
}, | ||
"./lib/svg/cleanup": { | ||
"require": "./lib/svg/cleanup.cjs", | ||
"import": "./lib/svg/cleanup.mjs", | ||
"types": "./lib/svg/cleanup.d.ts" | ||
}, | ||
"./lib/svg/cleanup/attribs": { | ||
"require": "./lib/svg/cleanup/attribs.cjs", | ||
"import": "./lib/svg/cleanup/attribs.mjs", | ||
"types": "./lib/svg/cleanup/attribs.d.ts" | ||
}, | ||
"./lib/svg/cleanup/bad-tags": { | ||
"require": "./lib/svg/cleanup/bad-tags.cjs", | ||
"import": "./lib/svg/cleanup/bad-tags.mjs", | ||
"types": "./lib/svg/cleanup/bad-tags.d.ts" | ||
}, | ||
"./lib/svg/cleanup/inline-style": { | ||
"require": "./lib/svg/cleanup/inline-style.cjs", | ||
"import": "./lib/svg/cleanup/inline-style.mjs", | ||
"types": "./lib/svg/cleanup/inline-style.d.ts" | ||
}, | ||
"./lib/svg/cleanup/root-style": { | ||
"require": "./lib/svg/cleanup/root-style.cjs", | ||
"import": "./lib/svg/cleanup/root-style.mjs", | ||
"types": "./lib/svg/cleanup/root-style.d.ts" | ||
}, | ||
"./lib/svg/cleanup/root-svg": { | ||
"require": "./lib/svg/cleanup/root-svg.cjs", | ||
"import": "./lib/svg/cleanup/root-svg.mjs", | ||
"types": "./lib/svg/cleanup/root-svg.d.ts" | ||
}, | ||
"./lib/svg/cleanup/svgo-style": { | ||
"require": "./lib/svg/cleanup/svgo-style.cjs", | ||
"import": "./lib/svg/cleanup/svgo-style.mjs", | ||
"types": "./lib/svg/cleanup/svgo-style.d.ts" | ||
}, | ||
"./lib/svg/data/attributes": { | ||
"require": "./lib/svg/data/attributes.cjs", | ||
"import": "./lib/svg/data/attributes.mjs", | ||
"types": "./lib/svg/data/attributes.d.ts" | ||
}, | ||
"./lib/svg/data/tags": { | ||
"require": "./lib/svg/data/tags.cjs", | ||
"import": "./lib/svg/data/tags.mjs", | ||
"types": "./lib/svg/data/tags.d.ts" | ||
}, | ||
"./lib/svg": { | ||
"require": "./lib/svg/index.cjs", | ||
"import": "./lib/svg/index.mjs", | ||
"types": "./lib/svg/index.d.ts" | ||
}, | ||
"./lib/svg/index": { | ||
"require": "./lib/svg/index.cjs", | ||
"import": "./lib/svg/index.mjs", | ||
"types": "./lib/svg/index.d.ts" | ||
}, | ||
"./lib/svg/parse": { | ||
"require": "./lib/svg/parse.cjs", | ||
"import": "./lib/svg/parse.mjs", | ||
"types": "./lib/svg/parse.d.ts" | ||
}, | ||
"./lib/svg/parse-style": { | ||
"require": "./lib/svg/parse-style.cjs", | ||
"import": "./lib/svg/parse-style.mjs", | ||
"types": "./lib/svg/parse-style.d.ts" | ||
}, | ||
"./lib/tests/load": { | ||
"require": "./lib/tests/load.cjs", | ||
"import": "./lib/tests/load.mjs", | ||
"types": "./lib/tests/load.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib tests-compiled tsconfig.tsbuildinfo", | ||
"lint": "eslint src/**/*.ts", | ||
"prebuild": "npm run lint && npm run clean", | ||
"build": "unbuild", | ||
"test:jest-cjs": "jest --clearCache --config=jest.config.cjs && jest --runInBand --config=jest.config.cjs", | ||
"test:jest-esm": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --clearCache --config=jest.config.mjs && cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --runInBand --config=jest.config.mjs", | ||
"test:jasmine": "cross-env NODE_OPTIONS='--experimental-vm-modules --experimental-json-modules' npx jasmine", | ||
"test": "npm run test:jest-cjs && npm run test:jest-esm && npm run test:jasmine" | ||
} | ||
} | ||
"name": "@iconify/tools", | ||
"type": "module", | ||
"description": "Collection of functions for cleaning up and parsing SVG for Iconify project", | ||
"author": "Vjacheslav Trushkin", | ||
"version": "2.2.0-beta.4", | ||
"license": "MIT", | ||
"bugs": "https://github.com/iconify/tools/issues", | ||
"homepage": "https://github.com/iconify/tools", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/iconify/tools.git" | ||
}, | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf lib tests-compiled tsconfig.tsbuildinfo", | ||
"lint": "eslint src/**/*.ts", | ||
"prebuild": "npm run lint && npm run clean", | ||
"build": "unbuild", | ||
"test:jest-cjs": "jest --clearCache --config=jest.config.cjs && jest --runInBand --config=jest.config.cjs", | ||
"test:jest-esm": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --clearCache --config=jest.config.mjs && cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --runInBand --config=jest.config.mjs", | ||
"test:jasmine": "cross-env NODE_OPTIONS='--experimental-vm-modules --experimental-json-modules' npx jasmine", | ||
"test": "npm run test:jest-cjs && npm run test:jest-esm && npm run test:jasmine" | ||
}, | ||
"dependencies": { | ||
"@iconify/utils": "^2.0.9", | ||
"@types/cheerio": "^0.22.31", | ||
"@types/node-fetch": "^2.6.2", | ||
"@types/tar": "^6.1.3", | ||
"cheerio": "^1.0.0-rc.12", | ||
"extract-zip": "^2.0.1", | ||
"local-pkg": "^0.4.2", | ||
"node-fetch": "^2.6.7", | ||
"pathe": "^1.0.0", | ||
"svgo": "^3.0.2", | ||
"tar": "^6.1.13" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.2.4", | ||
"@types/node": "^18.11.17", | ||
"@typescript-eslint/eslint-plugin": "^5.47.0", | ||
"@typescript-eslint/parser": "^5.47.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.30.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jasmine": "^4.1.3", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jasmine": "^4.5.0", | ||
"jest": "^29.3.1", | ||
"prettier": "^2.8.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.9.4", | ||
"unbuild": "^1.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@iconify/types": "*" | ||
}, | ||
"exports": { | ||
"./*": "./*", | ||
".": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./lib/colors/attribs": { | ||
"require": "./lib/colors/attribs.cjs", | ||
"import": "./lib/colors/attribs.mjs", | ||
"types": "./lib/colors/attribs.d.ts" | ||
}, | ||
"./lib/colors/detect": { | ||
"require": "./lib/colors/detect.cjs", | ||
"import": "./lib/colors/detect.mjs", | ||
"types": "./lib/colors/detect.d.ts" | ||
}, | ||
"./lib/colors/parse": { | ||
"require": "./lib/colors/parse.cjs", | ||
"import": "./lib/colors/parse.mjs", | ||
"types": "./lib/colors/parse.d.ts" | ||
}, | ||
"./lib/colors/validate": { | ||
"require": "./lib/colors/validate.cjs", | ||
"import": "./lib/colors/validate.mjs", | ||
"types": "./lib/colors/validate.d.ts" | ||
}, | ||
"./lib/css/parse": { | ||
"require": "./lib/css/parse.cjs", | ||
"import": "./lib/css/parse.mjs", | ||
"types": "./lib/css/parse.d.ts" | ||
}, | ||
"./lib/css/parser/error": { | ||
"require": "./lib/css/parser/error.cjs", | ||
"import": "./lib/css/parser/error.mjs", | ||
"types": "./lib/css/parser/error.d.ts" | ||
}, | ||
"./lib/css/parser/export": { | ||
"require": "./lib/css/parser/export.cjs", | ||
"import": "./lib/css/parser/export.mjs", | ||
"types": "./lib/css/parser/export.d.ts" | ||
}, | ||
"./lib/css/parser/strings": { | ||
"require": "./lib/css/parser/strings.cjs", | ||
"import": "./lib/css/parser/strings.mjs", | ||
"types": "./lib/css/parser/strings.d.ts" | ||
}, | ||
"./lib/css/parser/text": { | ||
"require": "./lib/css/parser/text.cjs", | ||
"import": "./lib/css/parser/text.mjs", | ||
"types": "./lib/css/parser/text.d.ts" | ||
}, | ||
"./lib/css/parser/tokens": { | ||
"require": "./lib/css/parser/tokens.cjs", | ||
"import": "./lib/css/parser/tokens.mjs", | ||
"types": "./lib/css/parser/tokens.d.ts" | ||
}, | ||
"./lib/css/parser/tree": { | ||
"require": "./lib/css/parser/tree.cjs", | ||
"import": "./lib/css/parser/tree.mjs", | ||
"types": "./lib/css/parser/tree.d.ts" | ||
}, | ||
"./lib/css/parser/types": { | ||
"require": "./lib/css/parser/types.cjs", | ||
"import": "./lib/css/parser/types.mjs", | ||
"types": "./lib/css/parser/types.d.ts" | ||
}, | ||
"./lib/download/api/cache": { | ||
"require": "./lib/download/api/cache.cjs", | ||
"import": "./lib/download/api/cache.mjs", | ||
"types": "./lib/download/api/cache.d.ts" | ||
}, | ||
"./lib/download/api/download": { | ||
"require": "./lib/download/api/download.cjs", | ||
"import": "./lib/download/api/download.mjs", | ||
"types": "./lib/download/api/download.d.ts" | ||
}, | ||
"./lib/download/api": { | ||
"require": "./lib/download/api/index.cjs", | ||
"import": "./lib/download/api/index.mjs", | ||
"types": "./lib/download/api/index.d.ts" | ||
}, | ||
"./lib/download/api/index": { | ||
"require": "./lib/download/api/index.cjs", | ||
"import": "./lib/download/api/index.mjs", | ||
"types": "./lib/download/api/index.d.ts" | ||
}, | ||
"./lib/download/api/types": { | ||
"require": "./lib/download/api/types.cjs", | ||
"import": "./lib/download/api/types.mjs", | ||
"types": "./lib/download/api/types.d.ts" | ||
}, | ||
"./lib/download/git/branch": { | ||
"require": "./lib/download/git/branch.cjs", | ||
"import": "./lib/download/git/branch.mjs", | ||
"types": "./lib/download/git/branch.d.ts" | ||
}, | ||
"./lib/download/git/hash": { | ||
"require": "./lib/download/git/hash.cjs", | ||
"import": "./lib/download/git/hash.mjs", | ||
"types": "./lib/download/git/hash.d.ts" | ||
}, | ||
"./lib/download/git": { | ||
"require": "./lib/download/git/index.cjs", | ||
"import": "./lib/download/git/index.mjs", | ||
"types": "./lib/download/git/index.d.ts" | ||
}, | ||
"./lib/download/git/index": { | ||
"require": "./lib/download/git/index.cjs", | ||
"import": "./lib/download/git/index.mjs", | ||
"types": "./lib/download/git/index.d.ts" | ||
}, | ||
"./lib/download/git/reset": { | ||
"require": "./lib/download/git/reset.cjs", | ||
"import": "./lib/download/git/reset.mjs", | ||
"types": "./lib/download/git/reset.d.ts" | ||
}, | ||
"./lib/download/github/hash": { | ||
"require": "./lib/download/github/hash.cjs", | ||
"import": "./lib/download/github/hash.mjs", | ||
"types": "./lib/download/github/hash.d.ts" | ||
}, | ||
"./lib/download/github": { | ||
"require": "./lib/download/github/index.cjs", | ||
"import": "./lib/download/github/index.mjs", | ||
"types": "./lib/download/github/index.d.ts" | ||
}, | ||
"./lib/download/github/index": { | ||
"require": "./lib/download/github/index.cjs", | ||
"import": "./lib/download/github/index.mjs", | ||
"types": "./lib/download/github/index.d.ts" | ||
}, | ||
"./lib/download/github/types": { | ||
"require": "./lib/download/github/types.cjs", | ||
"import": "./lib/download/github/types.mjs", | ||
"types": "./lib/download/github/types.d.ts" | ||
}, | ||
"./lib/download/gitlab/hash": { | ||
"require": "./lib/download/gitlab/hash.cjs", | ||
"import": "./lib/download/gitlab/hash.mjs", | ||
"types": "./lib/download/gitlab/hash.d.ts" | ||
}, | ||
"./lib/download/gitlab": { | ||
"require": "./lib/download/gitlab/index.cjs", | ||
"import": "./lib/download/gitlab/index.mjs", | ||
"types": "./lib/download/gitlab/index.d.ts" | ||
}, | ||
"./lib/download/gitlab/index": { | ||
"require": "./lib/download/gitlab/index.cjs", | ||
"import": "./lib/download/gitlab/index.mjs", | ||
"types": "./lib/download/gitlab/index.d.ts" | ||
}, | ||
"./lib/download/gitlab/types": { | ||
"require": "./lib/download/gitlab/types.cjs", | ||
"import": "./lib/download/gitlab/types.mjs", | ||
"types": "./lib/download/gitlab/types.d.ts" | ||
}, | ||
"./lib/download/helpers/untar": { | ||
"require": "./lib/download/helpers/untar.cjs", | ||
"import": "./lib/download/helpers/untar.mjs", | ||
"types": "./lib/download/helpers/untar.d.ts" | ||
}, | ||
"./lib/download/helpers/unzip": { | ||
"require": "./lib/download/helpers/unzip.cjs", | ||
"import": "./lib/download/helpers/unzip.mjs", | ||
"types": "./lib/download/helpers/unzip.d.ts" | ||
}, | ||
"./lib/download": { | ||
"require": "./lib/download/index.cjs", | ||
"import": "./lib/download/index.mjs", | ||
"types": "./lib/download/index.d.ts" | ||
}, | ||
"./lib/download/index": { | ||
"require": "./lib/download/index.cjs", | ||
"import": "./lib/download/index.mjs", | ||
"types": "./lib/download/index.d.ts" | ||
}, | ||
"./lib/download/npm": { | ||
"require": "./lib/download/npm/index.cjs", | ||
"import": "./lib/download/npm/index.mjs", | ||
"types": "./lib/download/npm/index.d.ts" | ||
}, | ||
"./lib/download/npm/index": { | ||
"require": "./lib/download/npm/index.cjs", | ||
"import": "./lib/download/npm/index.mjs", | ||
"types": "./lib/download/npm/index.d.ts" | ||
}, | ||
"./lib/download/npm/types": { | ||
"require": "./lib/download/npm/types.cjs", | ||
"import": "./lib/download/npm/types.mjs", | ||
"types": "./lib/download/npm/types.d.ts" | ||
}, | ||
"./lib/download/npm/version": { | ||
"require": "./lib/download/npm/version.cjs", | ||
"import": "./lib/download/npm/version.mjs", | ||
"types": "./lib/download/npm/version.d.ts" | ||
}, | ||
"./lib/download/types/modified": { | ||
"require": "./lib/download/types/modified.cjs", | ||
"import": "./lib/download/types/modified.mjs", | ||
"types": "./lib/download/types/modified.d.ts" | ||
}, | ||
"./lib/download/types/sources": { | ||
"require": "./lib/download/types/sources.cjs", | ||
"import": "./lib/download/types/sources.mjs", | ||
"types": "./lib/download/types/sources.d.ts" | ||
}, | ||
"./lib/export/directory": { | ||
"require": "./lib/export/directory.cjs", | ||
"import": "./lib/export/directory.mjs", | ||
"types": "./lib/export/directory.d.ts" | ||
}, | ||
"./lib/export/helpers/custom-files": { | ||
"require": "./lib/export/helpers/custom-files.cjs", | ||
"import": "./lib/export/helpers/custom-files.mjs", | ||
"types": "./lib/export/helpers/custom-files.d.ts" | ||
}, | ||
"./lib/export/helpers/prepare": { | ||
"require": "./lib/export/helpers/prepare.cjs", | ||
"import": "./lib/export/helpers/prepare.mjs", | ||
"types": "./lib/export/helpers/prepare.d.ts" | ||
}, | ||
"./lib/export/helpers/types-version": { | ||
"require": "./lib/export/helpers/types-version.cjs", | ||
"import": "./lib/export/helpers/types-version.mjs", | ||
"types": "./lib/export/helpers/types-version.d.ts" | ||
}, | ||
"./lib/export/icon-package": { | ||
"require": "./lib/export/icon-package.cjs", | ||
"import": "./lib/export/icon-package.mjs", | ||
"types": "./lib/export/icon-package.d.ts" | ||
}, | ||
"./lib/export/json-package": { | ||
"require": "./lib/export/json-package.cjs", | ||
"import": "./lib/export/json-package.mjs", | ||
"types": "./lib/export/json-package.d.ts" | ||
}, | ||
"./lib/icon-set": { | ||
"require": "./lib/icon-set/index.cjs", | ||
"import": "./lib/icon-set/index.mjs", | ||
"types": "./lib/icon-set/index.d.ts" | ||
}, | ||
"./lib/icon-set/index": { | ||
"require": "./lib/icon-set/index.cjs", | ||
"import": "./lib/icon-set/index.mjs", | ||
"types": "./lib/icon-set/index.d.ts" | ||
}, | ||
"./lib/icon-set/match": { | ||
"require": "./lib/icon-set/match.cjs", | ||
"import": "./lib/icon-set/match.mjs", | ||
"types": "./lib/icon-set/match.d.ts" | ||
}, | ||
"./lib/icon-set/merge": { | ||
"require": "./lib/icon-set/merge.cjs", | ||
"import": "./lib/icon-set/merge.mjs", | ||
"types": "./lib/icon-set/merge.d.ts" | ||
}, | ||
"./lib/icon-set/modified": { | ||
"require": "./lib/icon-set/modified.cjs", | ||
"import": "./lib/icon-set/modified.mjs", | ||
"types": "./lib/icon-set/modified.d.ts" | ||
}, | ||
"./lib/icon-set/props": { | ||
"require": "./lib/icon-set/props.cjs", | ||
"import": "./lib/icon-set/props.mjs", | ||
"types": "./lib/icon-set/props.d.ts" | ||
}, | ||
"./lib/icon-set/tags": { | ||
"require": "./lib/icon-set/tags.cjs", | ||
"import": "./lib/icon-set/tags.mjs", | ||
"types": "./lib/icon-set/tags.d.ts" | ||
}, | ||
"./lib/icon-set/types": { | ||
"require": "./lib/icon-set/types.cjs", | ||
"import": "./lib/icon-set/types.mjs", | ||
"types": "./lib/icon-set/types.d.ts" | ||
}, | ||
"./lib/import/directory": { | ||
"require": "./lib/import/directory.cjs", | ||
"import": "./lib/import/directory.mjs", | ||
"types": "./lib/import/directory.d.ts" | ||
}, | ||
"./lib/import/figma": { | ||
"require": "./lib/import/figma/index.cjs", | ||
"import": "./lib/import/figma/index.mjs", | ||
"types": "./lib/import/figma/index.d.ts" | ||
}, | ||
"./lib/import/figma/index": { | ||
"require": "./lib/import/figma/index.cjs", | ||
"import": "./lib/import/figma/index.mjs", | ||
"types": "./lib/import/figma/index.d.ts" | ||
}, | ||
"./lib/import/figma/nodes": { | ||
"require": "./lib/import/figma/nodes.cjs", | ||
"import": "./lib/import/figma/nodes.mjs", | ||
"types": "./lib/import/figma/nodes.d.ts" | ||
}, | ||
"./lib/import/figma/query": { | ||
"require": "./lib/import/figma/query.cjs", | ||
"import": "./lib/import/figma/query.mjs", | ||
"types": "./lib/import/figma/query.d.ts" | ||
}, | ||
"./lib/import/figma/types/api": { | ||
"require": "./lib/import/figma/types/api.cjs", | ||
"import": "./lib/import/figma/types/api.mjs", | ||
"types": "./lib/import/figma/types/api.d.ts" | ||
}, | ||
"./lib/import/figma/types/nodes": { | ||
"require": "./lib/import/figma/types/nodes.cjs", | ||
"import": "./lib/import/figma/types/nodes.mjs", | ||
"types": "./lib/import/figma/types/nodes.d.ts" | ||
}, | ||
"./lib/import/figma/types/options": { | ||
"require": "./lib/import/figma/types/options.cjs", | ||
"import": "./lib/import/figma/types/options.mjs", | ||
"types": "./lib/import/figma/types/options.d.ts" | ||
}, | ||
"./lib/import/figma/types/result": { | ||
"require": "./lib/import/figma/types/result.cjs", | ||
"import": "./lib/import/figma/types/result.mjs", | ||
"types": "./lib/import/figma/types/result.d.ts" | ||
}, | ||
"./lib": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./lib/index": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./lib/misc/bump-version": { | ||
"require": "./lib/misc/bump-version.cjs", | ||
"import": "./lib/misc/bump-version.mjs", | ||
"types": "./lib/misc/bump-version.d.ts" | ||
}, | ||
"./lib/misc/cheerio": { | ||
"require": "./lib/misc/cheerio.cjs", | ||
"import": "./lib/misc/cheerio.mjs", | ||
"types": "./lib/misc/cheerio.d.ts" | ||
}, | ||
"./lib/misc/compare-dirs": { | ||
"require": "./lib/misc/compare-dirs.cjs", | ||
"import": "./lib/misc/compare-dirs.mjs", | ||
"types": "./lib/misc/compare-dirs.d.ts" | ||
}, | ||
"./lib/misc/exec": { | ||
"require": "./lib/misc/exec.cjs", | ||
"import": "./lib/misc/exec.mjs", | ||
"types": "./lib/misc/exec.d.ts" | ||
}, | ||
"./lib/misc/keyword": { | ||
"require": "./lib/misc/keyword.cjs", | ||
"import": "./lib/misc/keyword.mjs", | ||
"types": "./lib/misc/keyword.d.ts" | ||
}, | ||
"./lib/misc/scan": { | ||
"require": "./lib/misc/scan.cjs", | ||
"import": "./lib/misc/scan.mjs", | ||
"types": "./lib/misc/scan.d.ts" | ||
}, | ||
"./lib/misc/write-json": { | ||
"require": "./lib/misc/write-json.cjs", | ||
"import": "./lib/misc/write-json.mjs", | ||
"types": "./lib/misc/write-json.d.ts" | ||
}, | ||
"./lib/optimise/flags": { | ||
"require": "./lib/optimise/flags.cjs", | ||
"import": "./lib/optimise/flags.mjs", | ||
"types": "./lib/optimise/flags.d.ts" | ||
}, | ||
"./lib/optimise/global-style": { | ||
"require": "./lib/optimise/global-style.cjs", | ||
"import": "./lib/optimise/global-style.mjs", | ||
"types": "./lib/optimise/global-style.d.ts" | ||
}, | ||
"./lib/optimise/scale": { | ||
"require": "./lib/optimise/scale.cjs", | ||
"import": "./lib/optimise/scale.mjs", | ||
"types": "./lib/optimise/scale.d.ts" | ||
}, | ||
"./lib/optimise/svgo": { | ||
"require": "./lib/optimise/svgo.cjs", | ||
"import": "./lib/optimise/svgo.mjs", | ||
"types": "./lib/optimise/svgo.d.ts" | ||
}, | ||
"./lib/svg/analyse": { | ||
"require": "./lib/svg/analyse.cjs", | ||
"import": "./lib/svg/analyse.mjs", | ||
"types": "./lib/svg/analyse.d.ts" | ||
}, | ||
"./lib/svg/analyse/error": { | ||
"require": "./lib/svg/analyse/error.cjs", | ||
"import": "./lib/svg/analyse/error.mjs", | ||
"types": "./lib/svg/analyse/error.d.ts" | ||
}, | ||
"./lib/svg/analyse/types": { | ||
"require": "./lib/svg/analyse/types.cjs", | ||
"import": "./lib/svg/analyse/types.mjs", | ||
"types": "./lib/svg/analyse/types.d.ts" | ||
}, | ||
"./lib/svg/cleanup": { | ||
"require": "./lib/svg/cleanup.cjs", | ||
"import": "./lib/svg/cleanup.mjs", | ||
"types": "./lib/svg/cleanup.d.ts" | ||
}, | ||
"./lib/svg/cleanup/attribs": { | ||
"require": "./lib/svg/cleanup/attribs.cjs", | ||
"import": "./lib/svg/cleanup/attribs.mjs", | ||
"types": "./lib/svg/cleanup/attribs.d.ts" | ||
}, | ||
"./lib/svg/cleanup/bad-tags": { | ||
"require": "./lib/svg/cleanup/bad-tags.cjs", | ||
"import": "./lib/svg/cleanup/bad-tags.mjs", | ||
"types": "./lib/svg/cleanup/bad-tags.d.ts" | ||
}, | ||
"./lib/svg/cleanup/inline-style": { | ||
"require": "./lib/svg/cleanup/inline-style.cjs", | ||
"import": "./lib/svg/cleanup/inline-style.mjs", | ||
"types": "./lib/svg/cleanup/inline-style.d.ts" | ||
}, | ||
"./lib/svg/cleanup/root-style": { | ||
"require": "./lib/svg/cleanup/root-style.cjs", | ||
"import": "./lib/svg/cleanup/root-style.mjs", | ||
"types": "./lib/svg/cleanup/root-style.d.ts" | ||
}, | ||
"./lib/svg/cleanup/root-svg": { | ||
"require": "./lib/svg/cleanup/root-svg.cjs", | ||
"import": "./lib/svg/cleanup/root-svg.mjs", | ||
"types": "./lib/svg/cleanup/root-svg.d.ts" | ||
}, | ||
"./lib/svg/cleanup/svgo-style": { | ||
"require": "./lib/svg/cleanup/svgo-style.cjs", | ||
"import": "./lib/svg/cleanup/svgo-style.mjs", | ||
"types": "./lib/svg/cleanup/svgo-style.d.ts" | ||
}, | ||
"./lib/svg/data/attributes": { | ||
"require": "./lib/svg/data/attributes.cjs", | ||
"import": "./lib/svg/data/attributes.mjs", | ||
"types": "./lib/svg/data/attributes.d.ts" | ||
}, | ||
"./lib/svg/data/tags": { | ||
"require": "./lib/svg/data/tags.cjs", | ||
"import": "./lib/svg/data/tags.mjs", | ||
"types": "./lib/svg/data/tags.d.ts" | ||
}, | ||
"./lib/svg": { | ||
"require": "./lib/svg/index.cjs", | ||
"import": "./lib/svg/index.mjs", | ||
"types": "./lib/svg/index.d.ts" | ||
}, | ||
"./lib/svg/index": { | ||
"require": "./lib/svg/index.cjs", | ||
"import": "./lib/svg/index.mjs", | ||
"types": "./lib/svg/index.d.ts" | ||
}, | ||
"./lib/svg/parse": { | ||
"require": "./lib/svg/parse.cjs", | ||
"import": "./lib/svg/parse.mjs", | ||
"types": "./lib/svg/parse.d.ts" | ||
}, | ||
"./lib/svg/parse-style": { | ||
"require": "./lib/svg/parse-style.cjs", | ||
"import": "./lib/svg/parse-style.mjs", | ||
"types": "./lib/svg/parse-style.d.ts" | ||
}, | ||
"./lib/tests/load": { | ||
"require": "./lib/tests/load.cjs", | ||
"import": "./lib/tests/load.mjs", | ||
"types": "./lib/tests/load.d.ts" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12877
411975