package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "read-pkg-up@2.0.0",
  5. "E:\\amr1.0\\AMR"
  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. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "read-pkg-up@2.0.0",
  19. "name": "read-pkg-up",
  20. "escapedName": "read-pkg-up",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  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": "^2.0.0",
  41. "read-pkg": "^2.0.0"
  42. },
  43. "description": "Read the closest package.json file",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=4"
  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": "2.0.0",
  95. "xo": {
  96. "esnext": true
  97. }
  98. }