You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "normalize-package-data@^2.3.2",
  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.2",
  12. "name": "normalize-package-data",
  13. "escapedName": "normalize-package-data",
  14. "rawSpec": "^2.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.2"
  17. },
  18. "_requiredBy": [
  19. "/read-pkg"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  22. "_shasum": "e66db1838b200c1dfc233225d12cb36520e234a8",
  23. "_spec": "normalize-package-data@^2.3.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\read-pkg",
  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": "^2.1.4",
  49. "resolve": "^1.10.0",
  50. "semver": "2 || 3 || 4 || 5",
  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. "async": "^2.6.1",
  57. "tap": "^12.4.0",
  58. "underscore": "^1.8.3"
  59. },
  60. "files": [
  61. "lib/*.js",
  62. "lib/*.json",
  63. "AUTHORS"
  64. ],
  65. "homepage": "https://github.com/npm/normalize-package-data#readme",
  66. "license": "BSD-2-Clause",
  67. "main": "lib/normalize.js",
  68. "name": "normalize-package-data",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/npm/normalize-package-data.git"
  72. },
  73. "scripts": {
  74. "test": "tap test/*.js"
  75. },
  76. "version": "2.5.0"
  77. }