ember-introjs
Version:
An Ember Component for intro.js
176 lines (175 loc) • 4.73 kB
JSON
{
"_from": "istextorbinary@2.1.0",
"_id": "istextorbinary@2.1.0",
"_inBundle": false,
"_integrity": "sha1-2+0qb1G+L3R1to+JRlgRFBt1iHQ=",
"_location": "/istextorbinary",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "istextorbinary@2.1.0",
"name": "istextorbinary",
"escapedName": "istextorbinary",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/async-disk-cache"
],
"_resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.1.0.tgz",
"_shasum": "dbed2a6f51be2f7475b68f89465811141b758874",
"_spec": "istextorbinary@2.1.0",
"_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/async-disk-cache",
"author": {
"name": "2012+ Bevry Pty Ltd",
"email": "us@bevry.me",
"url": "http://bevry.me"
},
"badges": {
"list": [
"travisci",
"npmversion",
"npmdownloads",
"daviddm",
"daviddmdev",
"---",
"slackin",
"patreon",
"gratipay",
"flattr",
"paypal",
"bitcoin",
"wishlist"
],
"config": {
"patreonUsername": "bevry",
"gratipayUsername": "bevry",
"flattrUsername": "balupton",
"paypalURL": "https://bevry.me/paypal",
"bitcoinURL": "https://bevry.me/bitcoin",
"wishlistURL": "https://bevry.me/wishlist",
"slackinURL": "https://slack.bevry.me"
}
},
"browser": "es2015/index.js",
"bugs": {
"url": "https://github.com/bevry/istextorbinary/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "https://balupton.com"
},
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com",
"url": "https://shinnn.github.io"
},
{
"name": "Ian Sibner",
"email": "sibnerian@gmail.com",
"url": "https://github.com/sibnerian"
}
],
"dependencies": {
"binaryextensions": "1 || 2",
"editions": "^1.1.1",
"textextensions": "1 || 2"
},
"deprecated": false,
"description": "Determines if a buffer is comprised of text or binary",
"devDependencies": {
"assert-helpers": "^4.2.0",
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"documentation": "^4.0.0-beta2",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.2.0",
"joe": "^1.6.0",
"joe-reporter-console": "^1.2.1",
"projectz": "^1.1.5"
},
"editions": [
{
"description": "Source + ESNext + Require",
"entry": "source/index.js",
"directory": "source",
"syntaxes": [
"javascript",
"esnext",
"require",
"const",
"let",
"forof",
"destructuring",
"defaults"
]
},
{
"description": "Babel Compiled + ES2015 + Require",
"entry": "es2015/index.js",
"directory": "es2015",
"syntaxes": [
"javascript",
"es2015",
"require"
]
}
],
"engines": {
"node": ">=0.12"
},
"homepage": "https://github.com/bevry/istextorbinary",
"keywords": [
"text",
"binary",
"encoding"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "https://balupton.com"
},
{
"name": "Rob Loach",
"email": "robloach@gmail.com",
"url": "https://github.com/robloach"
},
{
"name": "Michael Mooring",
"email": "mike@mdm.cc",
"url": "https://github.com/mikeumus"
}
],
"name": "istextorbinary",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bevry/istextorbinary.git"
},
"scripts": {
"clean": "rm -Rf ./docs ./es2015",
"compile": "npm run compile:es2015",
"compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
"meta": "npm run meta:docs && npm run meta:projectz",
"meta:docs": "documentation build -f html -g --shallow ./source/**.js -o ./docs",
"meta:projectz": "projectz compile",
"prepare": "npm run compile && npm run test && npm run meta",
"pretest": "npm run test:eslint",
"release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
"release:publish": "npm publish",
"release:push": "git push origin master && git push origin --tags",
"release:tag": "git tag v$npm_package_version -a",
"setup": "npm install",
"test": "node --harmony -e \"require('editions').requirePackage(process.cwd(), require, 'test.js')\"",
"test:eslint": "eslint ./source"
},
"title": "Is Text or Binary?",
"version": "2.1.0"
}