d2-ui
Version:
142 lines (141 loc) • 4.14 kB
JSON
{
"_args": [
[
"d2@24.0.2",
"/Users/nico/Documents/dhis/webapps/d2-ui"
]
],
"_from": "d2@24.0.2",
"_id": "d2@24.0.2",
"_inCache": true,
"_installable": true,
"_location": "/d2",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/d2-24.0.2.tgz_1464543112949_0.9944667769595981"
},
"_npmUser": {
"email": "mark@thedutchies.com",
"name": "mpolak"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "d2",
"raw": "d2@24.0.2",
"rawSpec": "24.0.2",
"scope": null,
"spec": "24.0.2",
"type": "version"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/d2/-/d2-24.0.2.tgz",
"_shasum": "c46b72cd5bc7ef21ee8e6497edaec98dcfc238c2",
"_shrinkwrap": null,
"_spec": "d2@24.0.2",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui",
"author": {
"name": "Mark Polak"
},
"bugs": {
"url": "https://github.com/dhis2/d2/issues"
},
"dependencies": {
"jquery": "2.2.0"
},
"description": "Javascript library for DHIS2",
"devDependencies": {
"babel": "5.8.35",
"babel-core": "5.8.35",
"babel-loader": "5.4.0",
"canonical-path": "0.0.2",
"chai": "3.4.1",
"chai-as-promised": "5.2.0",
"codeclimate-test-reporter": "0.3.0",
"eslint": "^2.2.0",
"eslint-config-dhis2": "^2.0.0",
"eslint-plugin-react": "^4.0.0",
"esprima": "2.5.0",
"exports-loader": "0.6.2",
"imports-loader": "0.6.5",
"isparta-loader": "1.0.0",
"istanbul-instrumenter-loader": "0.1.3",
"karma": "0.13.19",
"karma-chai": "0.1.0",
"karma-chai-sinon": "0.1.5",
"karma-cli": "0.1.2",
"karma-coverage": "0.5.3",
"karma-mocha": "0.2.1",
"karma-mocha-reporter": "1.1.5",
"karma-phantomjs-launcher": "0.2.3",
"karma-sinon": "1.0.4",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "1.7.0",
"lodash": "3.10.1",
"mocha": "2.3.4",
"phantomjs": "1.9.19",
"phantomjs-polyfill": "0.0.1",
"precommit-hook": "3.0.0",
"proxyquire": "1.7.1",
"sinon": "1.17.2",
"sinon-chai": "2.8.0",
"webpack": "1.12.12",
"whatwg-fetch": "0.10.0"
},
"directories": {},
"dist": {
"shasum": "c46b72cd5bc7ef21ee8e6497edaec98dcfc238c2",
"tarball": "https://registry.npmjs.org/d2/-/d2-24.0.2.tgz"
},
"engines": {
"node": ">=5.1.1",
"npm": ">=3.5.1"
},
"gitHead": "24f63c98219ba8027bc6e67b4eb163c1cfb81608",
"homepage": "https://github.com/dhis2/d2",
"keywords": [
"dhis2",
"api",
"library"
],
"license": "BSD-3-Clause",
"main": "d2.js",
"maintainers": [
{
"email": "mark@thedutchies.com",
"name": "mpolak"
},
{
"email": "nicolayr@ifi.uio.no",
"name": "nicolayr"
}
],
"name": "d2",
"optionalDependencies": {},
"pre-commit": [
"lint",
"validate"
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/dhis2/d2.git"
},
"scripts": {
"__lint_tests__": " && eslint --env node,mocha --global expect,sinon test/unit --fix",
"build": "npm run build-only",
"build-only": "rm -rf lib/ && ./node_modules/babel/bin/babel.js src --out-dir lib --source-maps && ./node_modules/webpack/bin/webpack.js && ./node_modules/webpack/bin/webpack.js --config webpack.config.min.js",
"coverage": "istanbul cover _mocha -- --reporter dot --compilers js:babel-core/register --require test/setup/node.js --recursive test/unit",
"e2e": "karma start test/setup/karma.config.js",
"lint": "eslint src --fix",
"prebuild": "npm run lint && npm run validate && npm run test && npm run e2e",
"test": "mocha --reporter dot --compilers js:babel-core/register --require test/setup/node.js --recursive test/unit",
"test-watch": "mocha --reporter dot --compilers js:babel-core/register --require test/setup/node.js --recursive test/unit --watch",
"travis": "npm run coverage && npm run e2e && npm run lint",
"validate": "npm ls --depth 0"
},
"version": "24.0.2"
}