mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-30 04:22:42 +00:00
euh
This commit is contained in:
123
node_modules/static-extend/package.json
generated
vendored
Normal file
123
node_modules/static-extend/package.json
generated
vendored
Normal file
@@ -0,0 +1,123 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"static-extend@^0.1.1",
|
||||
"/home/beppe/Github/yahooApi/node_modules/class-utils"
|
||||
]
|
||||
],
|
||||
"_from": "static-extend@>=0.1.1 <0.2.0",
|
||||
"_id": "static-extend@0.1.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/static-extend",
|
||||
"_nodeVersion": "6.2.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-16-east.internal.npmjs.com",
|
||||
"tmp": "tmp/static-extend-0.1.2.tgz_1465497934772_0.6460855521727353"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "3.8.9",
|
||||
"_phantomChildren": {
|
||||
"is-descriptor": "0.1.6"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "static-extend",
|
||||
"raw": "static-extend@^0.1.1",
|
||||
"rawSpec": "^0.1.1",
|
||||
"scope": null,
|
||||
"spec": ">=0.1.1 <0.2.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/class-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
|
||||
"_shasum": "60809c39cbff55337226fd5e0b520f341f1fb5c6",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "static-extend@^0.1.1",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/class-utils",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/static-extend/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"define-property": "^0.2.5",
|
||||
"object-copy": "^0.1.0"
|
||||
},
|
||||
"description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.9",
|
||||
"mocha": "^2.5.3"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "60809c39cbff55337226fd5e0b520f341f1fb5c6",
|
||||
"tarball": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "ce41369391163eb9403848a1b4daf00be981c56b",
|
||||
"homepage": "https://github.com/jonschlinkert/static-extend",
|
||||
"keywords": [
|
||||
"class",
|
||||
"ctor",
|
||||
"descriptor",
|
||||
"extend",
|
||||
"extends",
|
||||
"inherit",
|
||||
"inheritance",
|
||||
"merge",
|
||||
"method",
|
||||
"prop",
|
||||
"properties",
|
||||
"property",
|
||||
"prototype"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "static-extend",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/static-extend.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
},
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"reflinks": [
|
||||
"verb",
|
||||
"verb-readme-generator"
|
||||
],
|
||||
"run": true,
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"toc": false
|
||||
},
|
||||
"version": "0.1.2"
|
||||
}
|
Reference in New Issue
Block a user