corrade-nucleus-nucleons – Blame information for rev 21

Subversion Repositories:
Rev:
Rev Author Line No. Line
21 office 1 {
2 "_from": "x2js@^3.1.1",
3 "_id": "x2js@3.1.1",
4 "_inBundle": false,
5 "_integrity": "sha1-98TmB3wpRw8rDdZxSAWHGyVmcRk=",
6 "_location": "/x2js",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "x2js@^3.1.1",
12 "name": "x2js",
13 "escapedName": "x2js",
14 "rawSpec": "^3.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^3.1.1"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/x2js/-/x2js-3.1.1.tgz",
23 "_shasum": "f7c4e6077c29470f2b0dd6714805871b25667119",
24 "_spec": "x2js@^3.1.1",
25 "_where": "/Users/horia.corcalciuc/Documents/Development/corrade-nucleus-nucleons/bootstrap/001_bootstrap/bootstrap",
26 "author": {
27 "name": "Axinom"
28 },
29 "bugs": {
30 "url": "https://github.com/Axinom/x2js/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "xmldom": "^0.1.19"
35 },
36 "deprecated": false,
37 "description": "Transforms between XML string and JavaScript object trees.",
38 "devDependencies": {
39 "eslint": "^3.4.0",
40 "eslint-config-axinom": "^1.0.3",
41 "karma": "^1.2.0",
42 "karma-chrome-launcher": "^2.0.0",
43 "karma-firefox-launcher": "^1.0.0",
44 "karma-ie-launcher": "^1.0.0",
45 "karma-qunit": "^1.2.0",
46 "qunit-cli": "^0.2.0",
47 "qunitjs": "^2.0.1"
48 },
49 "eslintConfig": {
50 "extends": "axinom",
51 "env": {
52 "qunit": true,
53 "node": true
54 }
55 },
56 "homepage": "https://github.com/Axinom/x2js#readme",
57 "keywords": [
58 "xml",
59 "convert",
60 "transform",
61 "mapping",
62 "map"
63 ],
64 "license": "Apache-2.0",
65 "main": "x2js.js",
66 "name": "x2js",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/Axinom/x2js.git"
70 },
71 "scripts": {
72 "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",
73 "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"
74 },
75 "types": "x2js.d.ts",
76 "version": "3.1.1"
77 }