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.

100 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "glob-parent@^3.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/chokidar"
  6. ]
  7. ],
  8. "_from": "glob-parent@>=3.1.0 <4.0.0",
  9. "_id": "glob-parent@3.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/glob-parent",
  13. "_nodeVersion": "6.7.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/glob-parent-3.1.0.tgz_1481730526821_0.4327609031461179"
  17. },
  18. "_npmUser": {
  19. "email": "elan.shanker+npm@gmail.com",
  20. "name": "es128"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {
  24. "is-extglob": "2.1.1"
  25. },
  26. "_requested": {
  27. "name": "glob-parent",
  28. "raw": "glob-parent@^3.1.0",
  29. "rawSpec": "^3.1.0",
  30. "scope": null,
  31. "spec": ">=3.1.0 <4.0.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/chokidar",
  36. "/fast-glob"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
  39. "_shasum": "9e6af6299d8d3bd2bd40430832bd113df906c5ae",
  40. "_shrinkwrap": null,
  41. "_spec": "glob-parent@^3.1.0",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/chokidar",
  43. "author": {
  44. "name": "Elan Shanker",
  45. "url": "https://github.com/es128"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/es128/glob-parent/issues"
  49. },
  50. "dependencies": {
  51. "is-glob": "^3.1.0",
  52. "path-dirname": "^1.0.0"
  53. },
  54. "description": "Strips glob magic from a string to provide the parent directory path",
  55. "devDependencies": {
  56. "coveralls": "^2.11.2",
  57. "istanbul": "^0.3.5",
  58. "mocha": "^2.1.0"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "9e6af6299d8d3bd2bd40430832bd113df906c5ae",
  63. "tarball": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "880243f7758be2967318280ad3e599c95e832a76",
  69. "homepage": "https://github.com/es128/glob-parent",
  70. "keywords": [
  71. "base",
  72. "directory",
  73. "dirname",
  74. "glob",
  75. "parent",
  76. "path",
  77. "strip",
  78. "wildcard"
  79. ],
  80. "license": "ISC",
  81. "main": "index.js",
  82. "maintainers": [
  83. {
  84. "name": "es128",
  85. "email": "elan.shanker+npm@gmail.com"
  86. }
  87. ],
  88. "name": "glob-parent",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/es128/glob-parent.git"
  94. },
  95. "scripts": {
  96. "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
  97. "test": "istanbul test node_modules/mocha/bin/_mocha"
  98. },
  99. "version": "3.1.0"
  100. }