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

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "spdx-license-ids@^3.0.0",
  3. "_id": "spdx-license-ids@3.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==",
  6. "_location": "/spdx-license-ids",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "spdx-license-ids@^3.0.0",
  12. "name": "spdx-license-ids",
  13. "escapedName": "spdx-license-ids",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/spdx-correct",
  20. "/spdx-expression-parse"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz",
  23. "_shasum": "e9c18a410e5ed7e12442a549fbd8afa767038d65",
  24. "_spec": "spdx-license-ids@^3.0.0",
  25. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/spdx-correct",
  26. "author": {
  27. "name": "Shinnosuke Watanabe",
  28. "url": "https://github.com/shinnn"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jslicense/spdx-license-ids/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A list of SPDX license identifiers",
  36. "devDependencies": {
  37. "@shinnn/eslint-config": "^6.8.7",
  38. "chalk": "^2.4.1",
  39. "eslint": "^5.10.0",
  40. "get-spdx-license-ids": "^2.1.0",
  41. "rmfr": "^2.0.0",
  42. "tape": "^4.9.1"
  43. },
  44. "eslintConfig": {
  45. "extends": "@shinnn"
  46. },
  47. "files": [
  48. "deprecated.json",
  49. "index.json"
  50. ],
  51. "homepage": "https://github.com/jslicense/spdx-license-ids#readme",
  52. "keywords": [
  53. "spdx",
  54. "license",
  55. "licenses",
  56. "id",
  57. "identifier",
  58. "identifiers",
  59. "json",
  60. "array",
  61. "oss"
  62. ],
  63. "license": "CC0-1.0",
  64. "name": "spdx-license-ids",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jslicense/spdx-license-ids.git"
  68. },
  69. "scripts": {
  70. "build": "node build.js",
  71. "latest": "node latest.js",
  72. "pretest": "eslint .",
  73. "test": "node test.js"
  74. },
  75. "version": "3.0.7"
  76. }