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