diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-24 20:19:02 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-24 20:19:02 +0900 |
commit | e779fb1779f33fb15857b5d20cb72a4b00d20f77 (patch) | |
tree | e2129fc2a3ca142937a60b6f7dd3b071e5c252e4 /package-lock.json | |
parent | 5a7db96febd4e3cb2aa519610da75e0bccd69a7f (diff) |
Install sinon
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 00792ab..9ae10bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,14 +105,6 @@ "@sinonjs/commons": "^1.0.2", "array-from": "^2.1.1", "lodash": "^4.17.11" - }, - "dependencies": { - "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", - "dev": true - } } }, "@sinonjs/text-encoding": { @@ -202,6 +194,12 @@ } } }, + "@types/sinon": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-7.0.11.tgz", + "integrity": "sha512-6ee09Ugx6GyEr0opUIakmxIWFNmqYPjkqa3/BuxCBokA0klsOLPgMD5K4q40lH7/yZVuJVzOfQpd7pipwjngkQ==", + "dev": true + }, "@typescript-eslint/eslint-plugin": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.9.0.tgz", |