mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
120 lines
3.0 KiB
JSON
120 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"svg-element-attributes@1.3.1",
|
|
"."
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "svg-element-attributes@1.3.1",
|
|
"_id": "svg-element-attributes@1.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Bh05dSOnJBf3miNMqpsormfNtfidA/GxQVakhtn0T4DECWKeXQRQUceYjJ+OxYiiLdGe4Jo9iFV8wICFapFeIA==",
|
|
"_location": "/svg-element-attributes",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "svg-element-attributes@1.3.1",
|
|
"name": "svg-element-attributes",
|
|
"escapedName": "svg-element-attributes",
|
|
"rawSpec": "1.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-github"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/svg-element-attributes/-/svg-element-attributes-1.3.1.tgz",
|
|
"_spec": "1.3.1",
|
|
"_where": ".",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "https://wooorm.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wooorm/svg-element-attributes/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "https://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Map of SVG elements to allowed attributes",
|
|
"devDependencies": {
|
|
"alpha-sort": "^3.0.0",
|
|
"bail": "^1.0.0",
|
|
"browserify": "^16.0.0",
|
|
"concat-stream": "^2.0.0",
|
|
"hast-util-is-event-handler": "^1.0.0",
|
|
"hast-util-select": "^3.0.0",
|
|
"hast-util-to-string": "^1.0.0",
|
|
"prettier": "^1.0.0",
|
|
"rehype-parse": "^6.0.0",
|
|
"remark-cli": "^7.0.0",
|
|
"remark-preset-wooorm": "^6.0.0",
|
|
"tape": "^4.0.0",
|
|
"tinyify": "^2.0.0",
|
|
"unified": "^8.0.0",
|
|
"xo": "^0.25.0"
|
|
},
|
|
"files": [
|
|
"index.json"
|
|
],
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
},
|
|
"homepage": "https://github.com/wooorm/svg-element-attributes#readme",
|
|
"keywords": [
|
|
"svg",
|
|
"element",
|
|
"tag",
|
|
"name",
|
|
"attribute",
|
|
"property",
|
|
"w3c"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.json",
|
|
"name": "svg-element-attributes",
|
|
"prettier": {
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"bracketSpacing": false,
|
|
"semi": false,
|
|
"trailingComma": "none"
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"preset-wooorm"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wooorm/svg-element-attributes.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-bundle && npm run build-mangle",
|
|
"build-bundle": "browserify index.json -s svgElementAttributes -o svg-element-attributes.js",
|
|
"build-mangle": "browserify index.json -s svgElementAttributes -p tinyify -o svg-element-attributes.min.js",
|
|
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
|
|
"generate": "node build",
|
|
"test": "npm run format && npm run build && npm run test-api",
|
|
"test-api": "node test"
|
|
},
|
|
"version": "1.3.1",
|
|
"xo": {
|
|
"prettier": true,
|
|
"esnext": false,
|
|
"ignores": [
|
|
"svg-element-attributes.js"
|
|
]
|
|
}
|
|
}
|