thedesk/app/node_modules/pupa/package.json

118 lines
2.5 KiB
JSON
Raw Normal View History

2018-01-28 23:22:43 +11:00
{
"_args": [
[
{
"raw": "pupa@^1.0.0",
"scope": null,
"escapedName": "pupa",
"name": "pupa",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"C:\\Users\\ryuki\\TheDesk\\node_modules\\electron-dl"
]
],
"_from": "pupa@>=1.0.0 <2.0.0",
"_id": "pupa@1.0.0",
"_inCache": true,
"_location": "/pupa",
"_nodeVersion": "4.6.2",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/pupa-1.0.0.tgz_1484024976343_0.21447648899629712"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"raw": "pupa@^1.0.0",
"scope": null,
"escapedName": "pupa",
"name": "pupa",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/electron-dl"
],
"_resolved": "https://registry.npmjs.org/pupa/-/pupa-1.0.0.tgz",
"_shasum": "9a9568a5af7e657b8462a6e9d5328743560ceff6",
"_shrinkwrap": null,
"_spec": "pupa@^1.0.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\node_modules\\electron-dl",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/pupa/issues"
},
"dependencies": {},
"description": "Simple micro templating",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "9a9568a5af7e657b8462a6e9d5328743560ceff6",
"tarball": "https://registry.npmjs.org/pupa/-/pupa-1.0.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "05a5d7e3cbe99cb303b6d0fda6984c45e59ec45d",
"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",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "pupa",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/pupa.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0",
"xo": {
"esnext": true
}
}