package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "postcss-load-options@1.2.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-load-options@1.2.0",
  10. "_id": "postcss-load-options@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-sJixVZ3awt8EvAuzdfmaXP4rbYw=",
  13. "_location": "/postcss-load-options",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-load-options@1.2.0",
  19. "name": "postcss-load-options",
  20. "escapedName": "postcss-load-options",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-load-config"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-load-options/-/postcss-load-options-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Michael Ciniawky",
  33. "email": "michael.ciniawsky@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/michael-ciniawsky/postcss-load-options/issues"
  37. },
  38. "dependencies": {
  39. "cosmiconfig": "^2.1.0",
  40. "object-assign": "^4.1.0"
  41. },
  42. "description": "Autoload Options for PostCSS",
  43. "devDependencies": {
  44. "ava": "^0.18.1",
  45. "coveralls": "^2.11.16",
  46. "jsdoc-to-markdown": "^3.0.0",
  47. "midas": "^2.0.3",
  48. "nyc": "^10.1.0",
  49. "postcss": "^5.2.12",
  50. "postcss-scss": "^0.4.0",
  51. "standard": "^8.6.0",
  52. "standard-changelog": "0.0.1",
  53. "sugarss": "^0.2.0"
  54. },
  55. "engines": {
  56. "node": ">=0.12"
  57. },
  58. "files": [
  59. "lib",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/michael-ciniawsky/postcss-load-options#readme",
  63. "keywords": [
  64. "postcss",
  65. "postcss-options"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "postcss-load-options",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/michael-ciniawsky/postcss-load-options.git"
  73. },
  74. "scripts": {
  75. "clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
  76. "docs": "jsdoc2md index.js lib/options.js > INDEX.md",
  77. "lint": "standard",
  78. "logs": "standard-changelog -i CHANGELOG.md -w",
  79. "start": "sudo npm run clean && npm run lint && sudo npm test",
  80. "test": "nyc ava -v test/pkg/index.js test/rc/index.js test/js/index.js test/err/index.js"
  81. },
  82. "version": "1.2.0"
  83. }