corrade-nucleus-nucleons – Rev 21

Subversion Repositories:
Rev:
{
  "_from": "x2js@^3.1.1",
  "_id": "x2js@3.1.1",
  "_inBundle": false,
  "_integrity": "sha1-98TmB3wpRw8rDdZxSAWHGyVmcRk=",
  "_location": "/x2js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "x2js@^3.1.1",
    "name": "x2js",
    "escapedName": "x2js",
    "rawSpec": "^3.1.1",
    "saveSpec": null,
    "fetchSpec": "^3.1.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/x2js/-/x2js-3.1.1.tgz",
  "_shasum": "f7c4e6077c29470f2b0dd6714805871b25667119",
  "_spec": "x2js@^3.1.1",
  "_where": "/Users/horia.corcalciuc/Documents/Development/corrade-nucleus-nucleons/bootstrap/001_bootstrap/bootstrap",
  "author": {
    "name": "Axinom"
  },
  "bugs": {
    "url": "https://github.com/Axinom/x2js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "xmldom": "^0.1.19"
  },
  "deprecated": false,
  "description": "Transforms between XML string and JavaScript object trees.",
  "devDependencies": {
    "eslint": "^3.4.0",
    "eslint-config-axinom": "^1.0.3",
    "karma": "^1.2.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-qunit": "^1.2.0",
    "qunit-cli": "^0.2.0",
    "qunitjs": "^2.0.1"
  },
  "eslintConfig": {
    "extends": "axinom",
    "env": {
      "qunit": true,
      "node": true
    }
  },
  "homepage": "https://github.com/Axinom/x2js#readme",
  "keywords": [
    "xml",
    "convert",
    "transform",
    "mapping",
    "map"
  ],
  "license": "Apache-2.0",
  "main": "x2js.js",
  "name": "x2js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Axinom/x2js.git"
  },
  "scripts": {
    "test": "karma start --single-run && .\\node_modules\\.bin\\qunit-cli all_tests.js && node ./node_modules/eslint/bin/eslint.js --env qunit,node --no-eslintrc --config ./node_modules/eslint-config-axinom/index.js *.js",
    "travistest": "./node_modules/karma/bin/karma start --single-run --browsers Firefox && ./node_modules/.bin/qunit-cli all_tests.js && node ./node_modules/eslint/bin/eslint.js --env qunit,node --no-eslintrc --config ./node_modules/eslint-config-axinom/index.js *.js"
  },
  "types": "x2js.d.ts",
  "version": "3.1.1"
}