You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "spdx-license-ids@^3.0.0",
  3. "_id": "spdx-license-ids@3.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==",
  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.5.tgz",
  23. "_shasum": "3694b5804567a458d3c8045842a6358632f62654",
  24. "_spec": "spdx-license-ids@^3.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\spdx-correct",
  26. "author": {
  27. "name": "Shinnosuke Watanabe",
  28. "url": "https://github.com/shinnn"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/shinnn/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/shinnn/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/shinnn/spdx-license-ids.git"
  68. },
  69. "scripts": {
  70. "build": "node build.js",
  71. "pretest": "eslint .",
  72. "test": "node test.js"
  73. },
  74. "version": "3.0.5"
  75. }