package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "commondir@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/loader-fs-cache/find-cache-dir"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/commondir/download/commondir-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "James Halliday",
  35. "email": "mail@substack.net",
  36. "url": "http://substack.net"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/substack/node-commondir/issues"
  40. },
  41. "dependencies": {},
  42. "description": "compute the closest common parent for file paths",
  43. "devDependencies": {
  44. "tape": "^3.5.0"
  45. },
  46. "engine": {
  47. "node": ">=0.4"
  48. },
  49. "homepage": "https://github.com/substack/node-commondir#readme",
  50. "keywords": [
  51. "common",
  52. "path",
  53. "directory",
  54. "file",
  55. "parent",
  56. "root"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "commondir",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  64. },
  65. "scripts": {
  66. "test": "tape test/*.js"
  67. },
  68. "version": "1.0.1"
  69. }