package.json 2.2 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
{
  "_args": [
    [
      "recursive-iterator@3.3.0",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_from": "recursive-iterator@3.3.0",
  "_id": "recursive-iterator@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-uc2aWu5ejeqFe4EqOD7eGqY2hn324FS9dEqRl6uOjG002X0SEilk6apBWckqjsL7NDEBjNKaqDOg+ejg30iDTA==",
  "_location": "/recursive-iterator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "recursive-iterator@3.3.0",
    "name": "recursive-iterator",
    "escapedName": "recursive-iterator",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "/webpack-config"
  ],
  "_resolved": "https://registry.npmjs.org/recursive-iterator/-/recursive-iterator-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "nerv",
    "url": "https://github.com/nervgh"
  },
  "bugs": {
    "url": "https://github.com/nervgh/recursive-iterator/issues"
  },
  "description": "It iterates through a graph or a tree recursively",
  "devDependencies": {
    "babel-core": "~6.23.1",
    "babel-loader": "~6.3.2",
    "babel-preset-es2016": "~6.22.0",
    "istanbul": "^0.4.5",
    "mocha": "~3.2.0",
    "standard": "~10.0.2",
    "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony-v2.8.5",
    "uglifyjs-webpack-plugin": "^0.3.1",
    "webpack": "~2.2.1"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/nervgh/recursive-iterator",
  "keywords": [
    "js",
    "javascript",
    "graph",
    "vertex",
    "walk",
    "walker",
    "recursive",
    "recursion",
    "iterator",
    "iteratate",
    "traverse",
    "traversal",
    "object",
    "tree",
    "json"
  ],
  "license": "MIT",
  "main": "src/RecursiveIterator.js",
  "name": "recursive-iterator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nervgh/recursive-iterator.git"
  },
  "scripts": {
    "bundle": "webpack",
    "ensure-code-style": "standard --fix ./src/*.js ./test/*.js",
    "test": "mocha",
    "test-cov": "istanbul cover node_modules/.bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly"
  },
  "version": "3.3.0"
}