blob: 009a0749c0194812c9746ac6b42615edd35a242b [file] [log] [blame]
{
"_args": [
[
"postcss-jsx@0.36.1",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "postcss-jsx@0.36.1",
"_id": "postcss-jsx@0.36.1",
"_inBundle": false,
"_integrity": "sha512-xaZpy01YR7ijsFUtu5rViYCFHurFIPHir+faiOQp8g/NfTfWqZCKDhKrydQZ4d8WlSAmVdXGwLjpFbsNUI26Sw==",
"_location": "/postcss-jsx",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-jsx@0.36.1",
"name": "postcss-jsx",
"escapedName": "postcss-jsx",
"rawSpec": "0.36.1",
"saveSpec": null,
"fetchSpec": "0.36.1"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "https://registry.npmjs.org/postcss-jsx/-/postcss-jsx-0.36.1.tgz",
"_spec": "0.36.1",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "gucong3000"
},
"bugs": {
"url": "https://github.com/gucong3000/postcss-jsx/issues"
},
"dependencies": {
"@babel/core": ">=7.2.2"
},
"description": "PostCSS syntax for parsing CSS in JS literals",
"devDependencies": {
"autoprefixer": "^9.4.4",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"json5": "^2.1.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"postcss": "^7.0.7",
"postcss-parser-tests": "^6.3.1",
"postcss-safe-parser": "^4.0.1",
"postcss-syntax": ">=0.36.0"
},
"homepage": "https://github.com/gucong3000/postcss-jsx#readme",
"keywords": [
"postcss",
"syntax",
"emotion",
"aphrodite",
"glamor",
"glamorous",
"react-native",
"react-style",
"reactcss",
"styled-components",
"styletron-react",
"typestyle",
"css-in-js",
"css"
],
"license": "MIT",
"name": "postcss-jsx",
"nyc": {
"reporter": [
"lcov",
"text"
],
"all": true,
"cache": true,
"check-coverage": true
},
"peerDependencies": {
"postcss": ">=5.0.0",
"postcss-syntax": ">=0.36.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/postcss-jsx.git"
},
"scripts": {
"debug": "npm run mocha -- --inspect-brk",
"mocha": "mocha --no-timeouts",
"test": "nyc npm run mocha"
},
"version": "0.36.1"
}