[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "postcss-double-position-gradients@1.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "postcss-double-position-gradients@1.0.0",
|
---|
| 10 | "_id": "postcss-double-position-gradients@1.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==",
|
---|
| 13 | "_location": "/postcss-double-position-gradients",
|
---|
| 14 | "_phantomChildren": {
|
---|
| 15 | "picocolors": "0.2.1"
|
---|
[6a3a178] | 16 | },
|
---|
[59329aa] | 17 | "_requested": {
|
---|
| 18 | "type": "version",
|
---|
| 19 | "registry": true,
|
---|
| 20 | "raw": "postcss-double-position-gradients@1.0.0",
|
---|
| 21 | "name": "postcss-double-position-gradients",
|
---|
| 22 | "escapedName": "postcss-double-position-gradients",
|
---|
| 23 | "rawSpec": "1.0.0",
|
---|
| 24 | "saveSpec": null,
|
---|
| 25 | "fetchSpec": "1.0.0"
|
---|
| 26 | },
|
---|
| 27 | "_requiredBy": [
|
---|
| 28 | "/postcss-preset-env"
|
---|
| 29 | ],
|
---|
| 30 | "_resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz",
|
---|
| 31 | "_spec": "1.0.0",
|
---|
| 32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 33 | "author": {
|
---|
| 34 | "name": "Jonathan Neal",
|
---|
| 35 | "email": "jonathantneal@hotmail.com"
|
---|
| 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/jonathantneal/postcss-double-position-gradients/issues"
|
---|
[6a3a178] | 39 | },
|
---|
| 40 | "dependencies": {
|
---|
| 41 | "postcss": "^7.0.5",
|
---|
| 42 | "postcss-values-parser": "^2.0.0"
|
---|
| 43 | },
|
---|
[59329aa] | 44 | "description": "Use double-position gradients in CSS",
|
---|
[6a3a178] | 45 | "devDependencies": {
|
---|
| 46 | "@babel/core": "^7.1.2",
|
---|
| 47 | "@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
---|
| 48 | "@babel/preset-env": "^7.1.0",
|
---|
| 49 | "babel-eslint": "^10.0.1",
|
---|
| 50 | "eslint": "^5.8.0",
|
---|
| 51 | "eslint-config-dev": "^2.0.0",
|
---|
| 52 | "postcss-tape": "^2.2.0",
|
---|
| 53 | "pre-commit": "^1.2.2",
|
---|
| 54 | "rollup": "^0.66.6",
|
---|
| 55 | "rollup-plugin-babel": "^4.0.3"
|
---|
| 56 | },
|
---|
[59329aa] | 57 | "engines": {
|
---|
| 58 | "node": ">=6.0.0"
|
---|
| 59 | },
|
---|
[6a3a178] | 60 | "eslintConfig": {
|
---|
| 61 | "extends": "dev",
|
---|
| 62 | "parser": "babel-eslint"
|
---|
| 63 | },
|
---|
[59329aa] | 64 | "files": [
|
---|
| 65 | "index.cjs.js",
|
---|
| 66 | "index.cjs.js.map",
|
---|
| 67 | "index.es.mjs",
|
---|
| 68 | "index.es.mjs.map"
|
---|
| 69 | ],
|
---|
| 70 | "homepage": "https://github.com/jonathantneal/postcss-double-position-gradients#readme",
|
---|
[6a3a178] | 71 | "keywords": [
|
---|
| 72 | "postcss",
|
---|
| 73 | "css",
|
---|
| 74 | "postcss-plugin",
|
---|
| 75 | "double",
|
---|
| 76 | "position",
|
---|
| 77 | "gradients",
|
---|
| 78 | "linear",
|
---|
| 79 | "radial",
|
---|
| 80 | "conic",
|
---|
| 81 | "color",
|
---|
| 82 | "stop",
|
---|
| 83 | "syntax",
|
---|
| 84 | "repeating"
|
---|
[59329aa] | 85 | ],
|
---|
| 86 | "license": "CC0-1.0",
|
---|
| 87 | "main": "index.cjs.js",
|
---|
| 88 | "module": "index.es.mjs",
|
---|
| 89 | "name": "postcss-double-position-gradients",
|
---|
| 90 | "repository": {
|
---|
| 91 | "type": "git",
|
---|
| 92 | "url": "git+https://github.com/jonathantneal/postcss-double-position-gradients.git"
|
---|
| 93 | },
|
---|
| 94 | "scripts": {
|
---|
| 95 | "prepublishOnly": "npm test",
|
---|
| 96 | "pretest": "rollup -c .rollup.js --silent",
|
---|
| 97 | "test": "npm run test:js && npm run test:tape",
|
---|
| 98 | "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
|
---|
| 99 | "test:tape": "postcss-tape"
|
---|
| 100 | },
|
---|
| 101 | "version": "1.0.0"
|
---|
[6a3a178] | 102 | }
|
---|