mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 03:02:49 +00:00
updated package.json
This commit is contained in:
98
node_modules/for-own/package.json
generated
vendored
Normal file
98
node_modules/for-own/package.json
generated
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"for-own@^0.1.3",
|
||||
"/home/mywebsite/node_modules/object.omit"
|
||||
]
|
||||
],
|
||||
"_from": "for-own@>=0.1.3 <0.2.0",
|
||||
"_id": "for-own@0.1.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/for-own",
|
||||
"_nodeVersion": "1.6.2",
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "2.7.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "for-own",
|
||||
"raw": "for-own@^0.1.3",
|
||||
"rawSpec": "^0.1.3",
|
||||
"scope": null,
|
||||
"spec": ">=0.1.3 <0.2.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/object.omit"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz",
|
||||
"_shasum": "606444cde77c2f0a11088169e2e354eaf56e74fe",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "for-own@^0.1.3",
|
||||
"_where": "/home/mywebsite/node_modules/object.omit",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/for-own/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"for-in": "^0.1.4"
|
||||
},
|
||||
"description": "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.",
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "^5.2.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "606444cde77c2f0a11088169e2e354eaf56e74fe",
|
||||
"tarball": "http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "43c5291f22b71297e1b5855236fcc35ac9ce51e4",
|
||||
"homepage": "https://github.com/jonschlinkert/for-own",
|
||||
"keywords": [
|
||||
"for-in",
|
||||
"for-own",
|
||||
"has",
|
||||
"has-own",
|
||||
"hasOwn",
|
||||
"key",
|
||||
"keys",
|
||||
"object",
|
||||
"own",
|
||||
"value"
|
||||
],
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/jonschlinkert/for-own/blob/master/LICENSE"
|
||||
},
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "for-own",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jonschlinkert/for-own.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.1.3"
|
||||
}
|
||||
Reference in New Issue
Block a user