You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
2.0 KiB
JSON

{
"_from": "babel-plugin-detective@^1.0.2",
"_id": "babel-plugin-detective@1.0.2",
"_inBundle": false,
"_integrity": "sha1-tVRpx8eS3E7onG99qjH67foWIy0=",
"_location": "/babel-plugin-detective",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-plugin-detective@^1.0.2",
"name": "babel-plugin-detective",
"escapedName": "babel-plugin-detective",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-detective/-/babel-plugin-detective-1.0.2.tgz",
"_shasum": "b55469c7c792dc4ee89c6f7daa31faedfa16232d",
"_spec": "babel-plugin-detective@^1.0.2",
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"bugs": {
"url": "https://github.com/jamestalmage/babel-plugin-detective/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A Babel 5/6 plugin that scans the AST for require calls and import statements",
"devDependencies": {
"babel": "^5.8.34",
"babel-core": "^6.1.21",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-3": "^6.1.18",
"coveralls": "^2.11.4",
"mocha": "^2.3.3",
"nyc": "^3.2.2",
"xo": "^0.10.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"wrap-listener.js"
],
"homepage": "https://github.com/jamestalmage/babel-plugin-detective#readme",
"keywords": [
"babel-plugin",
"detective",
"require",
"import",
"dependencies",
"scan",
"traverse"
],
"license": "MIT",
"name": "babel-plugin-detective",
"repository": {
"type": "git",
"url": "git+https://github.com/jamestalmage/babel-plugin-detective.git"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "xo && nyc mocha"
},
"version": "1.0.2"
}