package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "read-pkg@^1.0.0",
  6. "scope": null,
  7. "escapedName": "read-pkg",
  8. "name": "read-pkg",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/read-pkg-up"
  14. ]
  15. ],
  16. "_from": "read-pkg@>=1.0.0 <2.0.0",
  17. "_id": "read-pkg@1.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/read-pkg",
  21. "_nodeVersion": "3.0.0",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "2.13.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "read-pkg@^1.0.0",
  30. "scope": null,
  31. "escapedName": "read-pkg",
  32. "name": "read-pkg",
  33. "rawSpec": "^1.0.0",
  34. "spec": ">=1.0.0 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/read-pkg-up"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
  41. "_shasum": "f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28",
  42. "_shrinkwrap": null,
  43. "_spec": "read-pkg@^1.0.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/read-pkg-up",
  45. "author": {
  46. "name": "Sindre Sorhus",
  47. "email": "sindresorhus@gmail.com",
  48. "url": "sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/read-pkg/issues"
  52. },
  53. "dependencies": {
  54. "load-json-file": "^1.0.0",
  55. "normalize-package-data": "^2.3.2",
  56. "path-type": "^1.0.0"
  57. },
  58. "description": "Read a package.json file",
  59. "devDependencies": {
  60. "ava": "*",
  61. "xo": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28",
  66. "tarball": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "9448d32b2ebcd65fc0547def3cfe5b28ef522e68",
  75. "homepage": "https://github.com/sindresorhus/read-pkg",
  76. "keywords": [
  77. "json",
  78. "read",
  79. "parse",
  80. "file",
  81. "fs",
  82. "graceful",
  83. "load",
  84. "pkg",
  85. "package",
  86. "normalize"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. }
  94. ],
  95. "name": "read-pkg",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/read-pkg.git"
  101. },
  102. "scripts": {
  103. "test": "xo && ava"
  104. },
  105. "version": "1.1.0"
  106. }