package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "is-color-stop@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/postcss-minify-gradients"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-color-stop/download/is-color-stop-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }