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

82 lines
2.6 KiB
JSON

{
"_from": "inline-style-parser@0.1.1",
"_id": "inline-style-parser@0.1.1",
"_inBundle": false,
"_integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==",
"_location": "/inline-style-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "inline-style-parser@0.1.1",
"name": "inline-style-parser",
"escapedName": "inline-style-parser",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/style-to-object"
],
"_resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
"_shasum": "ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1",
"_spec": "inline-style-parser@0.1.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/style-to-object",
"bugs": {
"url": "https://github.com/remarkablemark/inline-style-parser/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An inline style parser.",
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"coveralls": "^3.0.4",
"css": "2.2.4",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^2.4.1",
"jest": "^24.8.0",
"lint-staged": "^8.2.1",
"prettier": "^1.18.2",
"rollup": "^1.15.6",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-uglify": "^6.0.2",
"standard-version": "^6.0.1"
},
"files": [
"/dist"
],
"homepage": "https://github.com/remarkablemark/inline-style-parser#readme",
"keywords": [
"inline-style-parser",
"inline-style",
"style",
"parser",
"css"
],
"license": "MIT",
"main": "index.js",
"name": "inline-style-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/remarkablemark/inline-style-parser.git"
},
"scripts": {
"build": "npm run clean && npm run build:min && npm run build:unmin",
"build:min": "NODE_ENV=production rollup --config --output.file dist/inline-style-parser.min.js --sourcemap",
"build:unmin": "NODE_ENV=development rollup --config --file dist/inline-style-parser.js",
"clean": "rm -rf dist",
"coveralls": "cat coverage/lcov.info | coveralls",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build",
"release": "standard-version --no-verify",
"test": "jest",
"test:ci": "npm run test:coverage -- --ci",
"test:coverage": "jest --coverage --collectCoverageFrom=index.js",
"test:watch": "jest --watch"
},
"version": "0.1.1"
}