123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_args": [
- [
- {
- "raw": "string-template@^1.0.0",
- "scope": null,
- "escapedName": "string-template",
- "name": "string-template",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings-core"
- ]
- ],
- "_from": "string-template@>=1.0.0 <2.0.0",
- "_id": "string-template@1.0.0",
- "_inCache": true,
- "_location": "/string-template",
- "_nodeVersion": "0.10.32",
- "_npmUser": {
- "name": "mattesch",
- "email": "matt@mattesch.info"
- },
- "_npmVersion": "2.11.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "string-template@^1.0.0",
- "scope": null,
- "escapedName": "string-template",
- "name": "string-template",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/typings-core"
- ],
- "_resolved": "https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz",
- "_shasum": "9e9f2233dc00f218718ec379a28a5673ecca8b96",
- "_shrinkwrap": null,
- "_spec": "string-template@^1.0.0",
- "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
- "author": {
- "name": "Matt-Esch",
- "email": "matt@mattesch.info"
- },
- "bugs": {
- "url": "https://github.com/Matt-Esch/string-template/issues",
- "email": "matt@mattesch.info"
- },
- "contributors": [
- {
- "name": "Matt-Esch"
- }
- ],
- "dependencies": {},
- "description": "A simple string template function based on named or indexed arguments",
- "devDependencies": {
- "istanbul": "^0.4.1",
- "opn": "^3.0.3",
- "tape": "~1.1.1"
- },
- "directories": {},
- "dist": {
- "shasum": "9e9f2233dc00f218718ec379a28a5673ecca8b96",
- "tarball": "https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz"
- },
- "gitHead": "1a936280d4c9569035f9ac6a9808df564d413b30",
- "homepage": "https://github.com/Matt-Esch/string-template",
- "keywords": [
- "template",
- "string",
- "format",
- "replace",
- "arguments"
- ],
- "license": "MIT",
- "main": "index",
- "maintainers": [
- {
- "name": "mattesch",
- "email": "matt@mattesch.info"
- }
- ],
- "name": "string-template",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/Matt-Esch/string-template.git"
- },
- "scripts": {
- "cover": "istanbul cover --report none --print detail ./test/index.js",
- "test": "node ./test/index.js",
- "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
- "view-cover": "istanbul report html && opn --no-wait ./coverage/index.html"
- },
- "testling": {
- "files": "test/index.js",
- "browsers": [
- "ie/8..latest",
- "firefox/16..latest",
- "firefox/nightly",
- "chrome/22..latest",
- "chrome/canary",
- "opera/12..latest",
- "opera/next",
- "safari/5.1..latest",
- "ipad/6.0..latest",
- "iphone/6.0..latest",
- "android-browser/4.2..latest"
- ]
- },
- "version": "1.0.0"
- }
|