{
  "_args": [
    [
      {
        "raw": "dom7@^2.0.1",
        "scope": null,
        "escapedName": "dom7",
        "name": "dom7",
        "rawSpec": "^2.0.1",
        "spec": ">=2.0.1 <3.0.0",
        "type": "range"
      },
      "/var/www/html/dev/node_modules/swiper"
    ]
  ],
  "_from": "dom7@>=2.0.1 <3.0.0",
  "_id": "dom7@2.0.1",
  "_inCache": true,
  "_location": "/dom7",
  "_nodeVersion": "6.7.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/dom7-2.0.1.tgz_1506968392083_0.5665331003256142"
  },
  "_npmUser": {
    "name": "nolimits4web",
    "email": "nolimits4web@gmail.com"
  },
  "_npmVersion": "5.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "dom7@^2.0.1",
    "scope": null,
    "escapedName": "dom7",
    "name": "dom7",
    "rawSpec": "^2.0.1",
    "spec": ">=2.0.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/swiper"
  ],
  "_resolved": "https://registry.npmjs.org/dom7/-/dom7-2.0.1.tgz",
  "_shasum": "a8a2c802cf17c20b051d9414143061472201a233",
  "_shrinkwrap": null,
  "_spec": "dom7@^2.0.1",
  "_where": "/var/www/html/dev/node_modules/swiper",
  "author": {
    "name": "Vladimir Kharlampidi"
  },
  "bugs": {
    "url": "https://github.com/nolimits4web/Dom7/issues"
  },
  "dependencies": {},
  "description": "Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API",
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.1.3",
    "eslint-plugin-import": "^2.2.0",
    "gulp": "^3.9.1",
    "gulp-connect": "^5.0.0",
    "gulp-header": "^1.8.8",
    "gulp-modify-file": "^0.1.0",
    "gulp-open": "^2.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^2.6.0",
    "gulp-uglify": "^2.1.2",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-stream": "^1.19.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-JwxgbCMasGW7pthSc0qRufkuZ6RAw9vZ66GSkcq2e+zpjFIGfXFMABdXpXrnItAQGd4zfj8vOfTI8wbZD1uSrQ==",
    "shasum": "a8a2c802cf17c20b051d9414143061472201a233",
    "tarball": "https://registry.npmjs.org/dom7/-/dom7-2.0.1.tgz"
  },
  "gitHead": "92f0ed40c2b90fcfda9beacf7276a230e73d63a4",
  "homepage": "http://framework7.io/docs/dom.html",
  "jsnext:main": "dist/dom7.module.js",
  "keywords": [
    "dom",
    "dom7",
    "jquery",
    "mobile",
    "framework7"
  ],
  "license": "MIT",
  "main": "dist/dom7.js",
  "maintainers": [
    {
      "name": "nolimits4web",
      "email": "nolimits4web@gmail.com"
    }
  ],
  "module": "dist/dom7.module.js",
  "name": "dom7",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nolimits4web/Dom7.git"
  },
  "scripts": {
    "build-dev": "NODE_ENV=development gulp build",
    "build-prod": "NODE_ENV=production gulp build",
    "dev": "NODE_ENV=development gulp build && NODE_ENV=development gulp demo && gulp server",
    "prod": "NODE_ENV=production gulp demo && NODE_ENV=production gulp server",
    "test": "npm run build-dev"
  },
  "version": "2.0.1"
}
