package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-type@^1.0.0",
  6. "scope": null,
  7. "escapedName": "path-type",
  8. "name": "path-type",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/read-pkg"
  14. ]
  15. ],
  16. "_from": "path-type@>=1.0.0 <2.0.0",
  17. "_id": "path-type@1.1.0",
  18. "_inCache": true,
  19. "_location": "/path-type",
  20. "_nodeVersion": "4.2.1",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.14.7",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "path-type@^1.0.0",
  29. "scope": null,
  30. "escapedName": "path-type",
  31. "name": "path-type",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/read-pkg"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
  40. "_shasum": "59c44f7ee491da704da415da5a4070ba4f8fe441",
  41. "_shrinkwrap": null,
  42. "_spec": "path-type@^1.0.0",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/read-pkg",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/path-type/issues"
  51. },
  52. "dependencies": {
  53. "graceful-fs": "^4.1.2",
  54. "pify": "^2.0.0",
  55. "pinkie-promise": "^2.0.0"
  56. },
  57. "description": "Check if a path is a file, directory, or symlink",
  58. "devDependencies": {
  59. "ava": "*",
  60. "xo": "*"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "59c44f7ee491da704da415da5a4070ba4f8fe441",
  65. "tarball": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "dff5c2a62f89efe7e0cce600bf38e76196d8b4b2",
  74. "homepage": "https://github.com/sindresorhus/path-type",
  75. "keywords": [
  76. "path",
  77. "fs",
  78. "type",
  79. "is",
  80. "check",
  81. "directory",
  82. "dir",
  83. "file",
  84. "filepath",
  85. "symlink",
  86. "symbolic",
  87. "link",
  88. "stat",
  89. "stats",
  90. "filesystem"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "sindresorhus",
  96. "email": "sindresorhus@gmail.com"
  97. }
  98. ],
  99. "name": "path-type",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/path-type.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava"
  108. },
  109. "version": "1.1.0",
  110. "xo": {
  111. "ignores": [
  112. "test.js"
  113. ]
  114. }
  115. }