package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "commondir@1.0.1",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "commondir@1.0.1",
  10. "_id": "commondir@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
  13. "_location": "/commondir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "commondir@1.0.1",
  19. "name": "commondir",
  20. "escapedName": "commondir",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin/find-cache-dir",
  27. "/find-cache-dir"
  28. ],
  29. "_resolved": "http://registry.npm.taobao.org/commondir/download/commondir-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/substack/node-commondir/issues"
  39. },
  40. "dependencies": {},
  41. "description": "compute the closest common parent for file paths",
  42. "devDependencies": {
  43. "tape": "^3.5.0"
  44. },
  45. "engine": {
  46. "node": ">=0.4"
  47. },
  48. "homepage": "https://github.com/substack/node-commondir#readme",
  49. "keywords": [
  50. "common",
  51. "path",
  52. "directory",
  53. "file",
  54. "parent",
  55. "root"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "commondir",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  63. },
  64. "scripts": {
  65. "test": "tape test/*.js"
  66. },
  67. "version": "1.0.1"
  68. }