package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parse-filepath@^1.0.1",
  6. "scope": null,
  7. "escapedName": "parse-filepath",
  8. "name": "parse-filepath",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/fined"
  14. ]
  15. ],
  16. "_from": "parse-filepath@>=1.0.1 <2.0.0",
  17. "_id": "parse-filepath@1.0.1",
  18. "_inCache": true,
  19. "_location": "/parse-filepath",
  20. "_nodeVersion": "5.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/parse-filepath-1.0.1.tgz_1459236882404_0.5455310363322496"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "parse-filepath@^1.0.1",
  33. "scope": null,
  34. "escapedName": "parse-filepath",
  35. "name": "parse-filepath",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/fined"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz",
  44. "_shasum": "159d6155d43904d16c10ef698911da1e91969b73",
  45. "_shrinkwrap": null,
  46. "_spec": "parse-filepath@^1.0.1",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/fined",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/parse-filepath/issues"
  54. },
  55. "dependencies": {
  56. "is-absolute": "^0.2.3",
  57. "map-cache": "^0.2.0",
  58. "path-root": "^0.1.1"
  59. },
  60. "description": "Pollyfill for node.js `path.parse`, parses a filepath into an object.",
  61. "devDependencies": {
  62. "gulp-format-md": "^0.1.7",
  63. "mocha": "^2.2.5",
  64. "should": "^7.0.2"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "159d6155d43904d16c10ef698911da1e91969b73",
  69. "tarball": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz"
  70. },
  71. "engines": {
  72. "node": ">=0.8"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "gitHead": "dd14a3c2caecfb59a9bbdfca120e9009e4934c45",
  78. "homepage": "https://github.com/jonschlinkert/parse-filepath",
  79. "keywords": [
  80. "absolute",
  81. "basename",
  82. "dir",
  83. "directory",
  84. "dirname",
  85. "ext",
  86. "extension",
  87. "extname",
  88. "file",
  89. "filename",
  90. "filepath",
  91. "is-absolute",
  92. "name",
  93. "object",
  94. "parse",
  95. "parser",
  96. "parts",
  97. "path",
  98. "segment"
  99. ],
  100. "license": "MIT",
  101. "main": "index.js",
  102. "maintainers": [
  103. {
  104. "name": "jonschlinkert",
  105. "email": "github@sellside.com"
  106. },
  107. {
  108. "name": "doowb",
  109. "email": "brian.woodward@gmail.com"
  110. }
  111. ],
  112. "name": "parse-filepath",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/jonschlinkert/parse-filepath.git"
  118. },
  119. "scripts": {
  120. "test": "mocha"
  121. },
  122. "verb": {
  123. "run": true,
  124. "toc": false,
  125. "layout": "default",
  126. "tasks": [
  127. "readme"
  128. ],
  129. "plugins": [
  130. "gulp-format-md"
  131. ],
  132. "related": {
  133. "highlight": "global-prefix",
  134. "list": [
  135. "global-prefix",
  136. "is-absolute",
  137. "is-relative",
  138. "relative"
  139. ]
  140. },
  141. "reflinks": [
  142. "verb"
  143. ],
  144. "lint": {
  145. "reflinks": true
  146. }
  147. },
  148. "version": "1.0.1"
  149. }