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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "path-is-inside@^1.0.2",
  3. "_id": "path-is-inside@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
  6. "_location": "/path-is-inside",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-is-inside@^1.0.2",
  12. "name": "path-is-inside",
  13. "escapedName": "path-is-inside",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
  22. "_shasum": "365417dede44430d1c11af61027facf074bdfc53",
  23. "_spec": "path-is-inside@^1.0.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "Domenic Denicola",
  27. "email": "d@domenic.me",
  28. "url": "https://domenic.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/domenic/path-is-inside/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Tests whether one path is inside another path",
  36. "devDependencies": {
  37. "jshint": "~2.3.0",
  38. "mocha": "~1.15.1"
  39. },
  40. "files": [
  41. "lib"
  42. ],
  43. "homepage": "https://github.com/domenic/path-is-inside#readme",
  44. "keywords": [
  45. "path",
  46. "directory",
  47. "folder",
  48. "inside",
  49. "relative"
  50. ],
  51. "license": "(WTFPL OR MIT)",
  52. "main": "lib/path-is-inside.js",
  53. "name": "path-is-inside",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/domenic/path-is-inside.git"
  57. },
  58. "scripts": {
  59. "lint": "jshint lib",
  60. "test": "mocha"
  61. },
  62. "version": "1.0.2"
  63. }