package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "fs.realpath@1.0.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fs.realpath@1.0.0",
  10. "_id": "fs.realpath@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
  13. "_location": "/fs.realpath",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fs.realpath@1.0.0",
  19. "name": "fs.realpath",
  20. "escapedName": "fs.realpath",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/node-gyp/glob",
  27. "/node-sass/glob",
  28. "/rimraf/glob",
  29. "/sass-graph/glob"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  32. "_spec": "1.0.0",
  33. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/fs.realpath/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
  44. "devDependencies": {},
  45. "files": [
  46. "old.js",
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/fs.realpath#readme",
  50. "keywords": [
  51. "realpath",
  52. "fs",
  53. "polyfill"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "fs.realpath",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/isaacs/fs.realpath.git"
  61. },
  62. "scripts": {
  63. "test": "tap test/*.js --cov"
  64. },
  65. "version": "1.0.0"
  66. }