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.
 
 
 
 

64 lines
1.9 KiB

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