aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-primitive
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/is-primitive
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/is-primitive')
-rw-r--r--node_modules/is-primitive/package.json104
1 files changed, 23 insertions, 81 deletions
diff --git a/node_modules/is-primitive/package.json b/node_modules/is-primitive/package.json
index 59412364d..b716f4ece 100644
--- a/node_modules/is-primitive/package.json
+++ b/node_modules/is-primitive/package.json
@@ -1,73 +1,37 @@
{
- "_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/dold/repos/taler/wallet-webex/node_modules/regex-cache"
- ]
- ],
- "_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",
- "/regex-cache"
- ],
- "_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/dold/repos/taler/wallet-webex/node_modules/regex-cache",
+ "name": "is-primitive",
+ "description": "Returns `true` if the value is a primitive. ",
+ "version": "2.0.0",
+ "homepage": "https://github.com/jonschlinkert/is-primitive",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/jonschlinkert/is-primitive.git"
+ },
"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"
+ "license": {
+ "type": "MIT",
+ "url": "https://github.com/jonschlinkert/is-primitive/blob/master/LICENSE"
},
"files": [
"index.js"
],
- "gitHead": "c512b7c95fb049aa9b1f039ddc0670611b66cce2",
- "homepage": "https://github.com/jonschlinkert/is-primitive",
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "devDependencies": {
+ "mocha": "*",
+ "should": "^4.0.4"
+ },
"keywords": [
"boolean",
"check",
@@ -78,27 +42,5 @@
"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": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/jonschlinkert/is-primitive.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "2.0.0"
+ ]
}