mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 23:59:29 +08:00
28 lines
511 B
Text
28 lines
511 B
Text
{
|
|
"name": "require-from-string",
|
|
"version": "2.0.2",
|
|
"description": "Require module from string",
|
|
"license": "MIT",
|
|
"repository": "floatdrop/require-from-string",
|
|
"author": {
|
|
"name": "Vsevolod Strukchinsky",
|
|
"email": "floatdrop@gmail.com",
|
|
"url": "github.com/floatdrop"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
""
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
}
|
|
}
|