package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "normalize-package-data@^2.3.4",
  5. "D:\\work\\im\\node_modules\\meow"
  6. ]
  7. ],
  8. "_from": "normalize-package-data@>=2.3.4 <3.0.0",
  9. "_id": "normalize-package-data@2.3.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/normalize-package-data",
  13. "_nodeVersion": "5.0.0",
  14. "_npmUser": {
  15. "email": "me@re-becca.org",
  16. "name": "iarna"
  17. },
  18. "_npmVersion": "3.3.6",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "normalize-package-data",
  22. "raw": "normalize-package-data@^2.3.4",
  23. "rawSpec": "^2.3.4",
  24. "scope": null,
  25. "spec": ">=2.3.4 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/meow",
  30. "/read-pkg"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz",
  33. "_shasum": "8d924f142960e1777e7ffe170543631cc7cb02df",
  34. "_shrinkwrap": null,
  35. "_spec": "normalize-package-data@^2.3.4",
  36. "_where": "D:\\work\\im\\node_modules\\meow",
  37. "author": {
  38. "email": "merynstol@gmail.com",
  39. "name": "Meryn Stol"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/npm/normalize-package-data/issues"
  43. },
  44. "contributors": [
  45. {
  46. "email": "i@izs.me",
  47. "name": "Isaac Z. Schlueter"
  48. },
  49. {
  50. "email": "merynstol@gmail.com",
  51. "name": "Meryn Stol"
  52. },
  53. {
  54. "email": "rok@kowalski.gd",
  55. "name": "Robert Kowalski"
  56. }
  57. ],
  58. "dependencies": {
  59. "hosted-git-info": "^2.1.4",
  60. "is-builtin-module": "^1.0.0",
  61. "semver": "2 || 3 || 4 || 5",
  62. "validate-npm-package-license": "^3.0.1"
  63. },
  64. "description": "Normalizes data that can be found in package.json files.",
  65. "devDependencies": {
  66. "async": "^1.5.0",
  67. "tap": "^2.2.0",
  68. "underscore": "^1.8.3"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "8d924f142960e1777e7ffe170543631cc7cb02df",
  73. "tarball": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz"
  74. },
  75. "gitHead": "3dc7756af20b3b1b24c6d75302448ca3659e0a65",
  76. "homepage": "https://github.com/npm/normalize-package-data#readme",
  77. "license": "BSD-2-Clause",
  78. "main": "lib/normalize.js",
  79. "maintainers": [
  80. {
  81. "email": "me@re-becca.org",
  82. "name": "iarna"
  83. },
  84. {
  85. "email": "isaacs@npmjs.com",
  86. "name": "isaacs"
  87. },
  88. {
  89. "email": "merynstol@gmail.com",
  90. "name": "meryn"
  91. },
  92. {
  93. "email": "ogd@aoaioxxysz.net",
  94. "name": "othiym23"
  95. },
  96. {
  97. "email": "kat@sykosomatic.org",
  98. "name": "zkat"
  99. }
  100. ],
  101. "name": "normalize-package-data",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git://github.com/npm/normalize-package-data.git"
  107. },
  108. "scripts": {
  109. "test": "tap test/*.js"
  110. },
  111. "version": "2.3.5"
  112. }