项目原始demo,不改动
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.
Deze repo is gearchiveerd. U kunt bestanden bekijken en het klonen, maar niet pushen of problemen/pull-requests openen.
 
 
 
 

90 regels
2.4 KiB

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