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.

98 lines
2.3 KiB

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