package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "minimist@^1.2.0",
  6. "scope": null,
  7. "escapedName": "minimist",
  8. "name": "minimist",
  9. "rawSpec": "^1.2.0",
  10. "spec": ">=1.2.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings"
  14. ]
  15. ],
  16. "_from": "minimist@>=1.2.0 <2.0.0",
  17. "_id": "minimist@1.2.0",
  18. "_inCache": true,
  19. "_location": "/minimist",
  20. "_nodeVersion": "2.4.0",
  21. "_npmUser": {
  22. "name": "substack",
  23. "email": "substack@gmail.com"
  24. },
  25. "_npmVersion": "3.2.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "minimist@^1.2.0",
  29. "scope": null,
  30. "escapedName": "minimist",
  31. "name": "minimist",
  32. "rawSpec": "^1.2.0",
  33. "spec": ">=1.2.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/rc",
  38. "/typings"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
  41. "_shasum": "a35008b20f41383eec1fb914f4cd5df79a264284",
  42. "_shrinkwrap": null,
  43. "_spec": "minimist@^1.2.0",
  44. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings",
  45. "author": {
  46. "name": "James Halliday",
  47. "email": "mail@substack.net",
  48. "url": "http://substack.net"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/substack/minimist/issues"
  52. },
  53. "dependencies": {},
  54. "description": "parse argument options",
  55. "devDependencies": {
  56. "covert": "^1.0.0",
  57. "tap": "~0.4.0",
  58. "tape": "^3.5.0"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "a35008b20f41383eec1fb914f4cd5df79a264284",
  63. "tarball": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz"
  64. },
  65. "gitHead": "dc624482fcfec5bc669c68cdb861f00573ed4e64",
  66. "homepage": "https://github.com/substack/minimist",
  67. "keywords": [
  68. "argv",
  69. "getopt",
  70. "parser",
  71. "optimist"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "substack",
  78. "email": "mail@substack.net"
  79. }
  80. ],
  81. "name": "minimist",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/substack/minimist.git"
  87. },
  88. "scripts": {
  89. "coverage": "covert test/*.js",
  90. "test": "tap test/*.js"
  91. },
  92. "testling": {
  93. "files": "test/*.js",
  94. "browsers": [
  95. "ie/6..latest",
  96. "ff/5",
  97. "firefox/latest",
  98. "chrome/10",
  99. "chrome/latest",
  100. "safari/5.1",
  101. "safari/latest",
  102. "opera/12"
  103. ]
  104. },
  105. "version": "1.2.0"
  106. }