package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "path-is-absolute@^1.0.0",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/glob"
  6. ]
  7. ],
  8. "_from": "path-is-absolute@>=1.0.0 <2.0.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/path-is-absolute",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "[email protected]",
  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. "/glob"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz",
  32. "_shasum": "263dada66ab3f2fb10bf7f9d24dd8f3e570ef912",
  33. "_shrinkwrap": null,
  34. "_spec": "path-is-absolute@^1.0.0",
  35. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/glob",
  36. "author": {
  37. "email": "[email protected]",
  38. "name": "Sindre Sorhus",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  46. "devDependencies": {},
  47. "directories": {},
  48. "dist": {
  49. "shasum": "263dada66ab3f2fb10bf7f9d24dd8f3e570ef912",
  50. "tarball": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "gitHead": "7a76a0c9f2263192beedbe0a820e4d0baee5b7a1",
  59. "homepage": "https://github.com/sindresorhus/path-is-absolute",
  60. "keywords": [
  61. "absolute",
  62. "built-in",
  63. "check",
  64. "core",
  65. "detect",
  66. "dir",
  67. "file",
  68. "is",
  69. "is-absolute",
  70. "isabsolute",
  71. "path",
  72. "paths",
  73. "polyfill",
  74. "ponyfill",
  75. "shim",
  76. "util",
  77. "utils"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "[email protected]"
  84. }
  85. ],
  86. "name": "path-is-absolute",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  92. },
  93. "scripts": {
  94. "test": "node test.js"
  95. },
  96. "version": "1.0.0"
  97. }