package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "path-dirname@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-dirname@1.0.2",
  10. "_id": "path-dirname@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
  13. "_location": "/path-dirname",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-dirname@1.0.2",
  19. "name": "path-dirname",
  20. "escapedName": "path-dirname",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/glob-parent"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/path-dirname/download/path-dirname-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Elan Shanker"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/es128/path-dirname/issues"
  36. },
  37. "description": "Node.js path.dirname() ponyfill",
  38. "files": [
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/es128/path-dirname#readme",
  42. "keywords": [
  43. "dirname",
  44. "dir",
  45. "path",
  46. "paths",
  47. "file",
  48. "built-in",
  49. "util",
  50. "utils",
  51. "core",
  52. "stdlib",
  53. "ponyfill",
  54. "polyfill",
  55. "shim"
  56. ],
  57. "license": "MIT",
  58. "name": "path-dirname",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/es128/path-dirname.git"
  62. },
  63. "scripts": {
  64. "test": "node test.js"
  65. },
  66. "version": "1.0.2"
  67. }