123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_args": [
- [
- "debounce@1.2.1",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "debounce@1.2.1",
- "_id": "debounce@1.2.1",
- "_inBundle": false,
- "_integrity": "sha1-OIgdj0FmpcWEgCDBGCe4NLyz4KU=",
- "_location": "/debounce",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "debounce@1.2.1",
- "name": "debounce",
- "escapedName": "debounce",
- "rawSpec": "1.2.1",
- "saveSpec": null,
- "fetchSpec": "1.2.1"
- },
- "_requiredBy": [
- "/kapsule"
- ],
- "_resolved": "https://registry.nlark.com/debounce/download/debounce-1.2.1.tgz",
- "_spec": "1.2.1",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "bugs": {
- "url": "https://github.com/component/debounce/issues"
- },
- "component": {
- "scripts": {
- "debounce/index.js": "index.js"
- }
- },
- "description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
- "devDependencies": {
- "minijasminenode": "^1.1.1",
- "mocha": "*",
- "should": "*",
- "sinon": "^1.17.7"
- },
- "homepage": "https://github.com/component/debounce#readme",
- "keywords": [
- "function",
- "throttle",
- "invoke"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "debounce",
- "repository": {
- "type": "git",
- "url": "git://github.com/component/debounce.git"
- },
- "scripts": {
- "test": "minijasminenode test.js"
- },
- "version": "1.2.1"
- }
|