12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "@sinonjs/commons@^1.3.0",
- "_id": "@sinonjs/commons@1.3.0",
- "_inBundle": false,
- "_integrity": "sha1-UKJ1QBa28wqZTO2m2aCow2rdqEk=",
- "_location": "/@sinonjs/commons",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@sinonjs/commons@^1.3.0",
- "name": "@sinonjs/commons",
- "escapedName": "@sinonjs%2fcommons",
- "scope": "@sinonjs",
- "rawSpec": "^1.3.0",
- "saveSpec": null,
- "fetchSpec": "^1.3.0"
- },
- "_requiredBy": [
- "/@sinonjs/samsam",
- "/sinon"
- ],
- "_resolved": "http://registry.npm.taobao.org/@sinonjs/commons/download/@sinonjs/commons-1.3.0.tgz",
- "_shasum": "50a2754016b6f30a994ceda6d9a0a8c36adda849",
- "_spec": "@sinonjs/commons@^1.3.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sinon",
- "author": "",
- "bugs": {
- "url": "https://github.com/sinonjs/commons/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "type-detect": "4.0.8"
- },
- "deprecated": false,
- "description": "Simple functions shared among the sinon end user libraries",
- "devDependencies": {
- "@sinonjs/referee-sinon": "4.1.0",
- "eslint": "^5.8.0",
- "eslint-config-prettier": "^3.1.0",
- "eslint-config-sinon": "^2.0.0",
- "eslint-plugin-ie11": "^1.0.0",
- "eslint-plugin-local-rules": "^0.1.0",
- "eslint-plugin-mocha": "^5.2.0",
- "eslint-plugin-prettier": "^3.0.0",
- "husky": "0.14.3",
- "jsverify": "0.8.3",
- "knuth-shuffle": "^1.0.8",
- "lint-staged": "7.2.0",
- "mocha": "5.2.0",
- "nyc": "12.0.2",
- "prettier": "^1.14.3"
- },
- "homepage": "https://github.com/sinonjs/commons#readme",
- "license": "BSD-3-Clause",
- "lint-staged": {
- "*.js": "eslint"
- },
- "main": "lib/index.js",
- "name": "@sinonjs/commons",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sinonjs/commons.git"
- },
- "scripts": {
- "lint": "eslint .",
- "precommit": "lint-staged",
- "test": "mocha --recursive -R dot \"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": "1.3.0"
- }
|