package.json 2.1 KB

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