1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/stubs/package.json
2020-03-03 22:30:50 +02:00

57 lines
1.2 KiB
JSON

{
"_args": [
[
"stubs@3.0.0",
"C:\\Users\\matia\\Musix"
]
],
"_from": "stubs@3.0.0",
"_id": "stubs@3.0.0",
"_inBundle": false,
"_integrity": "sha1-6NK6H6nJBXAwPAMLaQD31fiavls=",
"_location": "/stubs",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stubs@3.0.0",
"name": "stubs",
"escapedName": "stubs",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/stream-events"
],
"_resolved": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Stephen Sawchuk"
},
"bugs": {
"url": "https://github.com/stephenplusplus/stubs/issues"
},
"description": "Easy method stubber.",
"devDependencies": {
"tess": "^1.0.0"
},
"homepage": "https://github.com/stephenplusplus/stubs",
"keywords": [
"stubs"
],
"license": "MIT",
"main": "index.js",
"name": "stubs",
"repository": {
"type": "git",
"url": "git+https://github.com/stephenplusplus/stubs.git"
},
"scripts": {
"test": "node ./test"
},
"version": "3.0.0"
}