github-pages-deploy-action/node_modules/svg-element-attributes/package.json

120 lines
3.1 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"svg-element-attributes@1.3.1",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
2020-03-07 11:45:40 +08:00
],
2020-03-22 05:13:25 +08:00
"_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"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"_requiredBy": [
"/eslint-plugin-github"
2020-03-07 11:45:40 +08:00
],
2020-03-22 05:13:25 +08:00
"_resolved": "https://registry.npmjs.org/svg-element-attributes/-/svg-element-attributes-1.3.1.tgz",
"_spec": "1.3.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"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"
}
2020-03-07 11:45:40 +08:00
],
"dependencies": {},
2020-03-22 05:13:25 +08:00
"description": "Map of SVG elements to allowed attributes",
2020-03-07 11:45:40 +08:00
"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"
},
2020-03-22 05:13:25 +08:00
"files": [
"index.json"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"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",
2020-03-07 11:45:40 +08:00
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
2020-03-22 05:13:25 +08:00
"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",
2020-03-07 11:45:40 +08:00
"xo": {
"prettier": true,
"esnext": false,
"ignores": [
"svg-element-attributes.js"
]
}
}