package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glob-parent@^2.0.0",
  6. "scope": null,
  7. "escapedName": "glob-parent",
  8. "name": "glob-parent",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/glob-base"
  14. ]
  15. ],
  16. "_from": "glob-parent@>=2.0.0 <3.0.0",
  17. "_id": "glob-parent@2.0.0",
  18. "_inCache": true,
  19. "_location": "/glob-parent",
  20. "_nodeVersion": "3.0.0",
  21. "_npmUser": {
  22. "name": "es128",
  23. "email": "elan.shanker+npm@gmail.com"
  24. },
  25. "_npmVersion": "2.13.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "glob-parent@^2.0.0",
  29. "scope": null,
  30. "escapedName": "glob-parent",
  31. "name": "glob-parent",
  32. "rawSpec": "^2.0.0",
  33. "spec": ">=2.0.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/glob-base"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
  40. "_shasum": "81383d72db054fcccf5336daa902f182f6edbb28",
  41. "_shrinkwrap": null,
  42. "_spec": "glob-parent@^2.0.0",
  43. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/glob-base",
  44. "author": {
  45. "name": "Elan Shanker"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/es128/glob-parent/issues"
  49. },
  50. "dependencies": {
  51. "is-glob": "^2.0.0"
  52. },
  53. "description": "Strips glob magic from a string to provide the parent path",
  54. "devDependencies": {
  55. "coveralls": "^2.11.2",
  56. "istanbul": "^0.3.5",
  57. "mocha": "^2.1.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "81383d72db054fcccf5336daa902f182f6edbb28",
  62. "tarball": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz"
  63. },
  64. "gitHead": "a956910c7ccb5eafd1b3fe900ceb6335cc5b6d3d",
  65. "homepage": "https://github.com/es128/glob-parent",
  66. "keywords": [
  67. "glob",
  68. "parent",
  69. "strip",
  70. "path",
  71. "directory",
  72. "base"
  73. ],
  74. "license": "ISC",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "es128",
  79. "email": "elan.shanker+npm@gmail.com"
  80. }
  81. ],
  82. "name": "glob-parent",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/es128/glob-parent.git"
  88. },
  89. "scripts": {
  90. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  91. },
  92. "version": "2.0.0"
  93. }