{
  "_args": [
    [
      "espurify@1.7.0",
      "/home/user/repo/webfonts-loader/test"
    ]
  ],
  "_development": true,
  "_from": "espurify@1.7.0",
  "_id": "espurify@1.7.0",
  "_inBundle": false,
  "_integrity": "sha1-HFz2y8zDLm9jk4C9T5kfq5up0iY=",
  "_location": "/espurify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "espurify@1.7.0",
    "name": "espurify",
    "escapedName": "espurify",
    "rawSpec": "1.7.0",
    "saveSpec": null,
    "fetchSpec": "1.7.0"
  },
  "_requiredBy": [
    "/babel-plugin-espower",
    "/call-matcher"
  ],
  "_resolved": "https://registry.npmjs.org/espurify/-/espurify-1.7.0.tgz",
  "_spec": "1.7.0",
  "_where": "/home/user/repo/webfonts-loader/test",
  "author": {
    "name": "Takuto Wada",
    "email": "takuto.wada@gmail.com",
    "url": "https://github.com/twada"
  },
  "bugs": {
    "url": "https://github.com/estools/espurify/issues"
  },
  "dependencies": {
    "core-js": "^2.0.0"
  },
  "description": "Clone new AST without extra properties",
  "devDependencies": {
    "acorn": "^4.0.11",
    "babel-types": "^6.3.20",
    "babylon": "^6.3.20",
    "browserify": "^13.0.0",
    "derequire": "^2.0.2",
    "dereserve": "^1.0.0",
    "esprima": "^2.6.0",
    "estraverse": "^4.1.0",
    "jshint": "^2.8.0",
    "licensify": "^3.1.0",
    "mocha": "^2.3.2"
  },
  "files": [
    "CHANGELOG.md",
    "MIT-LICENSE.txt",
    "README.md",
    "index.js",
    "lib",
    "build/espurify.js",
    "package.json"
  ],
  "homepage": "https://github.com/estools/espurify",
  "keywords": [
    "ast",
    "estree",
    "ecmascript",
    "es6"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "espurify",
  "repository": {
    "type": "git",
    "url": "git://github.com/estools/espurify.git"
  },
  "scripts": {
    "dist": "browserify index.js --plugin licensify --standalone espurify | dereserve | derequire > ./build/espurify.js",
    "lint": "jshint index.js",
    "preversion": "npm test",
    "test": "npm run lint && mocha test",
    "version": "npm run dist && git add -A build"
  },
  "version": "1.7.0"
}
