package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "read-pkg-up@^3.0.0",
  3. "_id": "read-pkg-up@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
  6. "_location": "/read-pkg-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "read-pkg-up@^3.0.0",
  12. "name": "read-pkg-up",
  13. "escapedName": "read-pkg-up",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-import"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
  22. "_shasum": "3ed496685dba0f8fe118d0691dc51f4a1ff96f07",
  23. "_spec": "read-pkg-up@^3.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-plugin-import",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/read-pkg-up/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "find-up": "^2.0.0",
  36. "read-pkg": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Read the closest package.json file",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  51. "keywords": [
  52. "json",
  53. "read",
  54. "parse",
  55. "file",
  56. "fs",
  57. "graceful",
  58. "load",
  59. "pkg",
  60. "package",
  61. "find",
  62. "up",
  63. "find-up",
  64. "findup",
  65. "look-up",
  66. "look",
  67. "search",
  68. "match",
  69. "resolve",
  70. "parent",
  71. "parents",
  72. "folder",
  73. "directory",
  74. "dir",
  75. "walk",
  76. "walking",
  77. "path"
  78. ],
  79. "license": "MIT",
  80. "name": "read-pkg-up",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava"
  87. },
  88. "version": "3.0.0"
  89. }