package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parse-json@^2.2.0",
  6. "scope": null,
  7. "escapedName": "parse-json",
  8. "name": "parse-json",
  9. "rawSpec": "^2.2.0",
  10. "spec": ">=2.2.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "parse-json@>=2.2.0 <3.0.0",
  17. "_id": "parse-json@2.2.0",
  18. "_inCache": true,
  19. "_location": "/parse-json",
  20. "_nodeVersion": "0.12.7",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.11.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "parse-json@^2.2.0",
  29. "scope": null,
  30. "escapedName": "parse-json",
  31. "name": "parse-json",
  32. "rawSpec": "^2.2.0",
  33. "spec": ">=2.2.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/got",
  38. "/jspm-config",
  39. "/typings-core"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
  42. "_shasum": "f480f40434ef80741f8469099f8dea18f55a4dc9",
  43. "_shrinkwrap": null,
  44. "_spec": "parse-json@^2.2.0",
  45. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  46. "author": {
  47. "name": "Sindre Sorhus",
  48. "email": "sindresorhus@gmail.com",
  49. "url": "sindresorhus.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/sindresorhus/parse-json/issues"
  53. },
  54. "dependencies": {
  55. "error-ex": "^1.2.0"
  56. },
  57. "description": "Parse JSON with more helpful errors",
  58. "devDependencies": {
  59. "ava": "0.0.4",
  60. "xo": "*"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "f480f40434ef80741f8469099f8dea18f55a4dc9",
  65. "tarball": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js",
  72. "vendor"
  73. ],
  74. "gitHead": "419b0cbb83e67af53f9fd3f7ff98605ea2020eb6",
  75. "homepage": "https://github.com/sindresorhus/parse-json",
  76. "keywords": [
  77. "parse",
  78. "json",
  79. "graceful",
  80. "error",
  81. "message",
  82. "humanize",
  83. "friendly",
  84. "helpful",
  85. "string",
  86. "str"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. }
  94. ],
  95. "name": "parse-json",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/parse-json.git"
  101. },
  102. "scripts": {
  103. "test": "xo && node test.js"
  104. },
  105. "version": "2.2.0",
  106. "xo": {
  107. "ignores": [
  108. "vendor/**"
  109. ]
  110. }
  111. }