mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
euh
This commit is contained in:
163
node_modules/class-utils/package.json
generated
vendored
Normal file
163
node_modules/class-utils/package.json
generated
vendored
Normal file
@@ -0,0 +1,163 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"class-utils@^0.3.5",
|
||||
"/home/beppe/Github/yahooApi/node_modules/base"
|
||||
]
|
||||
],
|
||||
"_from": "class-utils@>=0.3.5 <0.4.0",
|
||||
"_id": "class-utils@0.3.6",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/class-utils",
|
||||
"_nodeVersion": "9.1.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/class-utils-0.3.6.tgz_1515682163077_0.6769419175107032"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "5.6.0",
|
||||
"_phantomChildren": {
|
||||
"is-descriptor": "0.1.6"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "class-utils",
|
||||
"raw": "class-utils@^0.3.5",
|
||||
"rawSpec": "^0.3.5",
|
||||
"scope": null,
|
||||
"spec": ">=0.3.5 <0.4.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/base"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
|
||||
"_shasum": "f93369ae8b9a7ce02fd41faad0ca83033190c463",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "class-utils@^0.3.5",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/base",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/class-utils/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
"url": "https://twitter.com/doowb"
|
||||
},
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/wtgtybhertgeghgtwtg"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"arr-union": "^3.1.0",
|
||||
"define-property": "^0.2.5",
|
||||
"isobject": "^3.0.0",
|
||||
"static-extend": "^0.1.1"
|
||||
},
|
||||
"description": "Utils for working with JavaScript classes and prototype methods.",
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-eslint": "^2.0.0",
|
||||
"gulp-format-md": "^0.1.7",
|
||||
"gulp-istanbul": "^0.10.3",
|
||||
"gulp-mocha": "^2.2.0",
|
||||
"mocha": "^2.4.5",
|
||||
"should": "^8.2.2",
|
||||
"through2": "^2.0.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
|
||||
"shasum": "f93369ae8b9a7ce02fd41faad0ca83033190c463",
|
||||
"tarball": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "0ad9e639d6a63d6dc04043ac5931df85fb898e06",
|
||||
"homepage": "https://github.com/jonschlinkert/class-utils",
|
||||
"keywords": [
|
||||
"array",
|
||||
"assign",
|
||||
"class",
|
||||
"copy",
|
||||
"ctor",
|
||||
"define",
|
||||
"delegate",
|
||||
"descriptor",
|
||||
"extend",
|
||||
"extends",
|
||||
"inherit",
|
||||
"inheritance",
|
||||
"merge",
|
||||
"method",
|
||||
"object",
|
||||
"prop",
|
||||
"properties",
|
||||
"property",
|
||||
"prototype",
|
||||
"util",
|
||||
"utils"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "doowb",
|
||||
"email": "brian.woodward@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "class-utils",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/class-utils.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
},
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"reflinks": [
|
||||
"verb"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"define-property",
|
||||
"delegate-properties",
|
||||
"is-descriptor"
|
||||
]
|
||||
},
|
||||
"run": true,
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"toc": false
|
||||
},
|
||||
"version": "0.3.6"
|
||||
}
|
Reference in New Issue
Block a user