package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ini@^1.3.4",
  6. "scope": null,
  7. "escapedName": "ini",
  8. "name": "ini",
  9. "rawSpec": "^1.3.4",
  10. "spec": ">=1.3.4 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/global-prefix"
  14. ]
  15. ],
  16. "_from": "ini@>=1.3.4 <2.0.0",
  17. "_id": "ini@1.3.4",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/ini",
  21. "_nodeVersion": "2.0.1",
  22. "_npmUser": {
  23. "name": "isaacs",
  24. "email": "isaacs@npmjs.com"
  25. },
  26. "_npmVersion": "2.10.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "ini@^1.3.4",
  30. "scope": null,
  31. "escapedName": "ini",
  32. "name": "ini",
  33. "rawSpec": "^1.3.4",
  34. "spec": ">=1.3.4 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/config-chain",
  39. "/global-prefix"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
  42. "_shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
  43. "_shrinkwrap": null,
  44. "_spec": "ini@^1.3.4",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/global-prefix",
  46. "author": {
  47. "name": "Isaac Z. Schlueter",
  48. "email": "i@izs.me",
  49. "url": "http://blog.izs.me/"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/isaacs/ini/issues"
  53. },
  54. "dependencies": {},
  55. "description": "An ini encoder/decoder for node",
  56. "devDependencies": {
  57. "tap": "^1.2.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
  62. "tarball": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz"
  63. },
  64. "engines": {
  65. "node": "*"
  66. },
  67. "files": [
  68. "ini.js"
  69. ],
  70. "gitHead": "4a3001abc4c608e51add9f1d2b2cadf02b8e6dea",
  71. "homepage": "https://github.com/isaacs/ini#readme",
  72. "license": "ISC",
  73. "main": "ini.js",
  74. "maintainers": [
  75. {
  76. "name": "isaacs",
  77. "email": "i@izs.me"
  78. }
  79. ],
  80. "name": "ini",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/isaacs/ini.git"
  86. },
  87. "scripts": {
  88. "test": "tap test/*.js"
  89. },
  90. "version": "1.3.4"
  91. }