package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "path-parse@^1.0.5",
  3. "_id": "path-parse@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=",
  6. "_location": "/path-parse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-parse@^1.0.5",
  12. "name": "path-parse",
  13. "escapedName": "path-parse",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/resolve"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
  22. "_shasum": "3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1",
  23. "_spec": "path-parse@^1.0.5",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/resolve",
  25. "author": {
  26. "name": "Javier Blanco",
  27. "email": "http://jbgutierrez.info"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jbgutierrez/path-parse/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Node.js path.parse() ponyfill",
  35. "homepage": "https://github.com/jbgutierrez/path-parse#readme",
  36. "keywords": [
  37. "path",
  38. "paths",
  39. "file",
  40. "dir",
  41. "parse",
  42. "built-in",
  43. "util",
  44. "utils",
  45. "core",
  46. "ponyfill",
  47. "polyfill",
  48. "shim"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "path-parse",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/jbgutierrez/path-parse.git"
  56. },
  57. "scripts": {
  58. "test": "node test.js"
  59. },
  60. "version": "1.0.5"
  61. }