package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "normalize-package-data@2.5.0",
  5. "E:\\item\\newItem\\admin"
  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. "/read-pkg",
  27. "/read-pkg-up/read-pkg",
  28. "/test-exclude/read-pkg"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  31. "_spec": "2.5.0",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Meryn Stol",
  35. "email": "merynstol@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/npm/normalize-package-data/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Isaac Z. Schlueter",
  43. "email": "i@izs.me"
  44. },
  45. {
  46. "name": "Meryn Stol",
  47. "email": "merynstol@gmail.com"
  48. },
  49. {
  50. "name": "Robert Kowalski",
  51. "email": "rok@kowalski.gd"
  52. }
  53. ],
  54. "dependencies": {
  55. "hosted-git-info": "^2.1.4",
  56. "resolve": "^1.10.0",
  57. "semver": "2 || 3 || 4 || 5",
  58. "validate-npm-package-license": "^3.0.1"
  59. },
  60. "description": "Normalizes data that can be found in package.json files.",
  61. "devDependencies": {
  62. "async": "^2.6.1",
  63. "tap": "^12.4.0",
  64. "underscore": "^1.8.3"
  65. },
  66. "files": [
  67. "lib/*.js",
  68. "lib/*.json",
  69. "AUTHORS"
  70. ],
  71. "homepage": "https://github.com/npm/normalize-package-data#readme",
  72. "license": "BSD-2-Clause",
  73. "main": "lib/normalize.js",
  74. "name": "normalize-package-data",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/npm/normalize-package-data.git"
  78. },
  79. "scripts": {
  80. "test": "tap test/*.js"
  81. },
  82. "version": "2.5.0"
  83. }