package.json 2.6 KB

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