package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "path-is-absolute@^1.0.0",
  5. "D:\\work\\im\\node_modules\\babel-cli"
  6. ]
  7. ],
  8. "_from": "path-is-absolute@>=1.0.0 <2.0.0",
  9. "_id": "path-is-absolute@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/path-is-absolute",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.5.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "path-is-absolute",
  22. "raw": "path-is-absolute@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/babel-cli",
  30. "/babel-cli/glob",
  31. "/babel-core",
  32. "/chokidar"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz",
  35. "_shasum": "263dada66ab3f2fb10bf7f9d24dd8f3e570ef912",
  36. "_shrinkwrap": null,
  37. "_spec": "path-is-absolute@^1.0.0",
  38. "_where": "D:\\work\\im\\node_modules\\babel-cli",
  39. "author": {
  40. "email": "sindresorhus@gmail.com",
  41. "name": "Sindre Sorhus",
  42. "url": "sindresorhus.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  49. "devDependencies": {},
  50. "directories": {},
  51. "dist": {
  52. "shasum": "263dada66ab3f2fb10bf7f9d24dd8f3e570ef912",
  53. "tarball": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "gitHead": "7a76a0c9f2263192beedbe0a820e4d0baee5b7a1",
  62. "homepage": "https://github.com/sindresorhus/path-is-absolute",
  63. "keywords": [
  64. "path",
  65. "paths",
  66. "file",
  67. "dir",
  68. "absolute",
  69. "isabsolute",
  70. "is-absolute",
  71. "built-in",
  72. "util",
  73. "utils",
  74. "core",
  75. "ponyfill",
  76. "polyfill",
  77. "shim",
  78. "is",
  79. "detect",
  80. "check"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "email": "sindresorhus@gmail.com",
  86. "name": "sindresorhus"
  87. }
  88. ],
  89. "name": "path-is-absolute",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  95. },
  96. "scripts": {
  97. "test": "node test.js"
  98. },
  99. "version": "1.0.0"
  100. }