Website/node_modules/is/package.json
2015-12-02 18:21:44 -05:00

115 lines
2.6 KiB
JSON

{
"_args": [
[
"is@^2.2.0",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith"
]
],
"_from": "is@>=2.2.0 <3.0.0",
"_id": "is@2.2.1",
"_inCache": true,
"_installable": true,
"_location": "/is",
"_nodeVersion": "1.0.4",
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "2.3.0",
"_phantomChildren": {},
"_requested": {
"name": "is",
"raw": "is@^2.2.0",
"rawSpec": "^2.2.0",
"scope": null,
"spec": ">=2.2.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith"
],
"_resolved": "https://registry.npmjs.org/is/-/is-2.2.1.tgz",
"_shasum": "5b0557a3dc68089d978ecd1184cc8fc529837a04",
"_shrinkwrap": null,
"_spec": "is@^2.2.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith",
"author": {
"name": "Enrico Marino",
"url": "http://onirame.com"
},
"bugs": {
"url": "https://github.com/enricomarino/is/issues"
},
"contributors": [
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb"
}
],
"dependencies": {},
"description": "the definitive JavaScript type testing library",
"devDependencies": {
"covert": "1.0.0",
"foreach": "~2.0.5",
"jscs": "~1.10.0",
"tape": "~3.5.0"
},
"directories": {},
"dist": {
"shasum": "5b0557a3dc68089d978ecd1184cc8fc529837a04",
"tarball": "http://registry.npmjs.org/is/-/is-2.2.1.tgz"
},
"engines": {
"node": "*"
},
"gitHead": "4f4f866b06f5950c500381c821387d8c57bedfd8",
"homepage": "https://github.com/enricomarino/is",
"keywords": [
"test",
"type",
"util"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
},
{
"name": "enricomarino",
"email": "enrico.marino@email.com"
}
],
"name": "is",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/enricomarino/is.git"
},
"scripts": {
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet",
"lint": "jscs *.js */*.js",
"test": "npm run lint && node test/index.js"
},
"testling": {
"browsers": [
"chrome/22.0..latest",
"chrome/4.0",
"chrome/canary",
"firefox/15.0..latest",
"firefox/3.0",
"firefox/nightly",
"iexplore/6.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/10.0..latest",
"opera/next",
"safari/5.0.5..latest"
],
"files": "test/index.js"
},
"version": "2.2.1"
}