Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/@sinonjs/formatio/
Upload File :
Current File : /var/www/html/wetty/node_modules/@sinonjs/formatio/package.json

{
  "_from": "@sinonjs/formatio@^3.2.1",
  "_id": "@sinonjs/formatio@3.2.2",
  "_inBundle": false,
  "_integrity": "sha512-B8SEsgd8gArBLMD6zpRw3juQ2FVSsmdd7qlevyDqzS9WTCtvF55/gAL+h6gue8ZvPYcdiPdvueM/qm//9XzyTQ==",
  "_location": "/@sinonjs/formatio",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@sinonjs/formatio@^3.2.1",
    "name": "@sinonjs/formatio",
    "escapedName": "@sinonjs%2fformatio",
    "scope": "@sinonjs",
    "rawSpec": "^3.2.1",
    "saveSpec": null,
    "fetchSpec": "^3.2.1"
  },
  "_requiredBy": [
    "/nise",
    "/sinon"
  ],
  "_resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-3.2.2.tgz",
  "_shasum": "771c60dfa75ea7f2d68e3b94c7e888a78781372c",
  "_spec": "@sinonjs/formatio@^3.2.1",
  "_where": "/var/www/html/wetty/node_modules/sinon",
  "author": {
    "name": "Christian Johansen"
  },
  "bugs": {
    "url": "https://github.com/sinonjs/formatio/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@sinonjs/commons": "^1",
    "@sinonjs/samsam": "^3.1.0"
  },
  "deprecated": false,
  "description": "Human-readable object formatting",
  "devDependencies": {
    "@sinonjs/referee": "^3.2.0",
    "eslint": "^4.19.1",
    "eslint-config-sinon": "^1.0.3",
    "eslint-plugin-ie11": "^1.0.0",
    "eslint-plugin-mocha": "^6.1.1",
    "mocha": "^6.2.1",
    "nyc": "^14.1.1",
    "rollup": "0.65.2",
    "rollup-plugin-commonjs": "9.1.6"
  },
  "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 .",
    "prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
    "test": "mocha 'lib/**/*.test.js'",
    "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
  },
  "version": "3.2.2"
}