061fd35a97477560babe2b2bafb89942a87ac776.svn-base 1.51 KB
{
  "_from": "function-loop@^1.0.2",
  "_id": "function-loop@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-Frk911eEXqz+yhqAYaamXBBuDLI=",
  "_location": "/function-loop",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "function-loop@^1.0.2",
    "name": "function-loop",
    "escapedName": "function-loop",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npm.taobao.org/function-loop/download/function-loop-1.0.2.tgz",
  "_shasum": "16b93dd757845eacfeca1a8061a6a65c106e0cb2",
  "_spec": "function-loop@^1.0.2",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/function-loop/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Run a list of functions in order in a given object context.  The functions can be callback-taking or promise-returning.",
  "devDependencies": {
    "tap": "^9.0.3"
  },
  "homepage": "https://github.com/isaacs/function-loop#readme",
  "keywords": [],
  "license": "ISC",
  "main": "index.js",
  "name": "function-loop",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/function-loop.git"
  },
  "scripts": {
    "test": "tap test.js --100"
  },
  "version": "1.0.2"
}