package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "normalize-package-data@^3.0.0",
  3. "_id": "normalize-package-data@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
  6. "_location": "/normalize-package-data",
  7. "_phantomChildren": {
  8. "lru-cache": "6.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "normalize-package-data@^3.0.0",
  14. "name": "normalize-package-data",
  15. "escapedName": "normalize-package-data",
  16. "rawSpec": "^3.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^3.0.0"
  19. },
  20. "_requiredBy": [
  21. "/meow",
  22. "/stylelint/meow"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
  25. "_shasum": "dbcc3e2da59509a0983422884cd172eefdfa525e",
  26. "_spec": "normalize-package-data@^3.0.0",
  27. "_where": "H:\\gs_nuxt\\node_modules\\meow",
  28. "author": {
  29. "name": "Meryn Stol",
  30. "email": "merynstol@gmail.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/npm/normalize-package-data/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Isaac Z. Schlueter",
  39. "email": "i@izs.me"
  40. },
  41. {
  42. "name": "Meryn Stol",
  43. "email": "merynstol@gmail.com"
  44. },
  45. {
  46. "name": "Robert Kowalski",
  47. "email": "rok@kowalski.gd"
  48. }
  49. ],
  50. "dependencies": {
  51. "hosted-git-info": "^4.0.1",
  52. "is-core-module": "^2.5.0",
  53. "semver": "^7.3.4",
  54. "validate-npm-package-license": "^3.0.1"
  55. },
  56. "deprecated": false,
  57. "description": "Normalizes data that can be found in package.json files.",
  58. "devDependencies": {
  59. "@npmcli/lint": "^1.0.2",
  60. "tap": "^15.0.9"
  61. },
  62. "engines": {
  63. "node": ">=10"
  64. },
  65. "files": [
  66. "lib/*.js",
  67. "lib/*.json",
  68. "AUTHORS"
  69. ],
  70. "homepage": "https://github.com/npm/normalize-package-data#readme",
  71. "license": "BSD-2-Clause",
  72. "main": "lib/normalize.js",
  73. "name": "normalize-package-data",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/npm/normalize-package-data.git"
  77. },
  78. "scripts": {
  79. "lint": "npm run npmclilint -- \"lib/**/*.*js\" \"test/**/*.*js\"",
  80. "lintfix": "npm run lint -- --fix",
  81. "npmclilint": "npmcli-lint",
  82. "postsnap": "npm run lintfix --",
  83. "posttest": "npm run lint --",
  84. "postversion": "npm publish",
  85. "prepublishOnly": "git push origin --follow-tags",
  86. "preversion": "npm test",
  87. "test": "tap test/*.js --branches 85 --functions 90 --lines 85 --statements 85"
  88. },
  89. "version": "3.0.3"
  90. }