项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

преди 4 години
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "glob-parent@3.1.0",
  5. "D:\\A易云\\YiYunJianZhu"
  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. ],
  30. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
  31. "_spec": "3.1.0",
  32. "_where": "D:\\A易云\\YiYunJianZhu",
  33. "author": {
  34. "name": "Elan Shanker",
  35. "url": "https://github.com/es128"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/es128/glob-parent/issues"
  39. },
  40. "dependencies": {
  41. "is-glob": "^3.1.0",
  42. "path-dirname": "^1.0.0"
  43. },
  44. "description": "Strips glob magic from a string to provide the parent directory path",
  45. "devDependencies": {
  46. "coveralls": "^2.11.2",
  47. "istanbul": "^0.3.5",
  48. "mocha": "^2.1.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/es128/glob-parent",
  54. "keywords": [
  55. "glob",
  56. "parent",
  57. "strip",
  58. "path",
  59. "dirname",
  60. "directory",
  61. "base",
  62. "wildcard"
  63. ],
  64. "license": "ISC",
  65. "main": "index.js",
  66. "name": "glob-parent",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/es128/glob-parent.git"
  70. },
  71. "scripts": {
  72. "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
  73. "test": "istanbul test node_modules/mocha/bin/_mocha"
  74. },
  75. "version": "3.1.0"
  76. }