81 lines
2.6 KiB
JSON
81 lines
2.6 KiB
JSON
{
|
|
"_from": "@sinonjs/formatio@^5.0.1",
|
|
"_id": "@sinonjs/formatio@5.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-KaiQ5pBf1MpS09MuA0kp6KBQt2JUOQycqVG1NZXvzeaXe5LGFqAKueIS0bw4w0P9r7KuBSVdUk5QjXsUdu2CxQ==",
|
|
"_location": "/@sinonjs/formatio",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@sinonjs/formatio@^5.0.1",
|
|
"name": "@sinonjs/formatio",
|
|
"escapedName": "@sinonjs%2fformatio",
|
|
"scope": "@sinonjs",
|
|
"rawSpec": "^5.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/sinon"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-5.0.1.tgz",
|
|
"_shasum": "f13e713cb3313b1ab965901b01b0828ea6b77089",
|
|
"_spec": "@sinonjs/formatio@^5.0.1",
|
|
"_where": "/Users/sam/code/codeql-action/node_modules/sinon",
|
|
"author": {
|
|
"name": "Christian Johansen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sinonjs/formatio/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^1",
|
|
"@sinonjs/samsam": "^5.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Human-readable object formatting",
|
|
"devDependencies": {
|
|
"@sinonjs/referee": "^4.0.0",
|
|
"@studio/changes": "^2.0.0",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-prettier": "^6.4.0",
|
|
"eslint-config-sinon": "^3.0.1",
|
|
"eslint-plugin-ie11": "^1.0.0",
|
|
"eslint-plugin-mocha": "^6.1.1",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"jsdom": "^16.1.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"mocha": "^7.0.1",
|
|
"nyc": "^15.0.0",
|
|
"prettier": "^1.18.2",
|
|
"rollup": "1.31.0",
|
|
"rollup-plugin-commonjs": "10.1.0"
|
|
},
|
|
"files": [
|
|
"lib/**/*[^test].js"
|
|
],
|
|
"homepage": "https://sinonjs.github.io/formatio/",
|
|
"license": "BSD-3-Clause",
|
|
"main": "./lib/formatio",
|
|
"name": "@sinonjs/formatio",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sinonjs/formatio.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:dist-folder && npm run build:bundle",
|
|
"build:bundle": "rollup -c > dist/formatio.js",
|
|
"build:dist-folder": "mkdirp dist",
|
|
"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-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
|
|
"version": "changes --commits --footer"
|
|
},
|
|
"version": "5.0.1"
|
|
}
|