{ "_args": [ [ "phantom@4.0.12", "/Users/manthony/repos/docs.blockstack" ] ], "_development": true, "_from": "phantom@4.0.12", "_id": "phantom@4.0.12", "_inBundle": false, "_integrity": "sha512-Tz82XhtPmwCk1FFPmecy7yRGZG2btpzY2KI9fcoPT7zT9det0CcMyfBFPp1S8DqzsnQnm8ZYEfdy528mwVtksA==", "_location": "/phantom", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "phantom@4.0.12", "name": "phantom", "escapedName": "phantom", "rawSpec": "4.0.12", "saveSpec": null, "fetchSpec": "4.0.12" }, "_requiredBy": [ "/jshint" ], "_resolved": "https://registry.npmjs.org/phantom/-/phantom-4.0.12.tgz", "_spec": "4.0.12", "_where": "/Users/manthony/repos/docs.blockstack", "author": { "name": "Amir Raminfar", "email": "findamir@gmail.com" }, "bugs": { "url": "https://github.com/amir20/phantomjs-node/issues" }, "contributors": [ { "name": "Amir Raminfar", "email": "findamir@gmail.com", "url": "http://amirraminfar.com/" } ], "dependencies": { "phantomjs-prebuilt": "^2.1.16", "split": "^1.0.1", "winston": "^2.4.0" }, "description": "PhantomJS integration module for NodeJS", "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.0.3", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "babel-plugin-transform-es2015-template-literals": "^6.22.0", "babel-plugin-transform-flow-strip-types": "^6.14.0", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.18.0", "babel-preset-flow": "^6.23.0", "del": "^3.0.0", "eslint": "^4.13.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-flowtype": "^2.40.1", "eslint-plugin-import": "^2.8.0", "flow-bin": "^0.61.0", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "gulp-cli": "^1.4.0", "gulp-copy": "^1.0.1", "gulp-newer": "^1.3.0", "gulp-watch": "^4.3.5", "jest": "^22.0.3", "jest-cli": "^22.0.3", "prettier-eslint": "^8.4.0" }, "engines": { "node": ">=8" }, "homepage": "https://github.com/amir20/phantomjs-node", "jest": { "roots": [ "/lib" ], "collectCoverage": true, "coveragePathIgnorePatterns": [ "node_modules/", "jest-modules/" ], "testEnvironment": "node" }, "keywords": [ "phantom", "phantomjs", "driver" ], "license": "ISC", "main": "lib/index.js", "name": "phantom", "repository": { "type": "git", "url": "git://github.com/amir20/phantomjs-node.git" }, "scripts": { "lint": "eslint . && flow check", "prepublishOnly": "gulp clean && gulp build", "pretest": "gulp build:test", "test": "npm run lint && jest" }, "version": "4.0.12" }