package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "path-parse@^1.0.5",
  5. "/home/seleznev/project Angular/Quality system/node_modules/resolve"
  6. ]
  7. ],
  8. "_from": "path-parse@>=1.0.5 <2.0.0",
  9. "_id": "path-parse@1.0.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/path-parse",
  13. "_npmUser": {
  14. "email": "jbgutierrez@gmail.com",
  15. "name": "jbgutierrez"
  16. },
  17. "_npmVersion": "1.4.9",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "path-parse",
  21. "raw": "path-parse@^1.0.5",
  22. "rawSpec": "^1.0.5",
  23. "scope": null,
  24. "spec": ">=1.0.5 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/resolve"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
  31. "_shasum": "3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1",
  32. "_shrinkwrap": null,
  33. "_spec": "path-parse@^1.0.5",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/resolve",
  35. "author": {
  36. "email": "http://jbgutierrez.info",
  37. "name": "Javier Blanco"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jbgutierrez/path-parse/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Node.js path.parse() ponyfill",
  44. "devDependencies": {},
  45. "directories": {},
  46. "dist": {
  47. "shasum": "3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1",
  48. "tarball": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz"
  49. },
  50. "homepage": "https://github.com/jbgutierrez/path-parse#readme",
  51. "keywords": [
  52. "built-in",
  53. "core",
  54. "dir",
  55. "file",
  56. "parse",
  57. "path",
  58. "paths",
  59. "polyfill",
  60. "ponyfill",
  61. "shim",
  62. "util",
  63. "utils"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "maintainers": [
  68. {
  69. "name": "jbgutierrez",
  70. "email": "jbgutierrez@gmail.com"
  71. }
  72. ],
  73. "name": "path-parse",
  74. "optionalDependencies": {},
  75. "readme": "ERROR: No README data found!",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jbgutierrez/path-parse.git"
  79. },
  80. "scripts": {
  81. "test": "node test.js"
  82. },
  83. "version": "1.0.5"
  84. }