123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "_args": [
- [
- "nise@5.1.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "nise@5.1.0",
- "_id": "nise@5.1.0",
- "_inBundle": false,
- "_integrity": "sha512-W5WlHu+wvo3PaKLsJJkgPup2LrsXCcm7AWwyNZkUnn5rwPkuPBi3Iwk5SQtN0mv+K65k7nKKjwNQ30wg3wLAQQ==",
- "_location": "/nise",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "nise@5.1.0",
- "name": "nise",
- "escapedName": "nise",
- "rawSpec": "5.1.0",
- "saveSpec": null,
- "fetchSpec": "5.1.0"
- },
- "_requiredBy": [
- "/sinon"
- ],
- "_resolved": "https://registry.npmjs.org/nise/-/nise-5.1.0.tgz",
- "_spec": "5.1.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": "",
- "browser": {
- "jsdom": false,
- "jsdom-global": false
- },
- "bugs": {
- "url": "https://github.com/sinonjs/nise/issues"
- },
- "dependencies": {
- "@sinonjs/commons": "^1.7.0",
- "@sinonjs/fake-timers": "^7.0.4",
- "@sinonjs/text-encoding": "^0.7.1",
- "just-extend": "^4.0.2",
- "path-to-regexp": "^1.7.0"
- },
- "description": "Fake XHR and server",
- "devDependencies": {
- "@sinonjs/eslint-config": "^4.0.0",
- "@sinonjs/referee": "^5.0.0",
- "browserify": "^16.2.3",
- "husky": "^4.2.1",
- "jsdom": "^16.2.0",
- "jsdom-global": "3.0.2",
- "lint-staged": "^10.5.3",
- "mocha": "^7.0.1",
- "mochify": "^6.6.0",
- "nyc": "^15.0.0",
- "prettier": "^1.19.1",
- "proxyquire": "^2.1.3",
- "proxyquire-universal": "^2.1.0",
- "proxyquireify": "^3.2.1",
- "sinon": "^9.0.0"
- },
- "files": [
- "nise.js",
- "lib/**/*.js"
- ],
- "homepage": "https://github.com/sinonjs/nise#readme",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "keywords": [
- "test",
- "testing",
- "fake",
- "mock",
- "xhr",
- "server"
- ],
- "license": "BSD-3-Clause",
- "lint-staged": {
- "*.{js,css,md}": "prettier --check",
- "*.js": "eslint --quiet"
- },
- "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 --no-detect-globals -s nise -o nise.js lib/index.js",
- "lint": "eslint .",
- "prepare": "npm run bundle",
- "prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
- "prettier:check": "prettier --check '**/*.{js,css,md}'",
- "prettier:write": "prettier --write '**/*.{js,css,md}'",
- "test": "mocha lib/**/*.test.js",
- "test:coverage": "nyc --reporter=lcov --reporter=text --all npm test -- --reporter dot",
- "test:headless": "mochify --https-server --plugin [ proxyquire-universal ] --no-detect-globals test/global-hack.js lib/**/*.test.js"
- },
- "version": "5.1.0"
- }
|