package.json 2.24 KB
{
  "_args": [
    [
      "combine-lists@^1.0.0",
      "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\karma"
    ]
  ],
  "_from": "combine-lists@>=1.0.0 <2.0.0",
  "_id": "combine-lists@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/combine-lists",
  "_nodeVersion": "4.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/combine-lists-1.0.1.tgz_1473257890976_0.5467275755945593"
  },
  "_npmUser": {
    "email": "sjelin@gmail.com",
    "name": "sjelin"
  },
  "_npmVersion": "3.7.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "combine-lists",
    "raw": "combine-lists@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/karma"
  ],
  "_resolved": "https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz",
  "_shasum": "458c07e09e0d900fc28b70a3fec2dacd1d2cb7f6",
  "_shrinkwrap": null,
  "_spec": "combine-lists@^1.0.0",
  "_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\karma",
  "author": {
    "name": "sjelin"
  },
  "bugs": {
    "url": "https://github.com/sjelin/combine-lists/issues"
  },
  "dependencies": {
    "lodash": "^4.5.0"
  },
  "description": "Merge two lists, trying to preserve the order of both ",
  "devDependencies": {
    "jasmine": "^2.4.1",
    "seedrandom": "^2.4.2"
  },
  "directories": {},
  "dist": {
    "shasum": "458c07e09e0d900fc28b70a3fec2dacd1d2cb7f6",
    "tarball": "https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz"
  },
  "gitHead": "ae52afa4b79bc4802a14af8914745ac0e3a77d51",
  "homepage": "https://github.com/sjelin/combine-lists#readme",
  "keywords": [
    "utility",
    "array",
    "list",
    "merge",
    "combine",
    "topological",
    "sort"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "sjelin@gmail.com",
      "name": "sjelin"
    }
  ],
  "name": "combine-lists",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sjelin/combine-lists.git"
  },
  "scripts": {
    "test": "node node_modules/.bin/jasmine JASMINE_CONFIG_PATH=test/config.json"
  },
  "version": "1.0.1"
}