This repository has been archived on 2020-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
Syllabus/themes/piratecare/node_modules/tailwindcss/package.json

134 lines
3.2 KiB
JSON

{
"_args": [
[
"tailwindcss@1.2.0",
"/tmp/tailwind-hugo"
]
],
"_development": true,
"_from": "tailwindcss@1.2.0",
"_id": "tailwindcss@1.2.0",
"_inBundle": false,
"_integrity": "sha512-CKvY0ytB3ze5qvynG7qv4XSpQtFNGPbu9pUn8qFdkqgD8Yo/vGss8mhzbqls44YCXTl4G62p3qVZBj45qrd6FQ==",
"_location": "/tailwindcss",
"_phantomChildren": {
"@types/color-name": "1.1.1",
"path-parse": "1.0.6"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "tailwindcss@1.2.0",
"name": "tailwindcss",
"escapedName": "tailwindcss",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/tmp/tailwind-hugo",
"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/tailwindcss/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": {
"autoprefixer": "^9.4.5",
"bytes": "^3.0.0",
"chalk": "^3.0.0",
"detective": "^5.2.0",
"fs-extra": "^8.0.0",
"lodash": "^4.17.15",
"node-emoji": "^1.8.1",
"normalize.css": "^8.0.1",
"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",
"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": "^25.1.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"
},
"homepage": "https://tailwindcss.com",
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/jest/customMatchers.js"
],
"testPathIgnorePatterns": [
"<rootDir>/__tests__/fixtures/"
]
},
"license": "MIT",
"main": "lib/index.js",
"name": "tailwindcss",
"repository": {
"type": "git",
"url": "git+https://github.com/tailwindcss/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.2.0"
}