Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "optional-require@1.0.3",
  5. "D:\\Projects\\scrapper-api"
  6. ]
  7. ],
  8. "_from": "optional-require@1.0.3",
  9. "_id": "optional-require@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RV2Zp2MY2aeYK5G+B/Sps8lW5NHAzE5QClbFP15j+PWmP+T9PxlJXBOOLoSAdgwFvS4t0aMR4vpedMkbHfh0nA==",
  12. "_location": "/optional-require",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "optional-require@1.0.3",
  18. "name": "optional-require",
  19. "escapedName": "optional-require",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/mongodb"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "D:\\Projects\\scrapper-api",
  30. "author": {
  31. "name": "Joel Chen"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jchip/optional-require/issues"
  35. },
  36. "dependencies": {},
  37. "description": "NodeJS Require that let you handle module not found error without try/catch",
  38. "devDependencies": {
  39. "chai": "^3.5.0",
  40. "istanbul": "^0.4.5",
  41. "mocha": "^3.2.0",
  42. "prettier": "1.19.1",
  43. "require-at": "^1.0.0"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jchip/optional-require#readme",
  52. "keywords": [
  53. "optional require",
  54. "optional",
  55. "require"
  56. ],
  57. "license": "Apache-2.0",
  58. "main": "index.js",
  59. "name": "optional-require",
  60. "prettier": {
  61. "printWidth": 120
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jchip/optional-require.git"
  66. },
  67. "scripts": {
  68. "coverage": "istanbul cover _mocha -- test/spec/*.js",
  69. "test": "mocha test/spec"
  70. },
  71. "version": "1.0.3"
  72. }