package.json 2.7 KB

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