{ "_args": [ [ "is@^3.0.1", "/Users/sid/Desktop/code/RustyCode/node_modules/node.extend" ] ], "_from": "is@>=3.0.1 <4.0.0", "_id": "is@3.1.0", "_inCache": true, "_installable": true, "_location": "/is", "_nodeVersion": "4.1.0", "_npmUser": { "email": "ljharb@gmail.com", "name": "ljharb" }, "_npmVersion": "2.14.3", "_phantomChildren": {}, "_requested": { "name": "is", "raw": "is@^3.0.1", "rawSpec": "^3.0.1", "scope": null, "spec": ">=3.0.1 <4.0.0", "type": "range" }, "_requiredBy": [ "/node.extend" ], "_resolved": "https://registry.npmjs.org/is/-/is-3.1.0.tgz", "_shasum": "2945d205d691cbfe4833e3f8a11c8ae94673f2a7", "_shrinkwrap": null, "_spec": "is@^3.0.1", "_where": "/Users/sid/Desktop/code/RustyCode/node_modules/node.extend", "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": { "@ljharb/eslint-config": "^1.2.0", "covert": "^1.1.0", "eslint": "^1.5.0", "foreach": "^2.0.5", "jscs": "^2.1.1", "tape": "^4.2.0" }, "directories": {}, "dist": { "shasum": "2945d205d691cbfe4833e3f8a11c8ae94673f2a7", "tarball": "https://registry.npmjs.org/is/-/is-3.1.0.tgz" }, "engines": { "node": "*" }, "gitHead": "7b3ba15898119e90c3a8ef3b9d347fa70a4e8255", "homepage": "https://github.com/enricomarino/is", "keywords": [ "util", "type", "test" ], "license": "MIT", "main": "index.js", "maintainers": [ { "email": "ljharb@gmail.com", "name": "ljharb" }, { "email": "enrico.marino@email.com", "name": "enricomarino" } ], "name": "is", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/enricomarino/is.git" }, "scripts": { "coverage": "covert test/index.js", "coverage-quiet": "covert test/index.js --quiet", "eslint": "eslint *.js */*.js", "jscs": "jscs *.js */*.js", "lint": "npm run jscs && npm run eslint", "test": "npm run lint && node test/index.js" }, "testling": { "browsers": [ "iexplore/6.0..latest", "firefox/3.0", "firefox/15.0..latest", "firefox/nightly", "chrome/4.0", "chrome/22.0..latest", "chrome/canary", "opera/10.0..latest", "opera/next", "safari/5.0.5..latest", "ipad/6.0..latest", "iphone/6.0..latest" ], "files": "test/index.js" }, "version": "3.1.0" }