package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@sinonjs/formatio@^3.1.0",
  3. "_id": "@sinonjs/formatio@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-asnR6xghmE2ExJlnJuRdFkbYzOU=",
  6. "_location": "/@sinonjs/formatio",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sinonjs/formatio@^3.1.0",
  12. "name": "@sinonjs/formatio",
  13. "escapedName": "@sinonjs%2fformatio",
  14. "scope": "@sinonjs",
  15. "rawSpec": "^3.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^3.1.0"
  18. },
  19. "_requiredBy": [
  20. "/nise",
  21. "/sinon"
  22. ],
  23. "_resolved": "http://registry.npm.taobao.org/@sinonjs/formatio/download/@sinonjs/formatio-3.1.0.tgz",
  24. "_shasum": "6ac9d1eb1821984d84c4996726e45d1646d8cce5",
  25. "_spec": "@sinonjs/formatio@^3.1.0",
  26. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sinon",
  27. "author": {
  28. "name": "Christian Johansen"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sinonjs/formatio/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@sinonjs/samsam": "^2 || ^3"
  36. },
  37. "deprecated": false,
  38. "description": "Human-readable object formatting",
  39. "devDependencies": {
  40. "@sinonjs/referee": "^2.6.0",
  41. "eslint": "^4.19.1",
  42. "eslint-config-sinon": "^1.0.3",
  43. "eslint-plugin-ie11": "^1.0.0",
  44. "eslint-plugin-mocha": "^4.11.0",
  45. "mocha": "^5.0.0",
  46. "nyc": "^11.7.3",
  47. "rollup": "0.65.2",
  48. "rollup-plugin-commonjs": "9.1.6"
  49. },
  50. "files": [
  51. "lib/**/*[^test].js"
  52. ],
  53. "homepage": "https://sinonjs.github.io/formatio/",
  54. "license": "BSD-3-Clause",
  55. "main": "./lib/formatio",
  56. "name": "@sinonjs/formatio",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/sinonjs/formatio.git"
  60. },
  61. "scripts": {
  62. "build": "npm run build:dist-folder && npm run build:bundle",
  63. "build:bundle": "rollup -c > dist/formatio.js",
  64. "build:dist-folder": "mkdirp dist",
  65. "lint": "eslint .",
  66. "prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
  67. "test": "mocha 'lib/**/*.test.js'",
  68. "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
  69. },
  70. "version": "3.1.0"
  71. }