package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "pkg-dir@3.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pkg-dir@3.0.0",
  10. "_id": "pkg-dir@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=",
  13. "_location": "/pkg-dir",
  14. "_phantomChildren": {
  15. "path-exists": "3.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "pkg-dir@3.0.0",
  21. "name": "pkg-dir",
  22. "escapedName": "pkg-dir",
  23. "rawSpec": "3.0.0",
  24. "saveSpec": null,
  25. "fetchSpec": "3.0.0"
  26. },
  27. "_requiredBy": [
  28. "/find-cache-dir",
  29. "/webpack-dev-server/import-local"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/pkg-dir/download/pkg-dir-3.0.0.tgz",
  32. "_spec": "3.0.0",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/pkg-dir/issues"
  41. },
  42. "dependencies": {
  43. "find-up": "^3.0.0"
  44. },
  45. "description": "Find the root directory of a Node.js project or npm package",
  46. "devDependencies": {
  47. "ava": "*",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/pkg-dir#readme",
  57. "keywords": [
  58. "package",
  59. "json",
  60. "root",
  61. "npm",
  62. "entry",
  63. "find",
  64. "up",
  65. "find-up",
  66. "findup",
  67. "look-up",
  68. "look",
  69. "file",
  70. "search",
  71. "match",
  72. "resolve",
  73. "parent",
  74. "parents",
  75. "folder",
  76. "directory",
  77. "dir",
  78. "walk",
  79. "walking",
  80. "path"
  81. ],
  82. "license": "MIT",
  83. "name": "pkg-dir",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/pkg-dir.git"
  87. },
  88. "scripts": {
  89. "test": "xo && ava"
  90. },
  91. "version": "3.0.0"
  92. }