package.json 1.9 KB

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