package.json 1.9 KB

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