Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "is-npm@^4.0.0",
  3. "_id": "is-npm@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==",
  6. "_location": "/is-npm",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-npm@^4.0.0",
  12. "name": "is-npm",
  13. "escapedName": "is-npm",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/update-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz",
  22. "_shasum": "c90dd8380696df87a7a6d823c20d0b12bbe3c84d",
  23. "_spec": "is-npm@^4.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/update-notifier",
  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-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-check": "^0.6.0",
  39. "xo": "^0.25.3"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-npm#readme",
  49. "keywords": [
  50. "npm",
  51. "is",
  52. "check",
  53. "detect",
  54. "env",
  55. "environment",
  56. "run",
  57. "script"
  58. ],
  59. "license": "MIT",
  60. "name": "is-npm",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/is-npm.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava && tsd-check"
  67. },
  68. "version": "4.0.0"
  69. }