mirror of
https://github.com/thangisme/notes.git
synced 2026-06-11 16:09:56 -04:00
Initial commit
This commit is contained in:
26
node_modules/normalize-package-data/test/fixtures/node-module_exist.json
generated
vendored
Normal file
26
node_modules/normalize-package-data/test/fixtures/node-module_exist.json
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "node-module_exist",
|
||||
"description": "Find if a NodeJS module is available to require or not",
|
||||
"version": "0.0.1",
|
||||
"main": "module_exist.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@gist.github.com:3135914.git"
|
||||
},
|
||||
"homepage": "https://github.com/FGRibreau",
|
||||
"author": {
|
||||
"name": "Francois-Guillaume Ribreau",
|
||||
"url": "http://fgribreau.com.com/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodeunit": "~0.7.4"
|
||||
},
|
||||
"keywords": [
|
||||
"core",
|
||||
"modules"
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user