package.json 2.6 KB

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