package.json 1.8 KB

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