package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "figgy-pudding@3.5.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "figgy-pudding@3.5.1",
  10. "_id": "figgy-pudding@3.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-hiRwESkBxyeg5JWoB0S9W6odZ5A=",
  13. "_location": "/figgy-pudding",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "figgy-pudding@3.5.1",
  19. "name": "figgy-pudding",
  20. "escapedName": "figgy-pudding",
  21. "rawSpec": "3.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.5.1"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/ssri"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/figgy-pudding/download/figgy-pudding-3.5.1.tgz",
  30. "_spec": "3.5.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Kat Marchán",
  34. "email": "kzm@sykosomatic.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/zkat/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. "weallbehave": "^1.2.0",
  46. "weallcontribute": "^1.0.8"
  47. },
  48. "files": [
  49. "*.js",
  50. "lib"
  51. ],
  52. "homepage": "https://github.com/zkat/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/zkat/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. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  72. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  73. },
  74. "version": "3.5.1"
  75. }