Changeset 59329aa for trip-planner-front/node_modules/cssdb
- 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/cssdb/package.json
rceaed42 r59329aa 1 1 { 2 "name": "cssdb", 3 "version": "4.4.0", 2 "_args": [ 3 [ 4 "cssdb@4.4.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "cssdb@4.4.0", 10 "_id": "cssdb@4.4.0", 11 "_inBundle": false, 12 "_integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==", 13 "_location": "/cssdb", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "cssdb@4.4.0", 19 "name": "cssdb", 20 "escapedName": "cssdb", 21 "rawSpec": "4.4.0", 22 "saveSpec": null, 23 "fetchSpec": "4.4.0" 24 }, 25 "_requiredBy": [ 26 "/postcss-preset-env" 27 ], 28 "_resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz", 29 "_spec": "4.4.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jonathan Neal", 33 "email": "jonathantneal@hotmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/csstools/cssdb/issues" 37 }, 4 38 "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards", 5 "author": "Jonathan Neal <jonathantneal@hotmail.com>",6 "license": "CC0-1.0",7 "repository": "csstools/cssdb",8 "homepage": "https://github.com/csstools/cssdb#readme",9 "bugs": "https://github.com/csstools/cssdb/issues",10 "main": "cssdb.json",11 "files": [12 "cssdb.json"13 ],14 "scripts": {15 "start": "node tasks/start",16 "start:nobadges": "node tasks/start --no-badges",17 "test": "npm run test:css && npm run test:json",18 "test:css": "stylelint tasks/style-template.css",19 "test:json": "node tasks/test",20 "watch": "http-server gh-pages"21 },22 39 "devDependencies": { 23 40 "browserslist": "^4.4.2", … … 35 52 "stylelint-config-dev": "^4.0.0" 36 53 }, 37 "stylelint": { 38 "extends": "stylelint-config-dev" 39 }, 54 "files": [ 55 "cssdb.json" 56 ], 57 "homepage": "https://github.com/csstools/cssdb#readme", 40 58 "keywords": [ 41 59 "css", … … 45 63 "stages", 46 64 "tc39" 47 ] 65 ], 66 "license": "CC0-1.0", 67 "main": "cssdb.json", 68 "name": "cssdb", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/csstools/cssdb.git" 72 }, 73 "scripts": { 74 "start": "node tasks/start", 75 "start:nobadges": "node tasks/start --no-badges", 76 "test": "npm run test:css && npm run test:json", 77 "test:css": "stylelint tasks/style-template.css", 78 "test:json": "node tasks/test", 79 "watch": "http-server gh-pages" 80 }, 81 "stylelint": { 82 "extends": "stylelint-config-dev" 83 }, 84 "version": "4.4.0" 48 85 }
Note:
See TracChangeset
for help on using the changeset viewer.