package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-is-absolute@^1.0.0",
  6. "scope": null,
  7. "escapedName": "path-is-absolute",
  8. "name": "path-is-absolute",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/node-sass/node_modules/glob"
  14. ]
  15. ],
  16. "_from": "path-is-absolute@>=1.0.0 <2.0.0",
  17. "_id": "path-is-absolute@1.0.1",
  18. "_inCache": true,
  19. "_location": "/path-is-absolute",
  20. "_nodeVersion": "6.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/path-is-absolute-1.0.1.tgz_1475210523565_0.9876507974695414"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "path-is-absolute@^1.0.0",
  33. "scope": null,
  34. "escapedName": "path-is-absolute",
  35. "name": "path-is-absolute",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/chokidar",
  42. "/gulp-watch",
  43. "/node-gyp/glob",
  44. "/node-sass/glob",
  45. "/rimraf/glob",
  46. "/sass-graph/glob"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  49. "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  50. "_shrinkwrap": null,
  51. "_spec": "path-is-absolute@^1.0.0",
  52. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/node-sass/node_modules/glob",
  53. "author": {
  54. "name": "Sindre Sorhus",
  55. "email": "sindresorhus@gmail.com",
  56. "url": "sindresorhus.com"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  60. },
  61. "dependencies": {},
  62. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  63. "devDependencies": {
  64. "xo": "^0.16.0"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  69. "tarball": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
  70. },
  71. "engines": {
  72. "node": ">=0.10.0"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "gitHead": "edc91d348b21dac2ab65ea2fbec2868e2eff5eb6",
  78. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  79. "keywords": [
  80. "path",
  81. "paths",
  82. "file",
  83. "dir",
  84. "absolute",
  85. "isabsolute",
  86. "is-absolute",
  87. "built-in",
  88. "util",
  89. "utils",
  90. "core",
  91. "ponyfill",
  92. "polyfill",
  93. "shim",
  94. "is",
  95. "detect",
  96. "check"
  97. ],
  98. "license": "MIT",
  99. "maintainers": [
  100. {
  101. "name": "sindresorhus",
  102. "email": "sindresorhus@gmail.com"
  103. }
  104. ],
  105. "name": "path-is-absolute",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  111. },
  112. "scripts": {
  113. "test": "xo && node test.js"
  114. },
  115. "version": "1.0.1"
  116. }