package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "find-up@2.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/import-local/pkg-dir",
  29. "/pkg-up",
  30. "/yargs"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/find-up/download/find-up-2.1.0.tgz",
  33. "_spec": "2.1.0",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/find-up/issues"
  42. },
  43. "dependencies": {
  44. "locate-path": "^2.0.0"
  45. },
  46. "description": "Find a file by walking up parent directories",
  47. "devDependencies": {
  48. "ava": "*",
  49. "tempfile": "^1.1.1",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=4"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/find-up#readme",
  59. "keywords": [
  60. "find",
  61. "up",
  62. "find-up",
  63. "findup",
  64. "look-up",
  65. "look",
  66. "file",
  67. "search",
  68. "match",
  69. "package",
  70. "resolve",
  71. "parent",
  72. "parents",
  73. "folder",
  74. "directory",
  75. "dir",
  76. "walk",
  77. "walking",
  78. "path"
  79. ],
  80. "license": "MIT",
  81. "name": "find-up",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/sindresorhus/find-up.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava"
  88. },
  89. "version": "2.1.0",
  90. "xo": {
  91. "esnext": true
  92. }
  93. }