package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "pkg-up@^2.0.0",
  5. "/mnt/sdc1/Users/James/IdeaProjects/website-core/www/libs/node_modules/browserslist"
  6. ]
  7. ],
  8. "_from": "pkg-up@>=2.0.0 <3.0.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/pkg-up",
  13. "_nodeVersion": "4.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/pkg-up-2.0.0.tgz_1493911467499_0.2755624745041132"
  17. },
  18. "_npmUser": {
  19. "email": "[email protected]",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {
  24. "locate-path": "2.0.0"
  25. },
  26. "_requested": {
  27. "name": "pkg-up",
  28. "raw": "pkg-up@^2.0.0",
  29. "rawSpec": "^2.0.0",
  30. "scope": null,
  31. "spec": ">=2.0.0 <3.0.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/browserslist"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz",
  38. "_shasum": "c819ac728059a461cab1c3889a2be3c49a004d7f",
  39. "_shrinkwrap": null,
  40. "_spec": "pkg-up@^2.0.0",
  41. "_where": "/mnt/sdc1/Users/James/IdeaProjects/website-core/www/libs/node_modules/browserslist",
  42. "author": {
  43. "email": "[email protected]",
  44. "name": "Sindre Sorhus",
  45. "url": "sindresorhus.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/pkg-up/issues"
  49. },
  50. "dependencies": {
  51. "find-up": "^2.1.0"
  52. },
  53. "description": "Find the closest package.json file",
  54. "devDependencies": {
  55. "ava": "*",
  56. "xo": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "c819ac728059a461cab1c3889a2be3c49a004d7f",
  61. "tarball": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">=4"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "a3d7ab574308dc311118d360f178f833bb2b693c",
  70. "homepage": "https://github.com/sindresorhus/pkg-up#readme",
  71. "keywords": [
  72. "dir",
  73. "directory",
  74. "file",
  75. "find",
  76. "find-up",
  77. "findup",
  78. "folder",
  79. "look",
  80. "look-up",
  81. "match",
  82. "package",
  83. "parent",
  84. "parents",
  85. "path",
  86. "pkg",
  87. "resolve",
  88. "search",
  89. "up",
  90. "walk",
  91. "walking"
  92. ],
  93. "license": "MIT",
  94. "maintainers": [
  95. {
  96. "name": "sindresorhus",
  97. "email": "[email protected]"
  98. }
  99. ],
  100. "name": "pkg-up",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/sindresorhus/pkg-up.git"
  106. },
  107. "scripts": {
  108. "test": "xo && ava"
  109. },
  110. "version": "2.0.0"
  111. }