package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "is-color-stop@^1.0.0",
  3. "_id": "is-color-stop@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=",
  6. "_location": "/is-color-stop",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-color-stop@^1.0.0",
  12. "name": "is-color-stop",
  13. "escapedName": "is-color-stop",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-minify-gradients"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz",
  22. "_shasum": "cfff471aee4dd5c9e158598fbe12967b5cdad345",
  23. "_spec": "is-color-stop@^1.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-minify-gradients",
  25. "author": {
  26. "name": "pigcan",
  27. "email": "jiangjay818@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/pigcan/is-color-stop/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "css-color-names": "^0.0.4",
  35. "hex-color-regex": "^1.1.0",
  36. "hsl-regex": "^1.0.0",
  37. "hsla-regex": "^1.0.0",
  38. "rgb-regex": "^1.0.1",
  39. "rgba-regex": "^1.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Check if a string is CSS color stop",
  43. "devDependencies": {
  44. "coveralls": "^2.13.1",
  45. "eslint": "^4.3.0",
  46. "eslint-config-airbnb": "^15.1.0",
  47. "eslint-plugin-import": "^2.7.0",
  48. "mocha": "^3.4.2",
  49. "nyc": "^11.0.3"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "homepage": "https://github.com/pigcan/is-color-stop#readme",
  55. "keywords": [
  56. "color-stop",
  57. "is-color"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "is-color-stop",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/pigcan/is-color-stop.git"
  65. },
  66. "scripts": {
  67. "coveralls": "cat ./coverage/lcov.info | coveralls",
  68. "lint": "eslint --ext .js lib util ./index.js",
  69. "test": "nyc --reporter=lcov --reporter=text mocha"
  70. },
  71. "version": "1.1.0"
  72. }