- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-env-function/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-env-function", 3 "version": "2.0.2", 4 "description": "Use env() variables in CSS", 5 "author": "Jonathan Neal <jonathantneal@hotmail.com>", 6 "license": "CC0-1.0", 7 "repository": "jonathantneal/postcss-env-function", 8 "homepage": "https://github.com/jonathantneal/postcss-env-function#readme", 9 "bugs": "https://github.com/jonathantneal/postcss-env-function/issues", 10 "main": "index.cjs.js", 11 "module": "index.es.mjs", 12 "files": [ 13 "index.cjs.js", 14 "index.cjs.js.map", 15 "index.es.mjs", 16 "index.es.mjs.map" 2 "_args": [ 3 [ 4 "postcss-env-function@2.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 17 7 ], 18 "scripts": { 19 "prepublishOnly": "npm test", 20 "pretest": "rollup -c .rollup.js --silent", 21 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape", 22 "test:ec": "echint --ignore index.*.js test", 23 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet", 24 "test:tape": "postcss-tape" 8 "_development": true, 9 "_from": "postcss-env-function@2.0.2", 10 "_id": "postcss-env-function@2.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==", 13 "_location": "/postcss-env-function", 14 "_phantomChildren": { 15 "picocolors": "0.2.1" 25 16 }, 26 "engines": { 27 "node": ">=6.0.0" 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "postcss-env-function@2.0.2", 21 "name": "postcss-env-function", 22 "escapedName": "postcss-env-function", 23 "rawSpec": "2.0.2", 24 "saveSpec": null, 25 "fetchSpec": "2.0.2" 26 }, 27 "_requiredBy": [ 28 "/postcss-preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz", 31 "_spec": "2.0.2", 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-env-function/issues" 28 39 }, 29 40 "dependencies": { … … 31 42 "postcss-values-parser": "^2.0.0" 32 43 }, 44 "description": "Use env() variables in CSS", 33 45 "devDependencies": { 34 46 "@babel/core": "^7.1.0", … … 43 55 "rollup-plugin-babel": "^4.0.3" 44 56 }, 57 "engines": { 58 "node": ">=6.0.0" 59 }, 45 60 "eslintConfig": { 46 61 "extends": "dev", 47 62 "parser": "babel-eslint" 48 63 }, 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-env-function#readme", 49 71 "keywords": [ 50 72 "postcss", … … 56 78 "constants", 57 79 "functions" 58 ] 80 ], 81 "license": "CC0-1.0", 82 "main": "index.cjs.js", 83 "module": "index.es.mjs", 84 "name": "postcss-env-function", 85 "repository": { 86 "type": "git", 87 "url": "git+https://github.com/jonathantneal/postcss-env-function.git" 88 }, 89 "scripts": { 90 "prepublishOnly": "npm test", 91 "pretest": "rollup -c .rollup.js --silent", 92 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape", 93 "test:ec": "echint --ignore index.*.js test", 94 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet", 95 "test:tape": "postcss-tape" 96 }, 97 "version": "2.0.2" 59 98 }
Note:
See TracChangeset
for help on using the changeset viewer.