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 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "read-pkg@^1.0.0",
  3. "_id": "read-pkg@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
  6. "_location": "/read-pkg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "read-pkg@^1.0.0",
  12. "name": "read-pkg",
  13. "escapedName": "read-pkg",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/read-pkg-up"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
  22. "_shasum": "f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28",
  23. "_spec": "read-pkg@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\read-pkg-up",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/read-pkg/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "load-json-file": "^1.0.0",
  36. "normalize-package-data": "^2.3.2",
  37. "path-type": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Read a package.json file",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/read-pkg#readme",
  52. "keywords": [
  53. "json",
  54. "read",
  55. "parse",
  56. "file",
  57. "fs",
  58. "graceful",
  59. "load",
  60. "pkg",
  61. "package",
  62. "normalize"
  63. ],
  64. "license": "MIT",
  65. "name": "read-pkg",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/read-pkg.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "1.1.0"
  74. }