UNPKG

mam-project-templates

Version:
99 lines (98 loc) 3.06 kB
{ "_from": "puppeteer@next", "_id": "puppeteer@1.0.0-next.1515568144024", "_inBundle": false, "_integrity": "sha1-o3ZK9PRh0FIUgLDEHdaCTU68tgc=", "_location": "/puppeteer", "_phantomChildren": { "ms": "2.0.0" }, "_requested": { "type": "tag", "registry": true, "raw": "puppeteer@next", "name": "puppeteer", "escapedName": "puppeteer", "rawSpec": "next", "saveSpec": null, "fetchSpec": "next" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-1.0.0-next.1515568144024.tgz", "_shasum": "a3764af4f461d0521480b0c41dd6824d4ebcb607", "_spec": "puppeteer@next", "_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Ranger", "author": { "name": "The Chromium Authors" }, "bugs": { "url": "https://github.com/GoogleChrome/puppeteer/issues" }, "bundleDependencies": false, "dependencies": { "debug": "^2.6.8", "extract-zip": "^1.6.5", "https-proxy-agent": "^2.1.0", "mime": "^1.3.4", "progress": "^2.0.0", "proxy-from-env": "^1.0.0", "rimraf": "^2.6.1", "ws": "^3.0.0" }, "deprecated": false, "description": "A high-level API to control headless Chrome over the DevTools Protocol", "devDependencies": { "@types/debug": "0.0.30", "@types/extract-zip": "^1.6.2", "@types/mime": "^1.3.1", "@types/node": "^8.0.26", "@types/rimraf": "^2.0.2", "@types/ws": "^3.0.2", "commonmark": "^0.27.0", "cross-env": "^5.0.5", "eslint": "^4.0.0", "esprima": "^4.0.0", "markdown-toc": "^1.1.0", "minimist": "^1.2.0", "ncp": "^2.0.0", "pdfjs-dist": "^1.8.595", "pixelmatch": "^4.0.2", "pngjs": "^3.2.0", "text-diff": "^1.0.1", "typescript": "^2.6.0-rc" }, "engines": { "node": ">=6.4.0" }, "homepage": "https://github.com/GoogleChrome/puppeteer#readme", "license": "Apache-2.0", "main": "index.js", "name": "puppeteer", "puppeteer": { "chromium_revision": "526987" }, "repository": { "type": "git", "url": "git+https://github.com/GoogleChrome/puppeteer.git" }, "scripts": { "apply-next-version": "node utils/apply_next_version.js", "build": "node utils/node6-transform/index.js", "coverage": "cross-env COVERAGE=true npm run unit", "debug-unit": "node --inspect-brk test/test.js", "doc": "node utils/doclint/cli.js", "install": "node install.js", "lint": "([ \"$CI\" = true ] && eslint --quiet -f codeframe . || eslint .) && npm run tsc && npm run doc", "prepublishOnly": "npm run build", "test": "npm run lint --silent && npm run coverage && npm run test-doclint && npm run test-node6-transformer", "test-doclint": "node utils/doclint/check_public_api/test/test.js && node utils/doclint/preprocessor/test.js", "test-node6-transformer": "node utils/node6-transform/test/test.js", "tsc": "tsc -p .", "unit": "node test/test.js", "unit-node6": "node node6/test/test.js" }, "version": "1.0.0-next.1515568144024" }