package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "koa-xml-body@^1.0.3",
  6. "scope": null,
  7. "escapedName": "koa-xml-body",
  8. "name": "koa-xml-body",
  9. "rawSpec": "^1.0.3",
  10. "spec": ">=1.0.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/online/shoufeilive/liveserver"
  14. ]
  15. ],
  16. "_from": "koa-xml-body@>=1.0.3 <2.0.0",
  17. "_id": "koa-xml-body@1.1.0",
  18. "_inCache": true,
  19. "_location": "/koa-xml-body",
  20. "_nodeVersion": "6.9.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/koa-xml-body-1.1.0.tgz_1484202786537_0.8570927856490016"
  24. },
  25. "_npmUser": {
  26. "name": "creeper",
  27. "email": "pashanhu6@hotmail.com"
  28. },
  29. "_npmVersion": "3.10.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "koa-xml-body@^1.0.3",
  33. "scope": null,
  34. "escapedName": "koa-xml-body",
  35. "name": "koa-xml-body",
  36. "rawSpec": "^1.0.3",
  37. "spec": ">=1.0.3 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/koa-xml-body/-/koa-xml-body-1.1.0.tgz",
  44. "_shasum": "425f436390e9f7bc9a47d177d8fcc4264f6213bf",
  45. "_shrinkwrap": null,
  46. "_spec": "koa-xml-body@^1.0.3",
  47. "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver",
  48. "author": {
  49. "name": "creeperyang"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/creeperyang/koa-xml-body/issues"
  53. },
  54. "dependencies": {
  55. "raw-body": "^2.1.5",
  56. "xml2js": "^0.4.16"
  57. },
  58. "description": "koa middleware to parse xml request body",
  59. "devDependencies": {
  60. "babel-cli": "^6.5.1",
  61. "babel-core": "^6.5.2",
  62. "babel-eslint": "^6.1.0",
  63. "babel-loader": "^6.2.0",
  64. "babel-plugin-check-es2015-constants": "^6.5.0",
  65. "babel-plugin-transform-es2015-arrow-functions": "^6.5.0",
  66. "babel-plugin-transform-es2015-block-scoped-functions": "^6.5.0",
  67. "babel-plugin-transform-es2015-block-scoping": "^6.5.0",
  68. "babel-plugin-transform-es2015-classes": "^6.5.0",
  69. "babel-plugin-transform-es2015-computed-properties": "^6.5.0",
  70. "babel-plugin-transform-es2015-destructuring": "^6.5.0",
  71. "babel-plugin-transform-es2015-for-of": "^6.5.0",
  72. "babel-plugin-transform-es2015-function-name": "^6.5.0",
  73. "babel-plugin-transform-es2015-literals": "^6.5.0",
  74. "babel-plugin-transform-es2015-modules-commonjs": "^6.5.0",
  75. "babel-plugin-transform-es2015-object-super": "^6.5.0",
  76. "babel-plugin-transform-es2015-parameters": "^6.5.0",
  77. "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
  78. "babel-plugin-transform-es2015-spread": "^6.5.2",
  79. "babel-plugin-transform-es2015-sticky-regex": "^6.5.0",
  80. "babel-plugin-transform-es2015-template-literals": "^6.5.0",
  81. "babel-plugin-transform-es2015-typeof-symbol": "^6.5.0",
  82. "babel-plugin-transform-es2015-unicode-regex": "^6.5.0",
  83. "babel-plugin-transform-runtime": "^6.5.2",
  84. "babel-preset-es2015": "^6.5.0-1",
  85. "babel-preset-stage-0": "^6.5.0-1",
  86. "babel-register": "^6.5.2",
  87. "babel-runtime": "^6.5.0",
  88. "eslint": "^2.2.0",
  89. "eslint-plugin-babel": "^3.1.0",
  90. "iconv-lite": "^0.4.13",
  91. "koa": "^1.1.2",
  92. "mocha": "^2.4.5",
  93. "should": "^8.2.2",
  94. "supertest": "^1.2.0",
  95. "webpack": "^1.12.14"
  96. },
  97. "directories": {},
  98. "dist": {
  99. "shasum": "425f436390e9f7bc9a47d177d8fcc4264f6213bf",
  100. "tarball": "https://registry.npmjs.org/koa-xml-body/-/koa-xml-body-1.1.0.tgz"
  101. },
  102. "gitHead": "f43bf149ae69d95fc5286d88184bf5fd5c85d817",
  103. "homepage": "https://github.com/creeperyang/koa-xml-body#readme",
  104. "keywords": [
  105. "xml",
  106. "body",
  107. "bodyParser",
  108. "koa",
  109. "middleware",
  110. "xml2js"
  111. ],
  112. "license": "MIT",
  113. "main": "index.js",
  114. "maintainers": [
  115. {
  116. "name": "creeper",
  117. "email": "pashanhu6@hotmail.com"
  118. }
  119. ],
  120. "name": "koa-xml-body",
  121. "optionalDependencies": {},
  122. "readme": "ERROR: No README data found!",
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/creeperyang/koa-xml-body.git"
  126. },
  127. "scripts": {
  128. "build": "BABEL_ENV=development babel-node --eval \"require('./tools/build.js').default().catch(console.log.bind(console))\"",
  129. "lint": "eslint tools lib test",
  130. "prepublish": "npm run build",
  131. "pretest": "npm run build",
  132. "test": "BABEL_ENV=restricted ./node_modules/.bin/mocha --compilers js:babel-register --reporter spec --harmony"
  133. },
  134. "version": "1.1.0"
  135. }