package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "is-npm@^5.0.0",
  3. "_id": "is-npm@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==",
  6. "_location": "/is-npm",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-npm@^5.0.0",
  12. "name": "is-npm",
  13. "escapedName": "is-npm",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/update-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz",
  22. "_shasum": "43e8d65cc56e1b67f8d47262cf667099193f45a8",
  23. "_spec": "is-npm@^5.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\update-notifier",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-npm/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if your code is running as an npm script",
  36. "devDependencies": {
  37. "ava": "^2.4.0",
  38. "tsd": "^0.11.0",
  39. "xo": "^0.30.0"
  40. },
  41. "engines": {
  42. "node": ">=10"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "funding": "https://github.com/sponsors/sindresorhus",
  49. "homepage": "https://github.com/sindresorhus/is-npm#readme",
  50. "keywords": [
  51. "npm",
  52. "yarn",
  53. "is",
  54. "check",
  55. "detect",
  56. "env",
  57. "environment",
  58. "run",
  59. "script"
  60. ],
  61. "license": "MIT",
  62. "name": "is-npm",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/is-npm.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "version": "5.0.0"
  71. }