package.json 2.4 KB

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