mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
123 lines
3.7 KiB
JSON
123 lines
3.7 KiB
JSON
{
|
|
"_from": "@sinonjs/samsam@^5.2.0",
|
|
"_id": "@sinonjs/samsam@5.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-CaIcyX5cDsjcW/ab7HposFWzV1kC++4HNsfnEdFJa7cP1QIuILAKV+BgfeqRXhcnSAc76r/Rh/O5C+300BwUIw==",
|
|
"_location": "/@sinonjs/samsam",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@sinonjs/samsam@^5.2.0",
|
|
"name": "@sinonjs/samsam",
|
|
"escapedName": "@sinonjs%2fsamsam",
|
|
"scope": "@sinonjs",
|
|
"rawSpec": "^5.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@sinonjs/formatio",
|
|
"/sinon"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.2.0.tgz",
|
|
"_shasum": "fcff83ab86f83b5498f4a967869c079408d9b5eb",
|
|
"_spec": "@sinonjs/samsam@^5.2.0",
|
|
"_where": "/home/yarmo/dev/keyoxide/doipjs/node_modules/sinon",
|
|
"author": {
|
|
"name": "Christian Johansen"
|
|
},
|
|
"browser": {
|
|
"jsdom": false,
|
|
"jsdom-global": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sinonjs/samsam/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^1.6.0",
|
|
"lodash.get": "^4.4.2",
|
|
"type-detect": "^4.0.8"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Value identification and comparison functions",
|
|
"devDependencies": {
|
|
"@sinonjs/referee": "^5.0.0",
|
|
"@studio/changes": "^2.0.0",
|
|
"benchmark": "2.1.4",
|
|
"eslint": "^6.2.0",
|
|
"eslint-config-prettier": "^6.1.0",
|
|
"eslint-config-sinon": "^4.0.0",
|
|
"eslint-plugin-ie11": "^1.0.0",
|
|
"eslint-plugin-jsdoc": "^22.1.0",
|
|
"eslint-plugin-local-rules": "^0.1.1",
|
|
"eslint-plugin-mocha": "^6.0.0",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"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",
|
|
"npm-run-all": "^4.1.2",
|
|
"nyc": "^15.0.0",
|
|
"prettier": "^1.18.2",
|
|
"proxyquire": "^2.1.3",
|
|
"proxyquire-universal": "^2.1.0",
|
|
"proxyquireify": "^3.2.1",
|
|
"rollup": "^1.23.0",
|
|
"rollup-plugin-commonjs": "^10.1.0"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"docs/",
|
|
"lib/",
|
|
"!lib/**/*.test.js"
|
|
],
|
|
"homepage": "http://sinonjs.github.io/samsam/",
|
|
"license": "BSD-3-Clause",
|
|
"lint-staged": {
|
|
"*.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": "run-s build:dist-folder build:bundle",
|
|
"build:bundle": "rollup -c",
|
|
"build:dist-folder": "mkdirp dist",
|
|
"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",
|
|
"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"
|
|
},
|
|
"version": "5.2.0"
|
|
}
|