Files
30-seconds-of-code/node_modules/style-to-object/package.json
2019-08-20 15:52:05 +02:00

92 lines
2.8 KiB
JSON

{
"_from": "style-to-object@^0.2.1",
"_id": "style-to-object@0.2.3",
"_inBundle": false,
"_integrity": "sha512-1d/k4EY2N7jVLOqf2j04dTc37TPOv/hHxZmvpg8Pdh8UYydxeu/C1W1U4vD8alzf5V2Gt7rLsmkr4dxAlDm9ng==",
"_location": "/style-to-object",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "style-to-object@^0.2.1",
"name": "style-to-object",
"escapedName": "style-to-object",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/hast-to-hyperscript"
],
"_resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.2.3.tgz",
"_shasum": "afcf42bc03846b1e311880c55632a26ad2780bcb",
"_spec": "style-to-object@^0.2.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/hast-to-hyperscript",
"author": {
"name": "Mark",
"email": "mark@remarkablemark.org"
},
"bugs": {
"url": "https://github.com/remarkablemark/style-to-object/issues"
},
"bundleDependencies": false,
"dependencies": {
"inline-style-parser": "0.1.1"
},
"deprecated": false,
"description": "Converts inline style to object.",
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"coveralls": "^3.0.4",
"eslint": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^2.4.1",
"lint-staged": "^8.2.1",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"rollup": "^1.16.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.4",
"rollup-plugin-uglify": "^6.0.2",
"standard-version": "^6.0.1"
},
"files": [
"/dist"
],
"homepage": "https://github.com/remarkablemark/style-to-object#readme",
"keywords": [
"style-to-object",
"inline",
"style",
"parser",
"css",
"object",
"pojo"
],
"license": "MIT",
"main": "index.js",
"name": "style-to-object",
"repository": {
"type": "git",
"url": "git+https://github.com/remarkablemark/style-to-object.git"
},
"scripts": {
"build": "npm run clean && npm run build:min && npm run build:unmin",
"build:min": "NODE_ENV=production rollup --config --file dist/style-to-object.min.js --sourcemap",
"build:unmin": "NODE_ENV=development rollup --config --file dist/style-to-object.js",
"clean": "rm -rf dist",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build",
"release": "standard-version --no-verify",
"test": "mocha",
"test:coverage": "nyc npm test",
"test:coverage:report": "nyc report --reporter=html",
"test:watch": "mocha --watch"
},
"version": "0.2.3"
}