package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "parse-filepath@1.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-filepath@1.0.1",
  10. "_id": "parse-filepath@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-FZ1hVdQ5BNFsEO9piRHaHpGWm3M=",
  13. "_location": "/parse-filepath",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-filepath@1.0.1",
  19. "name": "parse-filepath",
  20. "escapedName": "parse-filepath",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/fined"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/parse-filepath/issues"
  37. },
  38. "dependencies": {
  39. "is-absolute": "^0.2.3",
  40. "map-cache": "^0.2.0",
  41. "path-root": "^0.1.1"
  42. },
  43. "description": "Pollyfill for node.js `path.parse`, parses a filepath into an object.",
  44. "devDependencies": {
  45. "gulp-format-md": "^0.1.7",
  46. "mocha": "^2.2.5",
  47. "should": "^7.0.2"
  48. },
  49. "engines": {
  50. "node": ">=0.8"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/jonschlinkert/parse-filepath",
  56. "keywords": [
  57. "absolute",
  58. "basename",
  59. "dir",
  60. "directory",
  61. "dirname",
  62. "ext",
  63. "extension",
  64. "extname",
  65. "file",
  66. "filename",
  67. "filepath",
  68. "is-absolute",
  69. "name",
  70. "object",
  71. "parse",
  72. "parser",
  73. "parts",
  74. "path",
  75. "segment"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "parse-filepath",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/parse-filepath.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "verb": {
  88. "run": true,
  89. "toc": false,
  90. "layout": "default",
  91. "tasks": [
  92. "readme"
  93. ],
  94. "plugins": [
  95. "gulp-format-md"
  96. ],
  97. "related": {
  98. "highlight": "global-prefix",
  99. "list": [
  100. "global-prefix",
  101. "is-absolute",
  102. "is-relative",
  103. "relative"
  104. ]
  105. },
  106. "reflinks": [
  107. "verb"
  108. ],
  109. "lint": {
  110. "reflinks": true
  111. }
  112. },
  113. "version": "1.0.1"
  114. }