Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/object.getownpropertydescriptors/package.json')
-rw-r--r--node_modules/object.getownpropertydescriptors/package.json58
1 files changed, 30 insertions, 28 deletions
diff --git a/node_modules/object.getownpropertydescriptors/package.json b/node_modules/object.getownpropertydescriptors/package.json
index fb1bdfa93..d79a01a95 100644
--- a/node_modules/object.getownpropertydescriptors/package.json
+++ b/node_modules/object.getownpropertydescriptors/package.json
@@ -1,8 +1,8 @@
{
"_from": "object.getownpropertydescriptors@^2.0.3",
- "_id": "object.getownpropertydescriptors@2.0.3",
+ "_id": "object.getownpropertydescriptors@2.1.0",
"_inBundle": false,
- "_integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=",
+ "_integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==",
"_location": "/object.getownpropertydescriptors",
"_phantomChildren": {},
"_requested": {
@@ -18,38 +18,42 @@
"_requiredBy": [
"/util-promisify"
],
- "_resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz",
- "_shasum": "8758c846f5b407adab0f236e0986f14b051caa16",
+ "_resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz",
+ "_shasum": "369bf1f9592d8ab89d712dced5cb81c7c5352649",
"_spec": "object.getownpropertydescriptors@^2.0.3",
"_where": "/Users/isaacs/dev/npm/cli/node_modules/util-promisify",
"author": {
- "name": "Jordan Harband"
+ "name": "Jordan Harband",
+ "email": "ljharb@gmail.com"
},
"bugs": {
- "url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
+ "url": "https://github.com/es-shims/object.getownpropertydescriptors/issues"
},
"bundleDependencies": false,
"dependencies": {
- "define-properties": "^1.1.2",
- "es-abstract": "^1.5.1"
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.17.0-next.1"
},
"deprecated": false,
"description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
"devDependencies": {
- "@es-shims/api": "^1.2.0",
- "@ljharb/eslint-config": "^6.0.0",
- "covert": "^1.1.0",
- "eslint": "^3.1.1",
- "jscs": "^3.0.7",
- "nsp": "^2.6.1",
- "replace": "^0.3.0",
- "semver": "^5.3.0",
- "tape": "^4.6.0"
+ "@es-shims/api": "^2.1.2",
+ "@ljharb/eslint-config": "^15.0.2",
+ "covert": "^1.1.1",
+ "eslint": "^6.7.2",
+ "functions-have-names": "^1.2.0",
+ "replace": "^1.1.1",
+ "safe-publish-latest": "^1.1.4",
+ "semver": "^6.3.0",
+ "tape": "^4.11.0"
},
"engines": {
"node": ">= 0.8"
},
- "homepage": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ },
+ "homepage": "https://github.com/es-shims/object.getownpropertydescriptors#readme",
"keywords": [
"Object.getOwnPropertyDescriptors",
"descriptor",
@@ -66,20 +70,18 @@
"name": "object.getownpropertydescriptors",
"repository": {
"type": "git",
- "url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
+ "url": "git://github.com/es-shims/object.getownpropertydescriptors.git"
},
"scripts": {
"coverage": "covert test/*.js",
"coverage:quiet": "covert test/*.js --quiet",
- "eslint": "eslint test/*.js *.js",
- "jscs": "jscs test/*.js *.js",
- "lint": "npm run --silent jscs && npm run --silent eslint",
- "posttest": "npm run --silent security",
- "pretest": "npm run --silent lint && es-shim-api",
- "security": "nsp check",
+ "lint": "eslint .",
+ "posttest": "npx aud",
+ "prepublish": "safe-publish-latest",
+ "pretest": "npm run --silent lint && es-shim-api --bound",
"test": "npm run --silent tests-only",
- "test:module": "node test/index.js",
- "test:shimmed": "node test/shimmed.js",
+ "test:module": "node test",
+ "test:shimmed": "node test/shimmed",
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module"
},
"testling": {
@@ -103,5 +105,5 @@
"android-browser/4.2"
]
},
- "version": "2.0.3"
+ "version": "2.1.0"
}