- 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-initial/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-initial", 3 "version": "3.0.4", 4 "description": "PostCSS plugin to fallback initial keyword.", 5 "keywords": [ 6 "postcss", 7 "css", 8 "postcss-plugin", 9 "reset" 2 "_args": [ 3 [ 4 "postcss-initial@3.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "author": "Maksim Koretskiy <mr.green.tv@gmail.com>", 12 "license": "MIT", 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/maximkoretskiy/postcss-initial.git" 8 "_development": true, 9 "_from": "postcss-initial@3.0.4", 10 "_id": "postcss-initial@3.0.4", 11 "_inBundle": false, 12 "_integrity": "sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==", 13 "_location": "/postcss-initial", 14 "_phantomChildren": { 15 "picocolors": "0.2.1" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "postcss-initial@3.0.4", 21 "name": "postcss-initial", 22 "escapedName": "postcss-initial", 23 "rawSpec": "3.0.4", 24 "saveSpec": null, 25 "fetchSpec": "3.0.4" 26 }, 27 "_requiredBy": [ 28 "/postcss-preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.4.tgz", 31 "_spec": "3.0.4", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Maksim Koretskiy", 35 "email": "mr.green.tv@gmail.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/maximkoretskiy/postcss-initial/issues" 16 39 }, 17 40 "dependencies": { 18 41 "postcss": "^7.0.2" 19 42 }, 43 "description": "PostCSS plugin to fallback initial keyword.", 20 44 "devDependencies": { 21 45 "chai": "3.5.0", … … 25 49 "standard-version": "^8.0.1" 26 50 }, 27 "scripts": { 28 "lint": "eslint *.js ./lib/ ./test/", 29 "test": "npm run lint && mocha", 30 "tdd": "mocha -w --watch-extensions js,json,css", 31 "release": "standard-version" 32 }, 51 "homepage": "https://github.com/maximkoretskiy/postcss-initial#readme", 33 52 "husky": { 34 53 "hooks": { … … 37 56 } 38 57 }, 58 "keywords": [ 59 "postcss", 60 "css", 61 "postcss-plugin", 62 "reset" 63 ], 64 "license": "MIT", 65 "name": "postcss-initial", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/maximkoretskiy/postcss-initial.git" 69 }, 70 "scripts": { 71 "lint": "eslint *.js ./lib/ ./test/", 72 "release": "standard-version", 73 "tdd": "mocha -w --watch-extensions js,json,css", 74 "test": "npm run lint && mocha" 75 }, 39 76 "standard-version": { 40 77 "scripts": { 41 78 "prerelease": "npm test" 42 79 } 43 } 80 }, 81 "version": "3.0.4" 44 82 }
Note:
See TracChangeset
for help on using the changeset viewer.