package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "is-root@2.1.0",
  3. "_id": "is-root@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
  6. "_location": "/is-root",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "is-root@2.1.0",
  12. "name": "is-root",
  13. "escapedName": "is-root",
  14. "rawSpec": "2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/react-dev-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
  22. "_shasum": "809e18129cf1129644302a4f8544035d51984a9c",
  23. "_spec": "is-root@2.1.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-dev-utils",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-root/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if the process is running as root user, for example, one started with `sudo`",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=6"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-root#readme",
  49. "keywords": [
  50. "sudo",
  51. "root",
  52. "user",
  53. "permissions",
  54. "uid",
  55. "process",
  56. "posix"
  57. ],
  58. "license": "MIT",
  59. "name": "is-root",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/is-root.git"
  63. },
  64. "scripts": {
  65. "test": "xo && ava && tsd"
  66. },
  67. "version": "2.1.0"
  68. }