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

118 lines
3 KiB
JSON

{
"_args": [
[
"is-string@^1.0.4",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith-uglify"
]
],
"_from": "is-string@>=1.0.4 <2.0.0",
"_id": "is-string@1.0.4",
"_inCache": true,
"_installable": true,
"_location": "/is-string",
"_nodeVersion": "1.0.4",
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "2.3.0",
"_phantomChildren": {},
"_requested": {
"name": "is-string",
"raw": "is-string@^1.0.4",
"rawSpec": "^1.0.4",
"scope": null,
"spec": ">=1.0.4 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith-uglify"
],
"_resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.4.tgz",
"_shasum": "cc3a9b69857d621e963725a24caeec873b826e64",
"_shrinkwrap": null,
"_spec": "is-string@^1.0.4",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith-uglify",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/is-string/issues"
},
"dependencies": {},
"description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
"devDependencies": {
"covert": "1.0.0",
"editorconfig-tools": "~0.0.1",
"eslint": "~0.13.0",
"foreach": "~2.0.5",
"indexof": "~0.0.1",
"is": "~2.2.0",
"jscs": "~1.10.0",
"nsp": "~1.0.0",
"semver": "~4.2.0",
"tape": "~3.4.0"
},
"directories": {},
"dist": {
"shasum": "cc3a9b69857d621e963725a24caeec873b826e64",
"tarball": "http://registry.npmjs.org/is-string/-/is-string-1.0.4.tgz"
},
"engines": {
"node": ">= 0.4"
},
"gitHead": "bfc054522e27639dbd279a39bd7302fc859a1fd6",
"homepage": "https://github.com/ljharb/is-string",
"keywords": [
"@@toStringTag",
"ES6",
"String",
"String object",
"string",
"toStringTag"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "is-string",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-string.git"
},
"scripts": {
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"eslint": "eslint test.js *.js",
"jscs": "jscs test.js *.js",
"lint": "npm run jscs && npm run eslint",
"security": "nsp package",
"test": "npm run lint && node --harmony --es-staging test.js && npm run security"
},
"testling": {
"browsers": [
"android-browser/4.2",
"chrome/20.0..latest",
"chrome/4.0..10.0",
"chrome/canary",
"firefox/15.0..latest",
"firefox/3.0..6.0",
"firefox/nightly",
"iexplore/6.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest"
],
"files": "test.js"
},
"version": "1.0.4"
}