mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated package.json
This commit is contained in:
96
node_modules/is-primitive/package.json
generated
vendored
Normal file
96
node_modules/is-primitive/package.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-primitive@^2.0.0",
|
||||
"/home/mywebsite/node_modules/regex-cache"
|
||||
]
|
||||
],
|
||||
"_from": "is-primitive@>=2.0.0 <3.0.0",
|
||||
"_id": "is-primitive@2.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/is-primitive",
|
||||
"_nodeVersion": "0.12.0",
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "2.5.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "is-primitive",
|
||||
"raw": "is-primitive@^2.0.0",
|
||||
"rawSpec": "^2.0.0",
|
||||
"scope": null,
|
||||
"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/mywebsite/node_modules/regex-cache",
|
||||
"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": "http://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": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jonschlinkert/is-primitive.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user