{ "_from": "espower-location-detector@^1.0.0", "_id": "espower-location-detector@1.0.0", "_inBundle": false, "_integrity": "sha1-oXt+zFnTDheeK+9z+0E3cEyzMbU=", "_location": "/espower-location-detector", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "espower-location-detector@^1.0.0", "name": "espower-location-detector", "escapedName": "espower-location-detector", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/babel-plugin-espower" ], "_resolved": "https://registry.npmjs.org/espower-location-detector/-/espower-location-detector-1.0.0.tgz", "_shasum": "a17b7ecc59d30e179e2bef73fb4137704cb331b5", "_spec": "espower-location-detector@^1.0.0", "_where": "/home/mwinter/www/unboundedpress/node_modules/babel-plugin-espower", "author": { "name": "Takuto Wada", "email": "takuto.wada@gmail.com", "url": "https://github.com/twada" }, "bugs": { "url": "https://github.com/twada/espower-location-detector/issues" }, "bundleDependencies": false, "dependencies": { "is-url": "^1.2.1", "path-is-absolute": "^1.0.0", "source-map": "^0.5.0", "xtend": "^4.0.0" }, "deprecated": false, "description": "AST source location detection helper for power-assert", "devDependencies": { "acorn": "^3.3.0", "escallmatch": "^1.5.0", "escodegen": "^1.8.1", "estraverse": "^4.2.0", "jshint": "^2.9.3", "mocha": "^3.0.2" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "index.js", "lib" ], "homepage": "https://github.com/twada/espower-location-detector", "keywords": [ "ast", "estree", "sourcemaps" ], "license": "MIT", "main": "index.js", "name": "espower-location-detector", "repository": { "type": "git", "url": "git://github.com/twada/espower-location-detector.git" }, "scripts": { "lint": "jshint index.js lib", "test": "npm run lint && mocha test" }, "version": "1.0.0" }