You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
2.4 KiB

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