package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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/conte/data/reveal.js/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. "/globule/glob",
  43. "/read-package-json/glob"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  46. "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
  47. "_shrinkwrap": null,
  48. "_spec": "fs.realpath@^1.0.0",
  49. "_where": "/home/conte/data/reveal.js/node_modules/glob",
  50. "author": {
  51. "name": "Isaac Z. Schlueter",
  52. "email": "i@izs.me",
  53. "url": "http://blog.izs.me/"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/isaacs/fs.realpath/issues"
  57. },
  58. "dependencies": {},
  59. "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
  60. "devDependencies": {},
  61. "directories": {},
  62. "dist": {
  63. "shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
  64. "tarball": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
  65. },
  66. "files": [
  67. "old.js",
  68. "index.js"
  69. ],
  70. "gitHead": "03e7c884431fe185dfebbc9b771aeca339c1807a",
  71. "homepage": "https://github.com/isaacs/fs.realpath#readme",
  72. "keywords": [
  73. "realpath",
  74. "fs",
  75. "polyfill"
  76. ],
  77. "license": "ISC",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "name": "isaacs",
  82. "email": "i@izs.me"
  83. }
  84. ],
  85. "name": "fs.realpath",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/isaacs/fs.realpath.git"
  91. },
  92. "scripts": {
  93. "test": "tap test/*.js --cov"
  94. },
  95. "version": "1.0.0"
  96. }