UNPKG

ember-introjs

Version:
110 lines (109 loc) 2.78 kB
{ "_from": "nise@^1.0.1", "_id": "nise@1.2.0", "_inBundle": false, "_integrity": "sha512-q9jXh3UNsMV28KeqI43ILz5+c3l+RiNW8mhurEwCKckuHQbL+hTJIKKTiUlCPKlgQ/OukFvSnKB/Jk3+sFbkGA==", "_location": "/nise", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "nise@^1.0.1", "name": "nise", "escapedName": "nise", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/sinon" ], "_resolved": "https://registry.npmjs.org/nise/-/nise-1.2.0.tgz", "_shasum": "079d6cadbbcb12ba30e38f1c999f36ad4d6baa53", "_spec": "nise@^1.0.1", "_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/sinon", "author": "", "bugs": { "url": "https://github.com/sinonjs/nise/issues" }, "bundleDependencies": false, "dependencies": { "formatio": "^1.2.0", "just-extend": "^1.1.26", "lolex": "^1.6.0", "path-to-regexp": "^1.7.0", "text-encoding": "^0.6.4" }, "deprecated": false, "description": "Fake XHR and server", "devDependencies": { "browserify": "^14.4.0", "eslint": "^4.5.0", "eslint-config-sinon": "^1.0.1", "eslint-plugin-mocha": "^4.9.0", "husky": "^0.14.3", "jsdom": "11.0.0", "jsdom-global": "3.0.2", "mocha": "^3.4.2", "nyc": "^11.0.2", "proxyquire": "^1.8.0", "referee": "^1.2.0", "sinon": "^2.3.4", "xmldom": "^0.1.27" }, "eslintConfig": { "extends": "eslint-config-sinon", "globals": { "ArrayBuffer": false, "Uint8Array": false }, "env": { "mocha": true }, "plugins": [ "mocha" ], "rules": { "mocha/no-exclusive-tests": "error", "mocha/no-identical-title": "error", "mocha/no-nested-tests": "error", "mocha/no-sibling-hooks": "error", "mocha/no-top-level-hooks": "error", "max-nested-callbacks": "off" } }, "homepage": "https://github.com/sinonjs/nise#readme", "keywords": [ "test", "testing", "fake", "mock", "xhr", "server" ], "license": "BSD-3-Clause", "main": "lib/index.js", "module": "nise.js", "name": "nise", "nyc": { "exclude": [ "nise.js", "coverage/**", "**/*.test.js" ] }, "repository": { "type": "git", "url": "git+ssh://git@github.com/sinonjs/nise.git" }, "scripts": { "bundle": "browserify -s nise -o nise.js lib/index.js", "lint": "eslint .", "precommit": "npm run lint -- --fix && npm run test", "prepublish": "npm run bundle", "prepush": "npm run lint && npm run test", "test": "mocha 'lib/**/*.test.js'", "test:coverage": "nyc --reporter=lcov --reporter=text --all npm test -- --reporter dot" }, "version": "1.2.0" }