{
  "_from": "array-iterate@^1.0.0",
  "_id": "array-iterate@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-hlv3+K851rCYLGCQKRSsdrwBCPY=",
  "_location": "/array-iterate",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array-iterate@^1.0.0",
    "name": "array-iterate",
    "escapedName": "array-iterate",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/unist-util-modify-children"
  ],
  "_resolved": "http://registry.npm.taobao.org/array-iterate/download/array-iterate-1.1.1.tgz",
  "_shasum": "865bf7f8af39d6b0982c60902914ac76bc0108f6",
  "_spec": "array-iterate@^1.0.0",
  "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/unist-util-modify-children",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "http://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/array-iterate/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "http://wooorm.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "forEach with the possibility to change the next position",
  "devDependencies": {
    "browserify": "^14.0.0",
    "esmangle": "^1.0.0",
    "nyc": "^11.0.0",
    "remark-cli": "^3.0.0",
    "remark-preset-wooorm": "^3.0.0",
    "tape": "^4.4.0",
    "xo": "^0.18.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/wooorm/array-iterate#readme",
  "keywords": [
    "array",
    "list",
    "iterate",
    "walk"
  ],
  "license": "MIT",
  "name": "array-iterate",
  "nyc": {
    "check-coverage": true,
    "lines": 100,
    "functions": 100,
    "branches": 100
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooorm/array-iterate.git"
  },
  "scripts": {
    "build": "npm run build-md && npm run build-bundle && npm run build-mangle",
    "build-bundle": "browserify index.js -s arrayIterate > array-iterate.js",
    "build-mangle": "esmangle array-iterate.js > array-iterate.min.js",
    "build-md": "remark . -qfo",
    "lint": "xo",
    "test": "npm run build && npm run lint && npm run test-coverage",
    "test-api": "node test",
    "test-coverage": "nyc --reporter lcov tape test.js"
  },
  "version": "1.1.1",
  "xo": {
    "space": true,
    "esnext": false,
    "rules": {
      "guard-for-in": "off",
      "unicorn/prefer-type-error": "off"
    },
    "ignores": [
      "array-iterate.js"
    ]
  }
}
