package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "npm-run-path@2.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "npm-run-path@2.0.2",
  10. "_id": "npm-run-path@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
  13. "_location": "/npm-run-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "npm-run-path@2.0.2",
  19. "name": "npm-run-path",
  20. "escapedName": "npm-run-path",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/os-locale/execa",
  28. "/yorkie/execa"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/npm-run-path/download/npm-run-path-2.0.2.tgz",
  31. "_spec": "2.0.2",
  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/npm-run-path/issues"
  40. },
  41. "dependencies": {
  42. "path-key": "^2.0.0"
  43. },
  44. "description": "Get your PATH prepended with locally installed binaries",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
  56. "keywords": [
  57. "npm",
  58. "run",
  59. "path",
  60. "package",
  61. "bin",
  62. "binary",
  63. "binaries",
  64. "script",
  65. "cli",
  66. "command-line",
  67. "execute",
  68. "executable"
  69. ],
  70. "license": "MIT",
  71. "name": "npm-run-path",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/npm-run-path.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "2.0.2",
  80. "xo": {
  81. "esnext": true
  82. }
  83. }