{
  "_args": [
    [
      {
        "raw": "vue2-filters",
        "scope": null,
        "escapedName": "vue2-filters",
        "name": "vue2-filters",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/var/www/html"
    ]
  ],
  "_from": "vue2-filters@latest",
  "_hasShrinkwrap": false,
  "_id": "vue2-filters@0.4.1",
  "_inCache": true,
  "_location": "/vue2-filters",
  "_nodeVersion": "9.5.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/vue2-filters_0.4.1_1543390392916_0.5980495209623384"
  },
  "_npmUser": {
    "name": "arhey",
    "email": "free.arhey@gmail.com"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "vue2-filters",
    "scope": null,
    "escapedName": "vue2-filters",
    "name": "vue2-filters",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue2-filters/-/vue2-filters-0.4.1.tgz",
  "_shasum": "c72e697addc02b313b80b69c123c14cdee962cf5",
  "_shrinkwrap": null,
  "_spec": "vue2-filters",
  "_where": "/var/www/html",
  "author": {
    "name": "Arhey"
  },
  "bugs": {
    "url": "https://github.com/freearhey/vue2-filters/issues"
  },
  "dependencies": {},
  "description": "The list of standard filters Vue.js 1.* adapted for use in Vue.js 2.*",
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "babel-loader": "8.0.4",
    "babel-preset-env": "1.7.0",
    "jasmine": "3.3.0",
    "karma": "3.1.1",
    "karma-jasmine": "2.0.1",
    "karma-phantomjs-launcher": "1.0.4",
    "karma-webpack": "3.0.5",
    "uglify-es": "3.3.9",
    "webpack": "4.26.1",
    "webpack-cli": "^3.1.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-I4r3oZ7u4DBjHr6+DhRBG8I/BWPnu45Z3D5nDSyHMYxOrpSN7g7ZetZoVZ366spxw1w0Dj8e2XlvAGev8sePqg==",
    "shasum": "c72e697addc02b313b80b69c123c14cdee962cf5",
    "tarball": "https://registry.npmjs.org/vue2-filters/-/vue2-filters-0.4.1.tgz",
    "fileCount": 25,
    "unpackedSize": 79576,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/kS5CRA9TVsSAnZWagAAjtMQAJjr8//qugM5UFCkDBKZ\nNiMApodDyO92JPYvII5TDMx5Adt3HWI+DsPXROTmlBxcZB7i/RuQpCUZD/rc\nAo45waeYB2aYgQMdMFypJrS4GJOBoaoyV6cwWJjJ5T/18OA9EyXVubWmIoHp\nhGGhcvI4cA6v2hdwGvP1XAkQQNBi2HjtwBlVbbcH9gDt7OUPRD6a6FyHrYBE\nalaRPCg3ys+AzvUcVxVQKI5uhz9zUBt+jufKG+o2H+knmmSBTLyKC0OTLoMR\nnVRbQdwXYHmtixH2h/uUoE2ayEx9ZsY7l2/pbmoJFogRg29HYmN6RkF6SnWw\nCzoZcjdEEOAYlTmwfmLhNvXYV7yQoVp1H2RAdqGT92grRwbZ6nzRsJV/dI6e\np2hLpLNA83HZyepkWqz0EKDFVrqnyIG7kNS7PWgFQ5PV48cnv22O6IS2v/Ht\n1u/CWkjISUUndjODvHWyp1Zimunn/uaGIkdCRgR8WEwNzQTnk5hBPzteX4pa\n/BfZnwE83LY99m7SERRdWpHI8+KWi1n66GRYN8o7PPWnRpM1WK9ZD+pOZ7XF\nltsA51o7cqE8bR8GSYJgxOp2PBCSdSvnjNGgtgZQl6eqjLHXtNcWkczi5vCF\nktSZ5ZE6P/dYCMCCL7tJYLZuuHvXiHpALTUBy1d9ECaVR2rd+3jDSZOhAY+q\nHj82\r\n=DDDy\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "09dd6f7ba137adb5cdf7f4074ca98122870fc229",
  "homepage": "https://github.com/freearhey/vue2-filters#readme",
  "keywords": [
    "vuejs",
    "vue",
    "filters",
    "vue2-filters"
  ],
  "license": "MIT",
  "main": "dist/vue2-filters.js",
  "maintainers": [
    {
      "name": "arhey",
      "email": "free.arhey@gmail.com"
    }
  ],
  "name": "vue2-filters",
  "optionalDependencies": {},
  "peerDependecies": {
    "vue": "^2.0.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/freearhey/vue2-filters.git"
  },
  "scripts": {
    "build": "webpack && node_modules/.bin/uglifyjs dist/vue2-filters.js -o dist/vue2-filters.min.js",
    "dev": "webpack --watch",
    "test": "karma start test/karma.conf.js --single-run --no-auto-watch"
  },
  "version": "0.4.1"
}
