You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-color-stop@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-minify-gradients"
  6. ]
  7. ],
  8. "_from": "is-color-stop@>=1.0.0 <2.0.0",
  9. "_id": "is-color-stop@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-color-stop",
  13. "_nodeVersion": "4.2.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/is-color-stop-1.1.0.tgz_1500966104008_0.19003426423296332"
  17. },
  18. "_npmUser": {
  19. "email": "jiangjay818@gmail.com",
  20. "name": "pigcan"
  21. },
  22. "_npmVersion": "2.14.12",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-color-stop",
  26. "raw": "is-color-stop@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/postcss-minify-gradients"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz",
  36. "_shasum": "cfff471aee4dd5c9e158598fbe12967b5cdad345",
  37. "_shrinkwrap": null,
  38. "_spec": "is-color-stop@^1.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-minify-gradients",
  40. "author": {
  41. "email": "jiangjay818@gmail.com",
  42. "name": "pigcan"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/pigcan/is-color-stop/issues"
  46. },
  47. "dependencies": {
  48. "css-color-names": "^0.0.4",
  49. "hex-color-regex": "^1.1.0",
  50. "hsl-regex": "^1.0.0",
  51. "hsla-regex": "^1.0.0",
  52. "rgb-regex": "^1.0.1",
  53. "rgba-regex": "^1.0.0"
  54. },
  55. "description": "Check if a string is CSS color stop",
  56. "devDependencies": {
  57. "coveralls": "^2.13.1",
  58. "eslint": "^4.3.0",
  59. "eslint-config-airbnb": "^15.1.0",
  60. "eslint-plugin-import": "^2.7.0",
  61. "mocha": "^3.4.2",
  62. "nyc": "^11.0.3"
  63. },
  64. "directories": {
  65. "test": "test"
  66. },
  67. "dist": {
  68. "shasum": "cfff471aee4dd5c9e158598fbe12967b5cdad345",
  69. "tarball": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz"
  70. },
  71. "gitHead": "87a6d1637e76b96d820de3a46937bbda9f0ab60a",
  72. "homepage": "https://github.com/pigcan/is-color-stop#readme",
  73. "keywords": [
  74. "color-stop",
  75. "is-color"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "name": "pigcan",
  82. "email": "jiangjay818@gmail.com"
  83. }
  84. ],
  85. "name": "is-color-stop",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/pigcan/is-color-stop.git"
  91. },
  92. "scripts": {
  93. "coveralls": "cat ./coverage/lcov.info | coveralls",
  94. "lint": "eslint --ext .js lib util ./index.js",
  95. "test": "nyc --reporter=lcov --reporter=text mocha"
  96. },
  97. "version": "1.1.0"
  98. }