package.json 1.9 KB

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