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.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "minimist@^1.1.0",
  3. "_id": "minimist@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
  6. "_location": "/minimist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimist@^1.1.0",
  12. "name": "minimist",
  13. "escapedName": "minimist",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/ecstatic"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
  22. "_shasum": "a35008b20f41383eec1fb914f4cd5df79a264284",
  23. "_spec": "minimist@^1.1.0",
  24. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code\\node_modules\\ecstatic",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/minimist/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "parse argument options",
  36. "devDependencies": {
  37. "covert": "^1.0.0",
  38. "tap": "~0.4.0",
  39. "tape": "^3.5.0"
  40. },
  41. "homepage": "https://github.com/substack/minimist",
  42. "keywords": [
  43. "argv",
  44. "getopt",
  45. "parser",
  46. "optimist"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "minimist",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/substack/minimist.git"
  54. },
  55. "scripts": {
  56. "coverage": "covert test/*.js",
  57. "test": "tap test/*.js"
  58. },
  59. "testling": {
  60. "files": "test/*.js",
  61. "browsers": [
  62. "ie/6..latest",
  63. "ff/5",
  64. "firefox/latest",
  65. "chrome/10",
  66. "chrome/latest",
  67. "safari/5.1",
  68. "safari/latest",
  69. "opera/12"
  70. ]
  71. },
  72. "version": "1.2.0"
  73. }