123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_from": "lolex@^3.1.0",
- "_id": "lolex@3.1.0",
- "_inBundle": false,
- "_integrity": "sha1-Gn/rL+/XWz46f3nw4RDZR24pRDQ=",
- "_location": "/lolex",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "lolex@^3.1.0",
- "name": "lolex",
- "escapedName": "lolex",
- "rawSpec": "^3.1.0",
- "saveSpec": null,
- "fetchSpec": "^3.1.0"
- },
- "_requiredBy": [
- "/sinon"
- ],
- "_resolved": "http://registry.npm.taobao.org/lolex/download/lolex-3.1.0.tgz",
- "_shasum": "1a7feb2fefd75b3e3a7f79f0e110d9476e294434",
- "_spec": "lolex@^3.1.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sinon",
- "author": {
- "name": "Christian Johansen"
- },
- "bugs": {
- "url": "http://github.com/sinonjs/lolex/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Fake JavaScript timers",
- "devDependencies": {
- "@sinonjs/referee-sinon": "4.1.0",
- "browserify": "16.2.0",
- "eslint": "4.19.1",
- "eslint-config-sinon": "1.0.3",
- "eslint-plugin-ie11": "1.0.0",
- "eslint-plugin-mocha": "4.11.0",
- "husky": "0.14.3",
- "jsdom": "11.10.0",
- "lint-staged": "7.0.4",
- "mocha": "5.1.0",
- "mochify": "5.8.0",
- "npm-run-all": "4.1.2"
- },
- "eslintConfig": {
- "extends": "eslint-config-sinon",
- "plugins": [
- "ie11"
- ],
- "rules": {
- "ie11/no-collection-args": [
- "error"
- ],
- "ie11/no-for-in-const": [
- "error"
- ],
- "ie11/no-loop-func": [
- "warn"
- ],
- "ie11/no-weak-collections": [
- "error"
- ]
- }
- },
- "files": [
- "src/",
- "lolex.js"
- ],
- "homepage": "http://github.com/sinonjs/lolex",
- "license": "BSD-3-Clause",
- "lint-staged": {
- "*.js": "eslint"
- },
- "main": "./src/lolex-src.js",
- "module": "./lolex.js",
- "name": "lolex",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/sinonjs/lolex.git"
- },
- "scripts": {
- "bundle": "browserify -s lolex -o lolex.js src/lolex-src.js",
- "lint": "eslint .",
- "postversion": "./scripts/postversion.sh",
- "precommit": "run-p lint test-node",
- "prepublishOnly": "npm run bundle",
- "preversion": "./scripts/preversion.sh",
- "test": "npm run lint && npm run test-node && npm run test-headless",
- "test-cloud": "mochify --wd",
- "test-headless": "mochify",
- "test-node": "mocha test/ integration-test/ -R dot --check-leaks",
- "version": "./scripts/version.sh"
- },
- "version": "3.1.0"
- }
|