package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "postcss-comment",
  3. "_id": "postcss-comment@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5zT5iKU7c0tK9KJFNrVf+g1MGTkzf/4V3e0Zzm2g1uoFQC5jeTHmB9O1iAqh97+jnKpc6al204e0pwFUiCwseg==",
  6. "_location": "/postcss-comment",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "postcss-comment",
  12. "name": "postcss-comment",
  13. "escapedName": "postcss-comment",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/postcss-comment/-/postcss-comment-2.0.0.tgz",
  23. "_shasum": "6c8808e64cee25c33146518a8a82944b05f11e6f",
  24. "_spec": "postcss-comment",
  25. "_where": "D:\\公司项目\\wms",
  26. "author": {
  27. "name": "zoubin"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/zoubin/postcss-comment/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^6.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Allow postcss to support inline comments",
  38. "devDependencies": {
  39. "postcss-scss": "^0.1.9",
  40. "tap": "^6.0.0"
  41. },
  42. "homepage": "https://github.com/zoubin/postcss-comment#readme",
  43. "keywords": [
  44. "postcss",
  45. "inline",
  46. "comment"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "postcss-comment",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/zoubin/postcss-comment.git"
  54. },
  55. "scripts": {
  56. "coveralls": "COVERALLS_REPO_TOKEN=REPO_TOKEN npm test",
  57. "test": "tap test/*.js"
  58. },
  59. "version": "2.0.0"
  60. }