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.

117 lines
3.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "commander@2.17.x",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/html-minifier"
  6. ]
  7. ],
  8. "_from": "commander@>=2.17.0 <2.18.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "commander@2.17.1",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/commander",
  14. "_nodeVersion": "10.6.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/commander_2.17.1_1533640770608_0.9257530317415459"
  18. },
  19. "_npmUser": {
  20. "email": "abe@enzou.tokyo",
  21. "name": "abetomo"
  22. },
  23. "_npmVersion": "6.1.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "commander",
  27. "raw": "commander@2.17.x",
  28. "rawSpec": "2.17.x",
  29. "scope": null,
  30. "spec": ">=2.17.0 <2.18.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/html-minifier"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
  37. "_shasum": "bd77ab7de6de94205ceacc72f1716d29f20a77bf",
  38. "_shrinkwrap": null,
  39. "_spec": "commander@2.17.x",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/html-minifier",
  41. "author": {
  42. "email": "tj@vision-media.ca",
  43. "name": "TJ Holowaychuk"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/tj/commander.js/issues"
  47. },
  48. "dependencies": {},
  49. "description": "the complete solution for node.js command-line programs",
  50. "devDependencies": {
  51. "@types/node": "^10.5.7",
  52. "eslint": "^5.3.0",
  53. "should": "^13.2.3",
  54. "sinon": "^6.1.4",
  55. "standard": "^11.0.1",
  56. "typescript": "^2.9.2"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "fileCount": 6,
  61. "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==",
  62. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaYBDCRA9TVsSAnZWagAAl2QP/327vj1GeSPmzfzN1vJW\nS6v21X14g4oQ+5+r+EcZ94Q5fgcloOJcR05Ad6yD50uzlHvGjux9dqe4prBg\nkp3jIt58NHz1c6oXmZ5SuVILrIOv3J2xrxoH9OC2ZBwBSejp1iZsEGLOByhR\ns2sV/zjgfrD9FCHT0ZMyRixkp9wFBw5ncfzMnFvu6L952t41e1dgnoJutXQT\ny3F4/f2H9nUSvw5llrkVyhZ2iZZBuZxZzNEgBKxpOwdhHQsnuWpTQ5PUssAL\nnRLc2Kk6Txi5bdvEYziH1yzHq42EPYW9LHWpGiR2SXl+Elbdkcc2sFHU8qd+\nITA2k6GEMo0Evpv9Wt3CACs0OoyShnuNz8J03WYh9Pda8dvZQ2h/NHNzYaGB\nUwMmwiXUL2b8iY490eZQCn4vYvKnGBkiTHXeGVay+BwqGjpbE9NdhSou0OLJ\nJs/wPPOXDJLNELLxs+R4jlk2tn9flYsC1bvz3y9tuQE7hQtYLM5+KXKUucE7\n5u/wbfSHICgLiAbU1ko0E6EnkGxGojeleM4/EYyW8c1sO5Owx4qQRuBEUOUN\n/FREwjY/8/MLI5F5bYhoRhhRQmdgUjRVYlQolj0DG4d0QZBBobsaGcCnw9gz\nroYMYAW1WtEcYhmE807vv2n1nEiUVjePqt5Aunpuf4/heqzRC7jQHtsEDWOX\nzE5d\r\n=rq5H\r\n-----END PGP SIGNATURE-----\r\n",
  63. "shasum": "bd77ab7de6de94205ceacc72f1716d29f20a77bf",
  64. "tarball": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
  65. "unpackedSize": 61159
  66. },
  67. "files": [
  68. "index.js",
  69. "typings/index.d.ts"
  70. ],
  71. "gitHead": "e5b27cc553c0c55eb2f8890dc83034d3a3eee531",
  72. "homepage": "https://github.com/tj/commander.js#readme",
  73. "keywords": [
  74. "command",
  75. "commander",
  76. "option",
  77. "parser"
  78. ],
  79. "license": "MIT",
  80. "main": "index",
  81. "maintainers": [
  82. {
  83. "name": "abetomo",
  84. "email": "abe@enzou.tokyo"
  85. },
  86. {
  87. "name": "somekittens",
  88. "email": "rkoutnik@gmail.com"
  89. },
  90. {
  91. "name": "tjholowaychuk",
  92. "email": "tj@vision-media.ca"
  93. },
  94. {
  95. "name": "vanesyan",
  96. "email": "romain.vanesyan@gmail.com"
  97. },
  98. {
  99. "name": "zhiyelee",
  100. "email": "zhiyelee@gmail.com"
  101. }
  102. ],
  103. "name": "commander",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/tj/commander.js.git"
  109. },
  110. "scripts": {
  111. "lint": "eslint index.js",
  112. "test": "node test/run.js && npm run test-typings",
  113. "test-typings": "tsc -p tsconfig.json"
  114. },
  115. "typings": "typings/index.d.ts",
  116. "version": "2.17.1"
  117. }