85 lines
1.6 KiB
JSON
85 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"pupa@1.0.0",
|
|
"C:\\Users\\ryuki\\TheDesk\\app"
|
|
]
|
|
],
|
|
"_from": "pupa@1.0.0",
|
|
"_id": "pupa@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-mpVopa9+ZXuEYqbp1TKHQ1YM7/Y=",
|
|
"_location": "/pupa",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "pupa@1.0.0",
|
|
"name": "pupa",
|
|
"escapedName": "pupa",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/electron-dl"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pupa/-/pupa-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/pupa/issues"
|
|
},
|
|
"description": "Simple micro templating",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/pupa#readme",
|
|
"keywords": [
|
|
"string",
|
|
"formatting",
|
|
"template",
|
|
"object",
|
|
"format",
|
|
"interpolate",
|
|
"interpolation",
|
|
"templating",
|
|
"str",
|
|
"obj",
|
|
"tpl",
|
|
"expand",
|
|
"simple",
|
|
"replace",
|
|
"placeholders",
|
|
"values",
|
|
"fmt",
|
|
"transform",
|
|
"micro"
|
|
],
|
|
"license": "MIT",
|
|
"name": "pupa",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/pupa.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.0.0",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|