package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "figgy-pudding@3.5.2",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "figgy-pudding@3.5.2",
  10. "_id": "figgy-pudding@3.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tO7oFIq7Adzx0aw0Nn1Z4S+mHW4=",
  13. "_location": "/figgy-pudding",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "figgy-pudding@3.5.2",
  19. "name": "figgy-pudding",
  20. "escapedName": "figgy-pudding",
  21. "rawSpec": "3.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.5.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache",
  27. "/@vue/cli-service/ssri",
  28. "/cacache",
  29. "/ssri"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/figgy-pudding/download/figgy-pudding-3.5.2.tgz",
  32. "_spec": "3.5.2",
  33. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  34. "author": {
  35. "name": "Kat Marchán",
  36. "email": "kzm@sykosomatic.org"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/npm/figgy-pudding/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Delicious, festive, cascading config/opts definitions",
  43. "devDependencies": {
  44. "standard": "^11.0.1",
  45. "standard-version": "^4.4.0",
  46. "tap": "^12.0.1"
  47. },
  48. "files": [
  49. "*.js",
  50. "lib"
  51. ],
  52. "homepage": "https://github.com/npm/figgy-pudding#readme",
  53. "keywords": [
  54. "config",
  55. "options",
  56. "yummy"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "figgy-pudding",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/npm/figgy-pudding.git"
  64. },
  65. "scripts": {
  66. "postrelease": "npm publish && git push --follow-tags",
  67. "prerelease": "npm t",
  68. "pretest": "standard",
  69. "release": "standard-version -s",
  70. "test": "tap -J --100 --coverage test/*.js"
  71. },
  72. "version": "3.5.2"
  73. }