package.json 2.4 KB

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