package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "figgy-pudding@3.5.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  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. "/cacache",
  27. "/ssri"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/figgy-pudding/download/figgy-pudding-3.5.2.tgz",
  30. "_spec": "3.5.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Kat Marchán",
  34. "email": "kzm@sykosomatic.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/figgy-pudding/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Delicious, festive, cascading config/opts definitions",
  41. "devDependencies": {
  42. "standard": "^11.0.1",
  43. "standard-version": "^4.4.0",
  44. "tap": "^12.0.1"
  45. },
  46. "files": [
  47. "*.js",
  48. "lib"
  49. ],
  50. "homepage": "https://github.com/npm/figgy-pudding#readme",
  51. "keywords": [
  52. "config",
  53. "options",
  54. "yummy"
  55. ],
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "figgy-pudding",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/npm/figgy-pudding.git"
  62. },
  63. "scripts": {
  64. "postrelease": "npm publish && git push --follow-tags",
  65. "prerelease": "npm t",
  66. "pretest": "standard",
  67. "release": "standard-version -s",
  68. "test": "tap -J --100 --coverage test/*.js"
  69. },
  70. "version": "3.5.2"
  71. }