mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
euh
This commit is contained in:
134
node_modules/has-symbols/package.json
generated
vendored
Normal file
134
node_modules/has-symbols/package.json
generated
vendored
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"has-symbols@^1.0.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/object.assign"
|
||||
]
|
||||
],
|
||||
"_from": "has-symbols@>=1.0.0 <2.0.0",
|
||||
"_id": "has-symbols@1.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/has-symbols",
|
||||
"_nodeVersion": "6.6.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/has-symbols-1.0.0.tgz_1474328796481_0.2780582248233259"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "ljharb@gmail.com",
|
||||
"name": "ljharb"
|
||||
},
|
||||
"_npmVersion": "3.10.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "has-symbols",
|
||||
"raw": "has-symbols@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/object.assign"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz",
|
||||
"_shasum": "ba1a8f1af2a0fc39650f5c850367704122063b44",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "has-symbols@^1.0.0",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/object.assign",
|
||||
"author": {
|
||||
"email": "ljharb@gmail.com",
|
||||
"name": "Jordan Harband",
|
||||
"url": "http://ljharb.codes"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ljharb/has-symbols/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jordan Harband",
|
||||
"email": "ljharb@gmail.com",
|
||||
"url": "http://ljharb.codes"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
|
||||
"devDependencies": {
|
||||
"@ljharb/eslint-config": "^8.0.0",
|
||||
"core-js": "^2.4.1",
|
||||
"eslint": "^3.5.0",
|
||||
"get-own-property-symbols": "^0.9.2",
|
||||
"nsp": "^2.6.1",
|
||||
"safe-publish-latest": "^1.0.1",
|
||||
"tape": "^4.6.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "ba1a8f1af2a0fc39650f5c850367704122063b44",
|
||||
"tarball": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
},
|
||||
"gitHead": "e4a5e7028c87d509902ff292f4da3ea45c7c50cf",
|
||||
"homepage": "https://github.com/ljharb/has-symbols#readme",
|
||||
"keywords": [
|
||||
"ES6",
|
||||
"Symbol",
|
||||
"core-js",
|
||||
"native",
|
||||
"polyfill",
|
||||
"sham",
|
||||
"symbols",
|
||||
"typeof"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "ljharb",
|
||||
"email": "ljharb@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "has-symbols",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ljharb/has-symbols.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint *.js",
|
||||
"posttest": "npm run --silent security",
|
||||
"prepublish": "safe-publish-latest",
|
||||
"pretest": "npm run --silent lint",
|
||||
"security": "nsp check",
|
||||
"test": "npm run --silent tests-only",
|
||||
"test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
|
||||
"test:shams:corejs": "node test/shams/core-js.js",
|
||||
"test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js",
|
||||
"test:staging": "node --harmony --es-staging test",
|
||||
"test:stock": "node test",
|
||||
"tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"android-browser/4.2",
|
||||
"chrome/20.0..latest",
|
||||
"chrome/4.0..10.0",
|
||||
"chrome/canary",
|
||||
"firefox/15.0..latest",
|
||||
"firefox/3.0..6.0",
|
||||
"firefox/nightly",
|
||||
"iexplore/6.0..latest",
|
||||
"ipad/6.0..latest",
|
||||
"iphone/6.0..latest",
|
||||
"opera/10.0..latest",
|
||||
"opera/next",
|
||||
"safari/4.0..latest"
|
||||
],
|
||||
"files": "test/index.js"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user