package.json 1.7 KB

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