forgeplus-react/node_modules/stifle/package.json

64 lines
1.5 KiB
JSON

{
"_args": [
[
"stifle@1.1.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "stifle@1.1.1",
"_id": "stifle@1.1.1",
"_inBundle": false,
"_integrity": "sha512-INvON4DXLAWxpor+f0ZHnYQYXBqDXQRW1znLpf5/C/AWzJ0eQQAThfdqHQ5BDkiyywD67rQGvbE4LC+Aig6K/Q==",
"_location": "/stifle",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stifle@1.1.1",
"name": "stifle",
"escapedName": "stifle",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/react-scrollbar-size"
],
"_resolved": "https://registry.npmjs.org/stifle/-/stifle-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Matt Smith",
"email": "matt@twobitfool.com"
},
"bugs": {
"url": "https://github.com/twobitfool/stifle/issues"
},
"description": "A very simple way to throttle a function",
"devDependencies": {
"chai": "^3.5.0",
"esm": "^3.0.36",
"mocha": "^3.3.0",
"rollup": "^0.59.1"
},
"files": [
"index.cjs.js",
"index.esm.js"
],
"homepage": "https://github.com/twobitfool/stifle#readme",
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"name": "stifle",
"repository": {
"type": "git",
"url": "git+https://github.com/twobitfool/stifle.git"
},
"scripts": {
"build": "rollup -i index.esm.js -o index.cjs.js -f cjs",
"prepublish": "yarn build",
"test": "mocha -r esm"
},
"version": "1.1.1"
}