Initial commit
This commit is contained in:
+68
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "detective@^5.2.1",
|
||||
"_id": "detective@5.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==",
|
||||
"_location": "/detective",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "detective@^5.2.1",
|
||||
"name": "detective",
|
||||
"escapedName": "detective",
|
||||
"rawSpec": "^5.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^5.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz",
|
||||
"_shasum": "6af01eeda11015acb0e73f933242b70f24f91034",
|
||||
"_spec": "detective@^5.2.1",
|
||||
"_where": "/home/kossa/projects/knaeckeboot-tailwind/themes/bluewater/node_modules/tailwindcss",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"bin": {
|
||||
"detective": "bin/detective.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/browserify/detective/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"acorn-node": "^1.8.2",
|
||||
"defined": "^1.0.0",
|
||||
"minimist": "^1.2.6"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "find all require() calls by walking the AST",
|
||||
"devDependencies": {
|
||||
"tap": "^10.7.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
},
|
||||
"homepage": "https://github.com/browserify/detective#readme",
|
||||
"keywords": [
|
||||
"analyze",
|
||||
"ast",
|
||||
"require",
|
||||
"source"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "detective",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/browserify/detective.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"version": "5.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user