package.json 3.3 KB

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