package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fs.realpath@^1.0.0",
  6. "scope": null,
  7. "escapedName": "fs.realpath",
  8. "name": "fs.realpath",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/glob"
  14. ]
  15. ],
  16. "_from": "fs.realpath@>=1.0.0 <2.0.0",
  17. "_id": "fs.realpath@1.0.0",
  18. "_inCache": true,
  19. "_location": "/fs.realpath",
  20. "_nodeVersion": "4.4.4",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/fs.realpath-1.0.0.tgz_1466015941059_0.3332864767871797"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "3.9.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "fs.realpath@^1.0.0",
  33. "scope": null,
  34. "escapedName": "fs.realpath",
  35. "name": "fs.realpath",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/glob"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  44. "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
  45. "_shrinkwrap": null,
  46. "_spec": "fs.realpath@^1.0.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/glob",
  48. "author": {
  49. "name": "Isaac Z. Schlueter",
  50. "email": "i@izs.me",
  51. "url": "http://blog.izs.me/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/isaacs/fs.realpath/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
  58. "devDependencies": {},
  59. "directories": {},
  60. "dist": {
  61. "shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
  62. "tarball": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
  63. },
  64. "files": [
  65. "old.js",
  66. "index.js"
  67. ],
  68. "gitHead": "03e7c884431fe185dfebbc9b771aeca339c1807a",
  69. "homepage": "https://github.com/isaacs/fs.realpath#readme",
  70. "keywords": [
  71. "realpath",
  72. "fs",
  73. "polyfill"
  74. ],
  75. "license": "ISC",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "isaacs",
  80. "email": "i@izs.me"
  81. }
  82. ],
  83. "name": "fs.realpath",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/isaacs/fs.realpath.git"
  89. },
  90. "scripts": {
  91. "test": "tap test/*.js --cov"
  92. },
  93. "version": "1.0.0"
  94. }