Changeset 59329aa for trip-planner-front/node_modules/@csstools
- 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/@csstools/convert-colors/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@csstools/convert-colors", 3 "version": "1.4.0", 2 "_args": [ 3 [ 4 "@csstools/convert-colors@1.4.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@csstools/convert-colors@1.4.0", 10 "_id": "@csstools/convert-colors@1.4.0", 11 "_inBundle": false, 12 "_integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==", 13 "_location": "/@csstools/convert-colors", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@csstools/convert-colors@1.4.0", 19 "name": "@csstools/convert-colors", 20 "escapedName": "@csstools%2fconvert-colors", 21 "scope": "@csstools", 22 "rawSpec": "1.4.0", 23 "saveSpec": null, 24 "fetchSpec": "1.4.0" 25 }, 26 "_requiredBy": [ 27 "/postcss-color-gray", 28 "/postcss-color-mod-function", 29 "/postcss-lab-function" 30 ], 31 "_resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", 32 "_spec": "1.4.0", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Jonathan Neal", 36 "email": "jonathantneal@hotmail.com" 37 }, 38 "bugs": { 39 "url": "https://github.com/jonathantneal/convert-colors/issues" 40 }, 4 41 "description": "Convert colors between RGB, HSL, and HWB", 5 "author": "Jonathan Neal <jonathantneal@hotmail.com>",6 "license": "CC0-1.0",7 "repository": "jonathantneal/convert-colors",8 "homepage": "https://github.com/jonathantneal/convert-colors#readme",9 "bugs": "https://github.com/jonathantneal/convert-colors/issues",10 "main": "index.bundle.js",11 "module": "index.js",12 "files": [13 "index.js",14 "index.bundle.js",15 "lib"16 ],17 "scripts": {18 "prepublishOnly": "npm test",19 "pretest": "rollup -c .rollup.js --silent",20 "test": "echo 'Running tests...'; npm run test:ec && npm run test:js && npm run test:tape",21 "test:ec": "echint test",22 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",23 "test:tape": "node .tape"24 },25 "engines": {26 "node": ">=4.0.0"27 },28 42 "devDependencies": { 29 43 "babel-core": "^6.26.0", … … 36 50 "rollup-plugin-babel": "^3.0" 37 51 }, 52 "engines": { 53 "node": ">=4.0.0" 54 }, 38 55 "eslintConfig": { 39 56 "extends": "dev", … … 45 62 } 46 63 }, 64 "files": [ 65 "index.js", 66 "index.bundle.js", 67 "lib" 68 ], 69 "homepage": "https://github.com/jonathantneal/convert-colors#readme", 47 70 "keywords": [ 48 71 "colors", … … 67 90 "blackness", 68 91 "cie" 69 ] 92 ], 93 "license": "CC0-1.0", 94 "main": "index.bundle.js", 95 "module": "index.js", 96 "name": "@csstools/convert-colors", 97 "repository": { 98 "type": "git", 99 "url": "git+https://github.com/jonathantneal/convert-colors.git" 100 }, 101 "scripts": { 102 "prepublishOnly": "npm test", 103 "pretest": "rollup -c .rollup.js --silent", 104 "test": "echo 'Running tests...'; npm run test:ec && npm run test:js && npm run test:tape", 105 "test:ec": "echint test", 106 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet", 107 "test:tape": "node .tape" 108 }, 109 "version": "1.4.0" 70 110 }
Note:
See TracChangeset
for help on using the changeset viewer.