package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "spdx-license-ids@3.0.11",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "spdx-license-ids@3.0.11",
  9. "_id": "spdx-license-ids@3.0.11",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==",
  12. "_location": "/spdx-license-ids",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "spdx-license-ids@3.0.11",
  18. "name": "spdx-license-ids",
  19. "escapedName": "spdx-license-ids",
  20. "rawSpec": "3.0.11",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.11"
  23. },
  24. "_requiredBy": [
  25. "/spdx-correct",
  26. "/spdx-expression-parse"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz",
  29. "_spec": "3.0.11",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Shinnosuke Watanabe",
  33. "url": "https://github.com/shinnn"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jslicense/spdx-license-ids/issues"
  37. },
  38. "description": "A list of SPDX license identifiers",
  39. "devDependencies": {
  40. "@shinnn/eslint-config": "^7.0.0",
  41. "eslint": "^8.2.0",
  42. "eslint-formatter-codeframe": "^7.32.1",
  43. "rmfr": "^2.0.0",
  44. "tape": "^5.3.1"
  45. },
  46. "eslintConfig": {
  47. "extends": "@shinnn"
  48. },
  49. "files": [
  50. "deprecated.json",
  51. "index.json"
  52. ],
  53. "homepage": "https://github.com/jslicense/spdx-license-ids#readme",
  54. "keywords": [
  55. "spdx",
  56. "license",
  57. "licenses",
  58. "id",
  59. "identifier",
  60. "identifiers",
  61. "json",
  62. "array",
  63. "oss"
  64. ],
  65. "license": "CC0-1.0",
  66. "name": "spdx-license-ids",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jslicense/spdx-license-ids.git"
  70. },
  71. "scripts": {
  72. "build": "node build.js",
  73. "latest": "node latest.js",
  74. "pretest": "eslint .",
  75. "test": "node test.js"
  76. },
  77. "version": "3.0.11"
  78. }