package.json 1.9 KB

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