UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

97 lines (96 loc) 2.22 kB
{ "_args": [ [ "postcss-js@1.0.1", "/Users/robert/Code/core-ui/packages/cosmo-ui-build" ] ], "_from": "postcss-js@1.0.1", "_id": "postcss-js@1.0.1", "_inBundle": false, "_integrity": "sha512-smhUUMF5o5W1ZCQSyh5A3lNOXFLdNrxqyhWbLsGolZH2AgVmlyhxhYbIixfsdKE6r1vG5i7O40DPcvEvE1mvjw==", "_location": "/postcss-js", "_phantomChildren": { "color-convert": "1.9.1", "escape-string-regexp": "1.0.5" }, "_requested": { "type": "version", "registry": true, "raw": "postcss-js@1.0.1", "name": "postcss-js", "escapedName": "postcss-js", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/postcss-mixins" ], "_resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-1.0.1.tgz", "_spec": "1.0.1", "_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build", "author": { "name": "Andrey Sitnik", "email": "andrey@sitnik.ru" }, "bugs": { "url": "https://github.com/postcss/postcss-js/issues" }, "dependencies": { "camelcase-css": "^1.0.1", "postcss": "^6.0.11" }, "description": "PostCSS for React Inline Styles, Radium, Free Style and other CSS-in-JS", "devDependencies": { "eslint": "^4.6.1", "eslint-config-postcss": "^2.0.2", "jest": "^21.0.2", "lint-staged": "^4.1.3", "pre-commit": "^1.2.2" }, "eslintConfig": { "extends": "eslint-config-postcss/es5", "rules": { "no-use-before-define": "off", "quote-props": "off" }, "env": { "jest": true } }, "homepage": "https://github.com/postcss/postcss-js#readme", "jest": { "coverageThreshold": { "global": { "statements": 100 } } }, "keywords": [ "postcss", "postcss-runner", "js", "inline", "react", "css", "cssinjs" ], "license": "MIT", "lint-staged": { "*.js": "eslint" }, "name": "postcss-js", "pre-commit": [ "lint-staged" ], "repository": { "type": "git", "url": "git+https://github.com/postcss/postcss-js.git" }, "scripts": { "lint-staged": "lint-staged", "test": "jest --coverage && eslint *.js test/*.js" }, "version": "1.0.1" }