package.json 1.9 KB

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