package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "normalize-package-data@^2.3.4",
  3. "_id": "normalize-package-data@2.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
  6. "_location": "/normalize-package-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "normalize-package-data@^2.3.4",
  12. "name": "normalize-package-data",
  13. "escapedName": "normalize-package-data",
  14. "rawSpec": "^2.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.4"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-shared-utils/read-pkg",
  20. "/husky/read-pkg",
  21. "/meow",
  22. "/read-pkg",
  23. "/test-exclude/read-pkg"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  26. "_shasum": "e66db1838b200c1dfc233225d12cb36520e234a8",
  27. "_spec": "normalize-package-data@^2.3.4",
  28. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\meow",
  29. "author": {
  30. "name": "Meryn Stol",
  31. "email": "merynstol@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/npm/normalize-package-data/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Isaac Z. Schlueter",
  40. "email": "i@izs.me"
  41. },
  42. {
  43. "name": "Meryn Stol",
  44. "email": "merynstol@gmail.com"
  45. },
  46. {
  47. "name": "Robert Kowalski",
  48. "email": "rok@kowalski.gd"
  49. }
  50. ],
  51. "dependencies": {
  52. "hosted-git-info": "^2.1.4",
  53. "resolve": "^1.10.0",
  54. "semver": "2 || 3 || 4 || 5",
  55. "validate-npm-package-license": "^3.0.1"
  56. },
  57. "deprecated": false,
  58. "description": "Normalizes data that can be found in package.json files.",
  59. "devDependencies": {
  60. "async": "^2.6.1",
  61. "tap": "^12.4.0",
  62. "underscore": "^1.8.3"
  63. },
  64. "files": [
  65. "lib/*.js",
  66. "lib/*.json",
  67. "AUTHORS"
  68. ],
  69. "homepage": "https://github.com/npm/normalize-package-data#readme",
  70. "license": "BSD-2-Clause",
  71. "main": "lib/normalize.js",
  72. "name": "normalize-package-data",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/npm/normalize-package-data.git"
  76. },
  77. "scripts": {
  78. "test": "tap test/*.js"
  79. },
  80. "version": "2.5.0"
  81. }