105 lines
3.6 KiB
JSON
105 lines
3.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "is-primitive@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "is-primitive",
|
|
"name": "is-primitive",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/is-equal-shallow"
|
|
]
|
|
],
|
|
"_from": "is-primitive@>=2.0.0 <3.0.0",
|
|
"_id": "is-primitive@2.0.0",
|
|
"_inCache": true,
|
|
"_location": "/is-primitive",
|
|
"_nodeVersion": "0.12.0",
|
|
"_npmUser": {
|
|
"name": "jonschlinkert",
|
|
"email": "github@sellside.com"
|
|
},
|
|
"_npmVersion": "2.5.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "is-primitive@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "is-primitive",
|
|
"name": "is-primitive",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-equal-shallow"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
|
|
"_shasum": "207bab91638499c07b2adf240a41a87210034575",
|
|
"_shrinkwrap": null,
|
|
"_spec": "is-primitive@^2.0.0",
|
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/is-equal-shallow",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/is-primitive/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Returns `true` if the value is a primitive. ",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "^4.0.4"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "207bab91638499c07b2adf240a41a87210034575",
|
|
"tarball": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "c512b7c95fb049aa9b1f039ddc0670611b66cce2",
|
|
"homepage": "https://github.com/jonschlinkert/is-primitive",
|
|
"keywords": [
|
|
"boolean",
|
|
"check",
|
|
"number",
|
|
"primitive",
|
|
"string",
|
|
"symbol",
|
|
"type",
|
|
"typeof",
|
|
"util"
|
|
],
|
|
"license": {
|
|
"type": "MIT",
|
|
"url": "https://github.com/jonschlinkert/is-primitive/blob/master/LICENSE"
|
|
},
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "jonschlinkert",
|
|
"email": "github@sellside.com"
|
|
}
|
|
],
|
|
"name": "is-primitive",
|
|
"optionalDependencies": {},
|
|
"readme": "# is-primitive [![NPM version](https://badge.fury.io/js/is-primitive.svg)](http://badge.fury.io/js/is-primitive) [![Build Status](https://travis-ci.org/jonschlinkert/is-primitive.svg)](https://travis-ci.org/jonschlinkert/is-primitive) \n\n> Returns `true` if the value is a primitive. \n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i is-primitive --save\n```\n\n## Running tests\nInstall dev dependencies.\n\n```bash\nnpm i -d && npm test\n```\n\n## Usage\n\n```js\nvar isPrimitive = require('is-primitive');\nisPrimitive('abc');\n//=> true\n\nisPrimitive(42);\n//=> true\n\nisPrimitive(false);\n//=> true\n\nisPrimitive(true);\n//=> true\n\nisPrimitive({});\n//=> false\n\nisPrimitive([]);\n//=> false\n\nisPrimitive(function(){});\n//=> false\n```\n\n## Author\n\n**Jon Schlinkert**\n \n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) \n\n## License\nCopyright (c) 2014-2015 Jon Schlinkert \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 16, 2015._",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/is-primitive.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|