package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "glob-base@0.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob-base@0.3.0",
  10. "_id": "glob-base@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
  13. "_location": "/glob-base",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob-base@0.3.0",
  19. "name": "glob-base",
  20. "escapedName": "glob-base",
  21. "rawSpec": "0.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.0"
  24. },
  25. "_requiredBy": [
  26. "/parse-glob"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/glob-base/download/glob-base-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/glob-base/issues"
  37. },
  38. "dependencies": {
  39. "glob-parent": "^2.0.0",
  40. "is-glob": "^2.0.0"
  41. },
  42. "description": "Returns an object with the (non-glob) base path and the actual pattern.",
  43. "devDependencies": {
  44. "mocha": "*",
  45. "should": "^5.1.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/glob-base",
  54. "keywords": [
  55. "base",
  56. "directory",
  57. "dirname",
  58. "expression",
  59. "glob",
  60. "parent",
  61. "path",
  62. "pattern",
  63. "regex",
  64. "regular",
  65. "root"
  66. ],
  67. "license": {
  68. "type": "MIT",
  69. "url": "https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"
  70. },
  71. "main": "index.js",
  72. "name": "glob-base",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/jonschlinkert/glob-base.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "version": "0.3.0"
  81. }