package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "path-is-absolute@1.0.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-is-absolute@1.0.1",
  10. "_id": "path-is-absolute@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  13. "_location": "/path-is-absolute",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-is-absolute@1.0.1",
  19. "name": "path-is-absolute",
  20. "escapedName": "path-is-absolute",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/node-gyp/glob",
  27. "/node-sass/glob",
  28. "/rimraf/glob",
  29. "/sass-graph/glob",
  30. "/true-case-path/glob"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  33. "_spec": "1.0.1",
  34. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  42. },
  43. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  44. "devDependencies": {
  45. "xo": "^0.16.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  54. "keywords": [
  55. "path",
  56. "paths",
  57. "file",
  58. "dir",
  59. "absolute",
  60. "isabsolute",
  61. "is-absolute",
  62. "built-in",
  63. "util",
  64. "utils",
  65. "core",
  66. "ponyfill",
  67. "polyfill",
  68. "shim",
  69. "is",
  70. "detect",
  71. "check"
  72. ],
  73. "license": "MIT",
  74. "name": "path-is-absolute",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  78. },
  79. "scripts": {
  80. "test": "xo && node test.js"
  81. },
  82. "version": "1.0.1"
  83. }