package.json 2.5 KB

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