mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
69
node_modules/detective-es6/package.json
generated
vendored
Normal file
69
node_modules/detective-es6/package.json
generated
vendored
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"detective-es6@2.1.0",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "detective-es6@2.1.0",
|
||||
"_id": "detective-es6@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-QSHqKGOp/YBIfmIqKXaXeq2rlL+bp3bcIQMfZ+0PvKzRlELSOSZxKRvpxVcxlLuocQv4QnOfuWGniGrmPbz8MQ==",
|
||||
"_location": "/detective-es6",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "detective-es6@2.1.0",
|
||||
"name": "detective-es6",
|
||||
"escapedName": "detective-es6",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/precinct"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/detective-es6/-/detective-es6-2.1.0.tgz",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Joel Kemp",
|
||||
"email": "joel@mrjoelkemp.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mrjoelkemp/node-detective-es6/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-source-walk": "^4.0.0"
|
||||
},
|
||||
"description": "Get the dependencies of an es6 module",
|
||||
"devDependencies": {
|
||||
"jscs": "~2.4.0",
|
||||
"mocha": "^5.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6.0"
|
||||
},
|
||||
"homepage": "https://github.com/mrjoelkemp/node-detective-es6",
|
||||
"keywords": [
|
||||
"detective",
|
||||
"es6",
|
||||
"es2015",
|
||||
"dependencies",
|
||||
"module",
|
||||
"ast",
|
||||
"import"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "detective-es6",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mrjoelkemp/node-detective-es6.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jscs -p google index.js test && mocha test/test.js"
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
Reference in New Issue
Block a user