|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "_args": [
- [
- "@sinonjs/samsam@6.0.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "@sinonjs/samsam@6.0.2",
- "_id": "@sinonjs/samsam@6.0.2",
- "_inBundle": false,
- "_integrity": "sha512-jxPRPp9n93ci7b8hMfJOFDPRLFYadN6FSpeROFTR4UNF4i5b+EK6m4QXPO46BDhFgRy1JuS87zAnFOzCUwMJcQ==",
- "_location": "/@sinonjs/samsam",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@sinonjs/samsam@6.0.2",
- "name": "@sinonjs/samsam",
- "escapedName": "@sinonjs%2fsamsam",
- "scope": "@sinonjs",
- "rawSpec": "6.0.2",
- "saveSpec": null,
- "fetchSpec": "6.0.2"
- },
- "_requiredBy": [
- "/sinon"
- ],
- "_resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-6.0.2.tgz",
- "_spec": "6.0.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Christian Johansen"
- },
- "browser": {
- "jsdom": false,
- "jsdom-global": false
- },
- "bugs": {
- "url": "https://github.com/sinonjs/samsam/issues"
- },
- "dependencies": {
- "@sinonjs/commons": "^1.6.0",
- "lodash.get": "^4.4.2",
- "type-detect": "^4.0.8"
- },
- "description": "Value identification and comparison functions",
- "devDependencies": {
- "@sinonjs/eslint-config": "^4.0.0",
- "@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.0",
- "@sinonjs/referee": "^5.0.0",
- "@studio/changes": "^2.0.0",
- "benchmark": "2.1.4",
- "husky": "^4.2.1",
- "jquery": "^3.4.1",
- "jsdoc": "^3.6.3",
- "jsdom": "^16.2.0",
- "jsdom-global": "^3.0.2",
- "lint-staged": "^10.0.7",
- "microtime": "3.0.0",
- "mkdirp": "^1.0.3",
- "mocha": "^7.0.1",
- "mochify": "^6.6.0",
- "nyc": "^15.0.0",
- "prettier": "^2.2.1",
- "proxyquire": "^2.1.3",
- "proxyquire-universal": "^2.1.0",
- "proxyquireify": "^3.2.1",
- "typescript": "^4.0.5"
- },
- "files": [
- "docs/",
- "lib/",
- "!lib/**/*.test.js",
- "types/"
- ],
- "homepage": "http://sinonjs.github.io/samsam/",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "license": "BSD-3-Clause",
- "lint-staged": {
- "*.{js,css,md}": "prettier --check",
- "*.js": "eslint"
- },
- "main": "./lib/samsam",
- "name": "@sinonjs/samsam",
- "nyc": {
- "exclude": [
- "**/*.test.js",
- "coverage/**",
- "dist/**",
- "out/**",
- "site/**",
- "eslint-local-rules.js",
- "rollup.config.js",
- "lib/deep-equal-benchmark.js"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sinonjs/samsam.git"
- },
- "scripts": {
- "benchmark": "node lib/deep-equal-benchmark.js",
- "build": "rm -rf types && tsc",
- "jsdoc": "jsdoc -c jsdoc.conf.json",
- "lint": "eslint .",
- "postversion": "git push --follow-tags && npm publish --access public",
- "prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
- "prettier:check": "prettier --check '**/*.{js,css,md}'",
- "prettier:write": "prettier --write '**/*.{js,css,md}'",
- "preversion": "npm run test-check-coverage",
- "test": "mocha ./lib/*.test.js",
- "test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
- "test-cloud": "npm run test-headless -- --wd",
- "test-coverage": "nyc --all --reporter text --reporter html --reporter lcovonly npm run test",
- "test-headless": "mochify --no-detect-globals --recursive -R dot --plugin [ proxyquire-universal ] \"./lib/*.test.js\"",
- "version": "changes --commits --footer"
- },
- "types": "./types/samsam.d.ts",
- "version": "6.0.2"
- }
|