package.json 2.4 KB

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