package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "spdx-license-ids@3.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "spdx-license-ids@3.0.0",
  9. "_id": "spdx-license-ids@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2+EPwgbnmOIl8HjGBXXMd9NAu02vLjOO1nWw4kmeRDFyHn+M/ETfHxQUK0oXg8ctgVnl9t3rosNVsZ1jG61nDA==",
  12. "_location": "/spdx-license-ids",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "spdx-license-ids@3.0.0",
  18. "name": "spdx-license-ids",
  19. "escapedName": "spdx-license-ids",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/spdx-correct",
  26. "/spdx-expression-parse"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Shinnosuke Watanabe",
  33. "url": "https://github.com/shinnn"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/shinnn/spdx-license-ids/issues"
  37. },
  38. "description": "A list of SPDX license identifiers",
  39. "devDependencies": {
  40. "@shinnn/eslint-config-node": "^5.0.0",
  41. "chalk": "^2.3.0",
  42. "eslint": "^4.16.0",
  43. "get-spdx-license-ids": "^2.1.0",
  44. "log-symbols": "^2.2.0",
  45. "loud-rejection": "^1.6.0",
  46. "rmfr": "^2.0.0-3",
  47. "tape": "^4.8.0",
  48. "write-file-atomically": "^1.0.0"
  49. },
  50. "eslintConfig": {
  51. "extends": "@shinnn/node"
  52. },
  53. "files": [
  54. "deprecated.json",
  55. "index.json"
  56. ],
  57. "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
  58. "keywords": [
  59. "spdx",
  60. "license",
  61. "licenses",
  62. "id",
  63. "identifier",
  64. "identifiers",
  65. "json",
  66. "array",
  67. "oss"
  68. ],
  69. "license": "CC0-1.0",
  70. "name": "spdx-license-ids",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/shinnn/spdx-license-ids.git"
  74. },
  75. "scripts": {
  76. "build": "node build.js",
  77. "pretest": "eslint --fix --format=codeframe .",
  78. "test": "node test.js"
  79. },
  80. "version": "3.0.0"
  81. }