package.json 1.9 KB

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