Ohm-Management - Projektarbeit B-ME
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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "is-resolvable@^1.1.0",
  3. "_id": "is-resolvable@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==",
  6. "_location": "/is-resolvable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-resolvable@^1.1.0",
  12. "name": "is-resolvable",
  13. "escapedName": "is-resolvable",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
  22. "_shasum": "fb18f87ce1feb925169c9a407c19318a3206ed88",
  23. "_spec": "is-resolvable@^1.1.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "Shinnosuke Watanabe",
  27. "url": "https://github.com/shinnn"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/shinnn/is-resolvable/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Check if a module ID is resolvable with require()",
  35. "devDependencies": {
  36. "@shinnn/eslint-config-node": "^5.0.0",
  37. "eslint": "^4.16.0",
  38. "istanbul": "^0.4.5",
  39. "tape": "^4.8.0"
  40. },
  41. "eslintConfig": {
  42. "extends": "@shinnn/node",
  43. "rules": {
  44. "no-var": "off",
  45. "prefer-template": "off"
  46. }
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/shinnn/is-resolvable#readme",
  52. "keywords": [
  53. "file",
  54. "path",
  55. "resolve",
  56. "resolvable",
  57. "check",
  58. "module"
  59. ],
  60. "license": "ISC",
  61. "name": "is-resolvable",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/shinnn/is-resolvable.git"
  65. },
  66. "scripts": {
  67. "coverage": "istanbul cover --print=both test.js",
  68. "pretest": "eslint --fix --format=codeframe index.js test.js",
  69. "test": "node --throw-deprecation --track-heap-objects test.js"
  70. },
  71. "version": "1.1.0"
  72. }