UNPKG

d2-ui

Version:
92 lines (91 loc) 2.32 kB
{ "_args": [ [ "lolex@1.3.2", "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/sinon" ] ], "_from": "lolex@1.3.2", "_id": "lolex@1.3.2", "_inCache": true, "_installable": true, "_location": "/lolex", "_nodeVersion": "0.10.40", "_npmUser": { "email": "morgan@roderick.dk", "name": "mrgnrdrck" }, "_npmVersion": "2.14.1", "_phantomChildren": {}, "_requested": { "name": "lolex", "raw": "lolex@1.3.2", "rawSpec": "1.3.2", "scope": null, "spec": "1.3.2", "type": "version" }, "_requiredBy": [ "/sinon" ], "_resolved": "https://registry.npmjs.org/lolex/-/lolex-1.3.2.tgz", "_shasum": "7c3da62ffcb30f0f5a80a2566ca24e45d8a01f31", "_shrinkwrap": null, "_spec": "lolex@1.3.2", "_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/sinon", "author": { "name": "Christian Johansen" }, "bugs": { "url": "http://github.com/sinonjs/lolex/issues" }, "dependencies": {}, "description": "Fake JavaScript timers", "devDependencies": { "browserify": ">=5.9 <6", "jslint": "^0.6.6", "mocha": ">=1.21 <2", "mochify": ">=1.0 <2", "referee": "~1.0", "sinon": "~1.10" }, "directories": {}, "dist": { "shasum": "7c3da62ffcb30f0f5a80a2566ca24e45d8a01f31", "tarball": "https://registry.npmjs.org/lolex/-/lolex-1.3.2.tgz" }, "gitHead": "9457345f0bcb0c98d085fae5ea18c7efd950a703", "homepage": "http://github.com/sinonjs/lolex", "license": "BSD-3-Clause", "main": "./src/lolex.js", "maintainers": [ { "email": "christian@cjohansen.no", "name": "cjohansen" }, { "email": "morgan@roderick.dk", "name": "mrgnrdrck" }, { "email": "mail@maxantoni.de", "name": "mantoni" } ], "name": "lolex", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/sinonjs/lolex.git" }, "scripts": { "bundle": "browserify -s lolex -o lolex.js src/lolex.js", "lint": "$(npm bin)/jslint src/**/*.js", "test": "npm run lint && npm run test-node && npm run test-headless && npm run test-cloud", "test-cloud": "mochify --wd", "test-headless": "mochify", "test-node": "mocha -R dot" }, "version": "1.3.2" }