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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "glob-parent@^3.1.0",
  3. "_id": "glob-parent@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
  6. "_location": "/glob-parent",
  7. "_phantomChildren": {
  8. "is-extglob": "2.1.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "glob-parent@^3.1.0",
  14. "name": "glob-parent",
  15. "escapedName": "glob-parent",
  16. "rawSpec": "^3.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^3.1.0"
  19. },
  20. "_requiredBy": [
  21. "/chokidar",
  22. "/glob-stream"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
  25. "_shasum": "9e6af6299d8d3bd2bd40430832bd113df906c5ae",
  26. "_spec": "glob-parent@^3.1.0",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\chokidar",
  28. "author": {
  29. "name": "Elan Shanker",
  30. "url": "https://github.com/es128"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/es128/glob-parent/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "is-glob": "^3.1.0",
  38. "path-dirname": "^1.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Strips glob magic from a string to provide the parent directory path",
  42. "devDependencies": {
  43. "coveralls": "^2.11.2",
  44. "istanbul": "^0.3.5",
  45. "mocha": "^2.1.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/es128/glob-parent",
  51. "keywords": [
  52. "glob",
  53. "parent",
  54. "strip",
  55. "path",
  56. "dirname",
  57. "directory",
  58. "base",
  59. "wildcard"
  60. ],
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "glob-parent",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/es128/glob-parent.git"
  67. },
  68. "scripts": {
  69. "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
  70. "test": "istanbul test node_modules/mocha/bin/_mocha"
  71. },
  72. "version": "3.1.0"
  73. }