package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "config-chain@1.1.12",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "config-chain@1.1.12",
  10. "_id": "config-chain@1.1.12",
  11. "_inBundle": false,
  12. "_integrity": "sha1-D96NCRIA616AjK8l/mGMAvSOTvo=",
  13. "_location": "/config-chain",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "config-chain@1.1.12",
  19. "name": "config-chain",
  20. "escapedName": "config-chain",
  21. "rawSpec": "1.1.12",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.12"
  24. },
  25. "_requiredBy": [
  26. "/js-beautify"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/config-chain/download/config-chain-1.1.12.tgz",
  29. "_spec": "1.1.12",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Dominic Tarr",
  33. "email": "dominic.tarr@gmail.com",
  34. "url": "http://dominictarr.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/dominictarr/config-chain/issues"
  38. },
  39. "dependencies": {
  40. "ini": "^1.3.4",
  41. "proto-list": "~1.2.1"
  42. },
  43. "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
  44. "devDependencies": {
  45. "tap": "0.3.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "http://github.com/dominictarr/config-chain",
  51. "licenses": [
  52. {
  53. "type": "MIT",
  54. "url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
  55. }
  56. ],
  57. "name": "config-chain",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/dominictarr/config-chain.git"
  61. },
  62. "scripts": {
  63. "test": "tap test/*"
  64. },
  65. "version": "1.1.12"
  66. }