package.json 1.6 KB

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