package.json 1.7 KB

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