package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "cssnano-util-same-parent@^4.0.0",
  3. "_id": "cssnano-util-same-parent@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==",
  6. "_location": "/cssnano-util-same-parent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cssnano-util-same-parent@^4.0.0",
  12. "name": "cssnano-util-same-parent",
  13. "escapedName": "cssnano-util-same-parent",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-merge-rules"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz",
  22. "_shasum": "574082fb2859d2db433855835d9a8456ea18bbf3",
  23. "_spec": "cssnano-util-same-parent@^4.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\postcss-merge-rules",
  25. "author": {
  26. "name": "Ben Briggs",
  27. "email": "beneb.info@gmail.com",
  28. "url": "http://beneb.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check that two PostCSS nodes share the same parent.",
  36. "devDependencies": {
  37. "babel-cli": "^6.0.0",
  38. "cross-env": "^5.0.0",
  39. "postcss": "^7.0.0"
  40. },
  41. "engines": {
  42. "node": ">=6.9.0"
  43. },
  44. "files": [
  45. "LICENSE-MIT",
  46. "dist"
  47. ],
  48. "homepage": "https://github.com/cssnano/cssnano",
  49. "license": "MIT",
  50. "main": "dist/index.js",
  51. "name": "cssnano-util-same-parent",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/cssnano/cssnano.git"
  55. },
  56. "scripts": {
  57. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  58. },
  59. "version": "4.0.1"
  60. }