{ "_args": [ [ "tailwindcss@1.9.2", "/home/runner/work/owncast/owncast/build/javascript" ] ], "_from": "tailwindcss@1.9.2", "_id": "tailwindcss@1.9.2", "_inBundle": false, "_integrity": "sha512-D3uKSZZkh4GaKiZWmPEfNrqEmEuYdwaqXOQ7trYSQQFI5laSD9+b2FUUj5g39nk5R1omKp5tBW9wZsfJq+KIVA==", "_location": "/tailwindcss", "_phantomChildren": { "escape-string-regexp": "1.0.5" }, "_requested": { "type": "version", "registry": true, "raw": "tailwindcss@1.9.2", "name": "tailwindcss", "escapedName": "tailwindcss", "rawSpec": "1.9.2", "saveSpec": null, "fetchSpec": "1.9.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.9.2.tgz", "_spec": "1.9.2", "_where": "/home/runner/work/owncast/owncast/build/javascript", "babel": { "presets": [ [ "@babel/preset-env", { "targets": { "node": "8.9.0" } } ] ] }, "bin": { "tailwind": "lib/cli.js", "tailwindcss": "lib/cli.js" }, "browserslist": [ "> 1%" ], "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss/issues" }, "contributors": [ { "name": "Adam Wathan", "email": "adam.wathan@gmail.com" }, { "name": "Jonathan Reinink", "email": "jonathan@reinink.ca" }, { "name": "David Hemphill", "email": "davidlee.hemphill@gmail.com" } ], "dependencies": { "@fullhuman/postcss-purgecss": "^2.1.2", "autoprefixer": "^9.4.5", "browserslist": "^4.12.0", "bytes": "^3.0.0", "chalk": "^3.0.0 || ^4.0.0", "color": "^3.1.2", "detective": "^5.2.0", "fs-extra": "^8.0.0", "html-tags": "^3.1.0", "lodash": "^4.17.20", "node-emoji": "^1.8.1", "normalize.css": "^8.0.1", "object-hash": "^2.0.3", "postcss": "^7.0.11", "postcss-functions": "^3.0.0", "postcss-js": "^2.0.0", "postcss-nested": "^4.1.1", "postcss-selector-parser": "^6.0.0", "postcss-value-parser": "^4.1.0", "pretty-hrtime": "^1.0.3", "reduce-css-calc": "^2.1.6", "resolve": "^1.14.2" }, "description": "A utility-first CSS framework for rapidly building custom user interfaces.", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/node": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-jest": "^26.0.0", "clean-css": "^4.1.9", "eslint": "^6.0.1", "eslint-config-postcss": "^2.0.2", "eslint-config-prettier": "^6.0.0", "eslint-plugin-prettier": "^3.0.1", "jest": "^25.1.0", "prettier": "^1.7.4", "rimraf": "^3.0.0" }, "engines": { "node": ">=8.9.0" }, "files": [ "dist/*.css", "lib/*", "scripts/*.js", "stubs/*.stub.js", "*.css", "*.js" ], "homepage": "https://tailwindcss.com", "jest": { "setupFilesAfterEnv": [ "/jest/customMatchers.js" ], "testPathIgnorePatterns": [ "/__tests__/fixtures/", "/__tests__/util/" ] }, "license": "MIT", "main": "lib/index.js", "name": "tailwindcss", "repository": { "type": "git", "url": "git+https://github.com/tailwindlabs/tailwindcss.git" }, "scripts": { "babelify": "babel src --out-dir lib --copy-files", "prebabelify": "rimraf lib", "prepare": "npm run babelify && babel-node scripts/build.js", "rebuild-fixtures": "npm run babelify && babel-node scripts/rebuildFixtures.js", "style": "eslint .", "test": "jest && eslint ." }, "style": "dist/tailwind.css", "version": "1.9.2" }