package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "find-up@^1.0.0",
  5. "D:\\work\\im\\node_modules\\read-pkg-up"
  6. ]
  7. ],
  8. "_from": "find-up@>=1.0.0 <2.0.0",
  9. "_id": "find-up@1.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/find-up",
  13. "_nodeVersion": "4.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/find-up-1.1.2.tgz_1457199955637_0.3445317060686648"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.14.12",
  23. "_phantomChildren": {
  24. "pinkie-promise": "2.0.1"
  25. },
  26. "_requested": {
  27. "name": "find-up",
  28. "raw": "find-up@^1.0.0",
  29. "rawSpec": "^1.0.0",
  30. "scope": null,
  31. "spec": ">=1.0.0 <2.0.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/read-pkg-up"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
  38. "_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
  39. "_shrinkwrap": null,
  40. "_spec": "find-up@^1.0.0",
  41. "_where": "D:\\work\\im\\node_modules\\read-pkg-up",
  42. "author": {
  43. "email": "sindresorhus@gmail.com",
  44. "name": "Sindre Sorhus",
  45. "url": "sindresorhus.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/find-up/issues"
  49. },
  50. "dependencies": {
  51. "path-exists": "^2.0.0",
  52. "pinkie-promise": "^2.0.0"
  53. },
  54. "description": "Find a file by walking up parent directories",
  55. "devDependencies": {
  56. "ava": "*",
  57. "tempfile": "^1.1.1",
  58. "xo": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
  63. "tarball": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "f2d7c1ff74fbac82b2cff038e311ef4b075d9184",
  72. "homepage": "https://github.com/sindresorhus/find-up",
  73. "keywords": [
  74. "find",
  75. "up",
  76. "find-up",
  77. "findup",
  78. "look-up",
  79. "look",
  80. "file",
  81. "search",
  82. "match",
  83. "package",
  84. "resolve",
  85. "parent",
  86. "parents",
  87. "folder",
  88. "directory",
  89. "dir",
  90. "walk",
  91. "walking",
  92. "path"
  93. ],
  94. "license": "MIT",
  95. "maintainers": [
  96. {
  97. "email": "sindresorhus@gmail.com",
  98. "name": "sindresorhus"
  99. }
  100. ],
  101. "name": "find-up",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/sindresorhus/find-up.git"
  107. },
  108. "scripts": {
  109. "test": "xo && ava"
  110. },
  111. "version": "1.1.2"
  112. }