You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "path-is-absolute@^1.0.0",
  3. "_id": "path-is-absolute@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  6. "_location": "/path-is-absolute",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-is-absolute@^1.0.0",
  12. "name": "path-is-absolute",
  13. "escapedName": "path-is-absolute",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/glob"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  23. "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  24. "_spec": "path-is-absolute@^1.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\chokidar",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  37. "devDependencies": {
  38. "xo": "^0.16.0"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  47. "keywords": [
  48. "path",
  49. "paths",
  50. "file",
  51. "dir",
  52. "absolute",
  53. "isabsolute",
  54. "is-absolute",
  55. "built-in",
  56. "util",
  57. "utils",
  58. "core",
  59. "ponyfill",
  60. "polyfill",
  61. "shim",
  62. "is",
  63. "detect",
  64. "check"
  65. ],
  66. "license": "MIT",
  67. "name": "path-is-absolute",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  71. },
  72. "scripts": {
  73. "test": "xo && node test.js"
  74. },
  75. "version": "1.0.1"
  76. }