123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {
- "_args": [
- [
- {
- "raw": "koa-xml-body@^1.0.3",
- "scope": null,
- "escapedName": "koa-xml-body",
- "name": "koa-xml-body",
- "rawSpec": "^1.0.3",
- "spec": ">=1.0.3 <2.0.0",
- "type": "range"
- },
- "/data/feimat/test_yali/online/shoufeilive/liveserver"
- ]
- ],
- "_from": "koa-xml-body@>=1.0.3 <2.0.0",
- "_id": "koa-xml-body@1.1.0",
- "_inCache": true,
- "_location": "/koa-xml-body",
- "_nodeVersion": "6.9.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/koa-xml-body-1.1.0.tgz_1484202786537_0.8570927856490016"
- },
- "_npmUser": {
- "name": "creeper",
- "email": "pashanhu6@hotmail.com"
- },
- "_npmVersion": "3.10.8",
- "_phantomChildren": {},
- "_requested": {
- "raw": "koa-xml-body@^1.0.3",
- "scope": null,
- "escapedName": "koa-xml-body",
- "name": "koa-xml-body",
- "rawSpec": "^1.0.3",
- "spec": ">=1.0.3 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/koa-xml-body/-/koa-xml-body-1.1.0.tgz",
- "_shasum": "425f436390e9f7bc9a47d177d8fcc4264f6213bf",
- "_shrinkwrap": null,
- "_spec": "koa-xml-body@^1.0.3",
- "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver",
- "author": {
- "name": "creeperyang"
- },
- "bugs": {
- "url": "https://github.com/creeperyang/koa-xml-body/issues"
- },
- "dependencies": {
- "raw-body": "^2.1.5",
- "xml2js": "^0.4.16"
- },
- "description": "koa middleware to parse xml request body",
- "devDependencies": {
- "babel-cli": "^6.5.1",
- "babel-core": "^6.5.2",
- "babel-eslint": "^6.1.0",
- "babel-loader": "^6.2.0",
- "babel-plugin-check-es2015-constants": "^6.5.0",
- "babel-plugin-transform-es2015-arrow-functions": "^6.5.0",
- "babel-plugin-transform-es2015-block-scoped-functions": "^6.5.0",
- "babel-plugin-transform-es2015-block-scoping": "^6.5.0",
- "babel-plugin-transform-es2015-classes": "^6.5.0",
- "babel-plugin-transform-es2015-computed-properties": "^6.5.0",
- "babel-plugin-transform-es2015-destructuring": "^6.5.0",
- "babel-plugin-transform-es2015-for-of": "^6.5.0",
- "babel-plugin-transform-es2015-function-name": "^6.5.0",
- "babel-plugin-transform-es2015-literals": "^6.5.0",
- "babel-plugin-transform-es2015-modules-commonjs": "^6.5.0",
- "babel-plugin-transform-es2015-object-super": "^6.5.0",
- "babel-plugin-transform-es2015-parameters": "^6.5.0",
- "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
- "babel-plugin-transform-es2015-spread": "^6.5.2",
- "babel-plugin-transform-es2015-sticky-regex": "^6.5.0",
- "babel-plugin-transform-es2015-template-literals": "^6.5.0",
- "babel-plugin-transform-es2015-typeof-symbol": "^6.5.0",
- "babel-plugin-transform-es2015-unicode-regex": "^6.5.0",
- "babel-plugin-transform-runtime": "^6.5.2",
- "babel-preset-es2015": "^6.5.0-1",
- "babel-preset-stage-0": "^6.5.0-1",
- "babel-register": "^6.5.2",
- "babel-runtime": "^6.5.0",
- "eslint": "^2.2.0",
- "eslint-plugin-babel": "^3.1.0",
- "iconv-lite": "^0.4.13",
- "koa": "^1.1.2",
- "mocha": "^2.4.5",
- "should": "^8.2.2",
- "supertest": "^1.2.0",
- "webpack": "^1.12.14"
- },
- "directories": {},
- "dist": {
- "shasum": "425f436390e9f7bc9a47d177d8fcc4264f6213bf",
- "tarball": "https://registry.npmjs.org/koa-xml-body/-/koa-xml-body-1.1.0.tgz"
- },
- "gitHead": "f43bf149ae69d95fc5286d88184bf5fd5c85d817",
- "homepage": "https://github.com/creeperyang/koa-xml-body#readme",
- "keywords": [
- "xml",
- "body",
- "bodyParser",
- "koa",
- "middleware",
- "xml2js"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "creeper",
- "email": "pashanhu6@hotmail.com"
- }
- ],
- "name": "koa-xml-body",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/creeperyang/koa-xml-body.git"
- },
- "scripts": {
- "build": "BABEL_ENV=development babel-node --eval \"require('./tools/build.js').default().catch(console.log.bind(console))\"",
- "lint": "eslint tools lib test",
- "prepublish": "npm run build",
- "pretest": "npm run build",
- "test": "BABEL_ENV=restricted ./node_modules/.bin/mocha --compilers js:babel-register --reporter spec --harmony"
- },
- "version": "1.1.0"
- }
|