hensei-web/node_modules/postcss-normalize/package.json
2020-09-11 06:44:42 -07:00

124 lines
3 KiB
JSON

{
"_from": "postcss-normalize",
"_id": "postcss-normalize@9.0.0",
"_inBundle": false,
"_integrity": "sha512-//kq5O1xkygzN1iCioFIBtzyVTgB6ce9+Hu0mNHuUhPn+FnnFSPybe5kBemnUPPqd7QrHc+kdX6GVECUWdU2uQ==",
"_location": "/postcss-normalize",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "postcss-normalize",
"name": "postcss-normalize",
"escapedName": "postcss-normalize",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-9.0.0.tgz",
"_shasum": "3b551279f78ec3b2e151bc8cf52ff6e46c4cc60c",
"_spec": "postcss-normalize",
"_where": "/Users/justin/Code/granblue/hensei-web",
"author": {
"name": "Jonathan Neal",
"email": "jonathantneal@hotmail.com"
},
"babel": {
"plugins": [
"@babel/plugin-syntax-import-meta"
],
"presets": [
[
"@babel/env",
{
"targets": "maintained node versions"
}
]
]
},
"bugs": {
"url": "https://github.com/csstools/postcss-normalize/issues"
},
"bundleDependencies": false,
"dependencies": {
"@csstools/normalize.css": "*",
"postcss": "^7.0.27",
"postcss-browser-comments": "^3.0.0",
"sanitize.css": "*"
},
"deprecated": false,
"description": "Use the parts of normalize.css or sanitize.css you need from your browserslist",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"postcss-import": "^12.0.1",
"postcss-tape": "^5.0.2",
"pre-commit": "^1.2.2",
"rollup": "^2.6.0",
"rollup-plugin-babel": "^4.4.0"
},
"engines": {
"node": ">=10.0.0"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parser": "babel-eslint"
},
"files": [
"dist"
],
"homepage": "https://github.com/csstools/postcss-normalize#readme",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"normalizes",
"browsers",
"fixes"
],
"license": "CC0-1.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",
"name": "postcss-normalize",
"repository": {
"type": "git",
"url": "git+https://github.com/csstools/postcss-normalize.git"
},
"rollup": {
"input": "src/index.js",
"plugins": [
"rollup-plugin-babel"
],
"output": [
{
"file": "dist/index.cjs.js",
"format": "cjs"
},
{
"file": "dist/index.esm.js",
"format": "esm"
}
]
},
"scripts": {
"build": "npx rollup -c .rollup.js",
"build:watch": "npx rollup -c .rollup.js --watch",
"lint": "npx eslint --cache src",
"lint:fix": "npx eslint --cache --fix",
"pretest": "npm install && npm run build",
"tape": "npx postcss-tape",
"test": "npm run lint && npm run tape"
},
"version": "9.0.0"
}