{
  "_args": [
    [
      "n3@0.8.5",
      "/home/travis/build/RAN3D/foglet-ndp"
    ]
  ],
  "_from": "n3@0.8.5",
  "_id": "n3@0.8.5",
  "_inBundle": false,
  "_integrity": "sha1-2tZfiSQOlV+Jpxpsrq5BeFpjbdQ=",
  "_location": "/n3",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "n3@0.8.5",
    "name": "n3",
    "escapedName": "n3",
    "rawSpec": "0.8.5",
    "saveSpec": null,
    "fetchSpec": "0.8.5"
  },
  "_requiredBy": [
    "/ldf-client"
  ],
  "_resolved": "https://registry.npmjs.org/n3/-/n3-0.8.5.tgz",
  "_spec": "0.8.5",
  "_where": "/home/travis/build/RAN3D/foglet-ndp",
  "author": {
    "name": "Ruben Verborgh",
    "email": "ruben.verborgh@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/RubenVerborgh/N3.js/issues"
  },
  "description": "Lightning fast, asynchronous, streaming Turtle / N3 / RDF library.",
  "devDependencies": {
    "async": "^2.0.1",
    "browserify": "^13.1.0",
    "chai": "^3.5.0",
    "chai-things": "^0.2.0",
    "colors": "^1.1.2",
    "coveralls": "^2.11.14",
    "cross-spawn": "^5.0.1",
    "docco": "^0.7.0",
    "eslint": "^3.10.0",
    "mocha": "^3.0.2",
    "nyc": "^8.3.0",
    "pre-commit": "^1.1.3",
    "request": "^2.74.0",
    "uglify-js": "^2.7.3"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/RubenVerborgh/N3.js#readme",
  "keywords": [
    "turtle",
    "rdf",
    "n3",
    "streaming",
    "asynchronous"
  ],
  "license": "MIT",
  "main": "./N3.js",
  "name": "n3",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RubenVerborgh/N3.js.git"
  },
  "scripts": {
    "browser": "node browser/build-browser-versions",
    "cover": "nyc -- mocha -R dot --timeout 1000",
    "coveralls": "nyc --reporter=text-lcov -- mocha -R dot --timeout 1000 | coveralls",
    "docs": "docco lib/*.js",
    "lint": "eslint lib perf test spec",
    "spec": "node spec/turtle-spec && node spec/trig-spec && node spec/ntriples-spec && node spec/nquads-spec",
    "spec-clean": "rm -r spec/turtle spec/trig",
    "test": "mocha"
  },
  "testling": {
    "files": "test/*.js",
    "harness": "mocha",
    "browsers": [
      "ie/9..latest",
      "firefox/24..latest",
      "chrome/29..latest",
      "safari/6..latest",
      "iphone/6..latest",
      "ipad/6..latest"
    ]
  },
  "version": "0.8.5"
}
