ember-introjs
Version:
An Ember Component for intro.js
98 lines (97 loc) • 2.23 kB
JSON
{
"_from": "printf@^0.2.3",
"_id": "printf@0.2.5",
"_inBundle": false,
"_integrity": "sha1-xDjKLKM+OSdnHbSracDlL5NqTw8=",
"_location": "/printf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "printf@^0.2.3",
"name": "printf",
"escapedName": "printf",
"rawSpec": "^0.2.3",
"saveSpec": null,
"fetchSpec": "^0.2.3"
},
"_requiredBy": [
"/testem"
],
"_resolved": "https://registry.npmjs.org/printf/-/printf-0.2.5.tgz",
"_shasum": "c438ca2ca33e3927671db4ab69c0e52f936a4f0f",
"_spec": "printf@^0.2.3",
"_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/testem",
"author": {
"name": "David Worms",
"email": "david@adaltas.com"
},
"bugs": {
"url": "https://github.com/wdavidw/node-printf/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "David Worms",
"email": "david@adaltas.com"
},
{
"name": "Aluísio Augusto Silva Gonçalves",
"email": "aluisio@aasg.name"
},
{
"name": "Xavier Mendez",
"email": "jmendeth@gmail.com"
},
{
"name": "LLeo",
"email": "lleoem@gmail.com"
},
{
"name": "Derrell Lipman",
"email": "https://github.com/derrell"
}
],
"deprecated": false,
"description": "Full implementation of the `printf` family in pure JS.",
"devDependencies": {
"coffee-script": "1.10.0",
"mocha": "2.5.3",
"semver": "5.1.1",
"should": "9.0.2"
},
"directories": {
"lib": "./lib",
"test": "./test",
"doc": "./doc"
},
"engines": {
"node": ">= 0.9.0"
},
"homepage": "http://www.adaltas.com/projects/node-printf",
"keywords": [
"printf",
"formatting",
"sprintf",
"format",
"output",
"print"
],
"license": "BSD-3-Clause",
"main": "./lib/printf",
"maintainers": [
{
"name": "David Worms",
"email": "david@adaltas.com"
}
],
"name": "printf",
"repository": {
"type": "git",
"url": "git+https://github.com/wdavidw/node-printf.git"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --reporter dot"
},
"version": "0.2.5"
}