kopia lustrzana https://github.com/c9/core
Tue Dec 12 05:00:40 CET 2017
rodzic
d49a40ff8e
commit
96dda7bc42
|
@ -248,7 +248,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/ternjs/tern#readme",
|
||||
"_id": "tern@0.16.1",
|
||||
"_shasum": "567108f7741af2cb890a7b0f261e5d38ea083950",
|
||||
"_shasum": "2522f8dc53a2dd3402b2aad0746c67868ddf9410",
|
||||
"_from": "git+https://github.com/cloud9ide/tern.git#39015d544d4c00c7899fea4c95c2e5bc2720e68e",
|
||||
"_resolved": "git+https://github.com/cloud9ide/tern.git#39015d544d4c00c7899fea4c95c2e5bc2720e68e"
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"readme": "# tern_from_ts\n\nTern signatures extracted from typescript signatures.\n\nLicense: MIT\n\nSee also https://github.com/marijnh/tern and https://github.com/borisyankov/DefinitelyTyped\n",
|
||||
"readmeFilename": "README.md",
|
||||
"_id": "tern_from_ts@0.0.1",
|
||||
"_shasum": "637d8ab58ab20ef225b1f8d6b9f713b7b91f0dc4",
|
||||
"_shasum": "aaa6d25dc8b597b9506fa743538969022f4ae8a8",
|
||||
"_from": "git+https://github.com/cloud9ide/tern_from_ts.git#66df507986bbdd63f3bc4f0c53edb39169ce4f1c",
|
||||
"_resolved": "git+https://github.com/cloud9ide/tern_from_ts.git#66df507986bbdd63f3bc4f0c53edb39169ce4f1c"
|
||||
}
|
||||
|
|
|
@ -4,8 +4,10 @@ var errno = require('./')
|
|||
, arg = process.argv[2]
|
||||
, data, code
|
||||
|
||||
if (arg === undefined)
|
||||
return console.log(JSON.stringify(errno.code, null, 2))
|
||||
if (arg === undefined) {
|
||||
console.log(JSON.stringify(errno.code, null, 2))
|
||||
process.exit(0)
|
||||
}
|
||||
|
||||
if ((code = +arg) == arg)
|
||||
data = errno.errno[code]
|
||||
|
@ -17,4 +19,4 @@ if (data)
|
|||
else {
|
||||
console.error('No such errno/code: "' + arg + '"')
|
||||
process.exit(1)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,39 +0,0 @@
|
|||
Copyright 2013, Rod Vagg (the "Original Author")
|
||||
All rights reserved.
|
||||
|
||||
MIT +no-false-attribs License
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the "Software"), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
Distributions of all or part of the Software intended to be used
|
||||
by the recipients as they would use the unmodified Software,
|
||||
containing modifications that substantially alter, remove, or
|
||||
disable functionality of the Software, outside of the documented
|
||||
configuration mechanisms provided by the Software, shall be
|
||||
modified such that the Original Author's bug reporting email
|
||||
addresses and urls are either replaced with the contact information
|
||||
of the parties responsible for the changes, or removed entirely.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
|
||||
Except where noted, this license applies to any and all software
|
||||
programs and associated documentation files created by the
|
||||
Original Author, when distributed with the Software.
|
|
@ -0,0 +1,11 @@
|
|||
The MIT License (MIT)
|
||||
=====================
|
||||
|
||||
Copyright (c) 2014 Rod Vagg
|
||||
---------------------------
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"name": "prr",
|
||||
"description": "A better Object.defineProperty()",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.1",
|
||||
"homepage": "https://github.com/rvagg/prr",
|
||||
"authors": [
|
||||
"Rod Vagg <rod@vagg.org> (https://github.com/rvagg)"
|
||||
],
|
||||
"author": {
|
||||
"name": "Rod Vagg",
|
||||
"email": "rod@vagg.org",
|
||||
"url": "https://github.com/rvagg"
|
||||
},
|
||||
"keywords": [
|
||||
"property",
|
||||
"properties",
|
||||
|
@ -25,13 +27,14 @@
|
|||
"test": "node ./test.js"
|
||||
},
|
||||
"license": "MIT",
|
||||
"_id": "prr@0.0.0",
|
||||
"dist": {
|
||||
"shasum": "1a84b85908325501411853d0081ee3fa86e2926a",
|
||||
"tarball": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz"
|
||||
"gitHead": "b69ba0edc7aacbda0c98d550579e452b8597c126",
|
||||
"bugs": {
|
||||
"url": "https://github.com/rvagg/prr/issues"
|
||||
},
|
||||
"_from": "prr@>=0.0.0 <0.1.0",
|
||||
"_npmVersion": "1.2.15",
|
||||
"_id": "prr@1.0.1",
|
||||
"_shasum": "d3fc114ba06995a45ec6893f484ceb1d78f5f476",
|
||||
"_from": "prr@>=1.0.1 <1.1.0",
|
||||
"_npmVersion": "1.4.14",
|
||||
"_npmUser": {
|
||||
"name": "rvagg",
|
||||
"email": "rod@vagg.org"
|
||||
|
@ -42,7 +45,10 @@
|
|||
"email": "rod@vagg.org"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "d3fc114ba06995a45ec6893f484ceb1d78f5f476",
|
||||
"tarball": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_shasum": "1a84b85908325501411853d0081ee3fa86e2926a",
|
||||
"_resolved": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz"
|
||||
"_resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz"
|
||||
}
|
||||
|
|
|
@ -9,49 +9,58 @@
|
|||
"errno",
|
||||
"libuv"
|
||||
],
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"main": "errno.js",
|
||||
"dependencies": {
|
||||
"prr": "~0.0.0"
|
||||
"prr": "~1.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"errno": "./cli.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tape": "~3.5.0"
|
||||
"tape": "~4.8.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rvagg/node-errno.git"
|
||||
"url": "git+https://github.com/rvagg/node-errno.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "tape test.js"
|
||||
},
|
||||
"gitHead": "1c2b1fcbf22ef2bafbf6cda378cfed400f5163fd",
|
||||
"gitHead": "3e9c83ee3bfa69561856f7fd3fcd38853de4e367",
|
||||
"bugs": {
|
||||
"url": "https://github.com/rvagg/node-errno/issues"
|
||||
},
|
||||
"homepage": "https://github.com/rvagg/node-errno",
|
||||
"_id": "errno@0.1.4",
|
||||
"_shasum": "b896e23a9e5e8ba33871fc996abd3635fc9a1c7d",
|
||||
"_from": "errno@>=0.1.1 <0.2.0",
|
||||
"_npmVersion": "2.13.3",
|
||||
"_nodeVersion": "3.0.0",
|
||||
"homepage": "https://github.com/rvagg/node-errno#readme",
|
||||
"_id": "errno@0.1.5",
|
||||
"_npmVersion": "5.5.1",
|
||||
"_nodeVersion": "9.2.0",
|
||||
"_npmUser": {
|
||||
"name": "rvagg",
|
||||
"email": "rod@vagg.org"
|
||||
"name": "ralphtheninja",
|
||||
"email": "ralphtheninja@riseup.net"
|
||||
},
|
||||
"dist": {
|
||||
"integrity": "sha512-tv2H+e3KBnMmNRuoVG24uorOj3XfYo+/nJJd07PUISRr0kaMKQKL5kyD+6ANXk1ZIIsvbORsjvHnCfC4KIc7uQ==",
|
||||
"shasum": "a563781a6052bc2c9ccd89e8cef0eb9506e0c321",
|
||||
"tarball": "https://registry.npmjs.org/errno/-/errno-0.1.5.tgz"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "rvagg",
|
||||
"email": "rod@vagg.org"
|
||||
"email": "ralphtheninja@riseup.net",
|
||||
"name": "ralphtheninja"
|
||||
},
|
||||
{
|
||||
"email": "r@va.gg",
|
||||
"name": "rvagg"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "b896e23a9e5e8ba33871fc996abd3635fc9a1c7d",
|
||||
"tarball": "https://registry.npmjs.org/errno/-/errno-0.1.4.tgz"
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/errno-0.1.5.tgz_1512918459081_0.24774957518093288"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/errno/-/errno-0.1.4.tgz"
|
||||
"_shasum": "a563781a6052bc2c9ccd89e8cef0eb9506e0c321",
|
||||
"_resolved": "https://registry.npmjs.org/errno/-/errno-0.1.5.tgz",
|
||||
"_from": "errno@>=0.1.1 <0.2.0"
|
||||
}
|
||||
|
|
|
@ -8,14 +8,14 @@ test('sanity checks', function (t) {
|
|||
t.ok(errno.errno, 'errno.errno not found')
|
||||
t.ok(errno.code, 'errno.code not found')
|
||||
|
||||
t.equal(errno.all.length, 59, 'found ' + errno.all.length + ', expected 59')
|
||||
t.equal(errno.errno['-1'], errno.all[0], 'errno -1 not first element')
|
||||
t.equal(errno.all.length, 60, 'found ' + errno.all.length + ', expected 60')
|
||||
t.equal(errno.errno['-1'], errno.all[1], 'errno -1 not second element')
|
||||
|
||||
t.equal(errno.code['UNKNOWN'], errno.all[0], 'code UNKNOWN not first element')
|
||||
t.equal(errno.code['UNKNOWN'], errno.all[1], 'code UNKNOWN not second element')
|
||||
|
||||
t.equal(errno.errno[1], errno.all[2], 'errno 1 not third element')
|
||||
t.equal(errno.errno[1], errno.all[3], 'errno 1 not fourth element')
|
||||
|
||||
t.equal(errno.code['EOF'], errno.all[2], 'code EOF not third element')
|
||||
t.equal(errno.code['EOF'], errno.all[3], 'code EOF not fourth element')
|
||||
t.end()
|
||||
})
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -248,7 +248,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/ternjs/tern#readme",
|
||||
"_id": "tern@0.16.1",
|
||||
"_shasum": "567108f7741af2cb890a7b0f261e5d38ea083950",
|
||||
"_shasum": "2522f8dc53a2dd3402b2aad0746c67868ddf9410",
|
||||
"_from": "git+https://github.com/cloud9ide/tern.git#39015d544d4c00c7899fea4c95c2e5bc2720e68e",
|
||||
"_resolved": "git+https://github.com/cloud9ide/tern.git#39015d544d4c00c7899fea4c95c2e5bc2720e68e"
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"readme": "# tern_from_ts\n\nTern signatures extracted from typescript signatures.\n\nLicense: MIT\n\nSee also https://github.com/marijnh/tern and https://github.com/borisyankov/DefinitelyTyped\n",
|
||||
"readmeFilename": "README.md",
|
||||
"_id": "tern_from_ts@0.0.1",
|
||||
"_shasum": "637d8ab58ab20ef225b1f8d6b9f713b7b91f0dc4",
|
||||
"_shasum": "aaa6d25dc8b597b9506fa743538969022f4ae8a8",
|
||||
"_from": "git+https://github.com/cloud9ide/tern_from_ts.git#66df507986bbdd63f3bc4f0c53edb39169ce4f1c",
|
||||
"_resolved": "git+https://github.com/cloud9ide/tern_from_ts.git#66df507986bbdd63f3bc4f0c53edb39169ce4f1c"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Cloud9",
|
||||
"description": "New Cloud9 Client",
|
||||
"version": "3.1.4050",
|
||||
"version": "3.1.4052",
|
||||
"author": "Ajax.org B.V. <info@ajax.org>",
|
||||
"private": true,
|
||||
"main": "bin/c9",
|
||||
|
@ -56,5 +56,5 @@
|
|||
"msgpack-js",
|
||||
"c9"
|
||||
],
|
||||
"revision": "611ce286a453e6cc9882f6bb728248d42007ae43"
|
||||
"revision": "64034389ec00cb4ab40736bf684f5ce3f49749db"
|
||||
}
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
1512878445
|
||||
1513051238
|
||||
|
|
Ładowanie…
Reference in New Issue