OSDN Git Service

Merge pull request #41 from Bytom/dev
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / package.json
index edd4385..9b024ef 100644 (file)
@@ -1,29 +1,68 @@
 {
-  "name": "jquery",
-  "title": "jQuery",
-  "description": "JavaScript library for DOM operations",
-  "version": "3.3.1",
-  "main": "dist/jquery.js",
-  "homepage": "https://jquery.com",
+  "_from": "jquery@3.3.1",
+  "_id": "jquery@3.3.1",
+  "_inBundle": false,
+  "_integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==",
+  "_location": "/jquery",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "version",
+    "registry": true,
+    "raw": "jquery@3.3.1",
+    "name": "jquery",
+    "escapedName": "jquery",
+    "rawSpec": "3.3.1",
+    "saveSpec": null,
+    "fetchSpec": "3.3.1"
+  },
+  "_requiredBy": [
+    "/"
+  ],
+  "_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
+  "_shasum": "958ce29e81c9790f31be7792df5d4d95fc57fbca",
+  "_spec": "jquery@3.3.1",
+  "_where": "D:\\work\\code\\src\\github.com\\vapor\\tools\\side_chain_tool\\web",
   "author": {
     "name": "JS Foundation and other contributors",
     "url": "https://github.com/jquery/jquery/blob/3.3.1/AUTHORS.txt"
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/jquery/jquery.git"
-  },
-  "keywords": [
-    "jquery",
-    "javascript",
-    "browser",
-    "library"
-  ],
   "bugs": {
     "url": "https://github.com/jquery/jquery/issues"
   },
-  "license": "MIT",
+  "bundleDependencies": false,
+  "commitplease": {
+    "nohook": true,
+    "components": [
+      "Docs",
+      "Tests",
+      "Build",
+      "Support",
+      "Release",
+      "Core",
+      "Ajax",
+      "Attributes",
+      "Callbacks",
+      "CSS",
+      "Data",
+      "Deferred",
+      "Deprecated",
+      "Dimensions",
+      "Effects",
+      "Event",
+      "Manipulation",
+      "Offset",
+      "Queue",
+      "Selector",
+      "Serialize",
+      "Traversing",
+      "Wrap"
+    ],
+    "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
+    "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
+  },
   "dependencies": {},
+  "deprecated": false,
+  "description": "JavaScript library for DOM operations",
   "devDependencies": {
     "babel-core": "7.0.0-beta.0",
     "babel-plugin-transform-es2015-for-of": "7.0.0-beta.0",
     "testswarm": "1.1.0",
     "uglify-js": "3.3.4"
   },
+  "homepage": "https://jquery.com",
+  "keywords": [
+    "jquery",
+    "javascript",
+    "browser",
+    "library"
+  ],
+  "license": "MIT",
+  "main": "dist/jquery.js",
+  "name": "jquery",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/jquery/jquery.git"
+  },
   "scripts": {
     "build": "npm install && grunt",
-    "start": "grunt watch",
-    "test:browserless": "grunt && grunt test:slow",
-    "test:browser": "grunt && grunt karma:main",
-    "test": "grunt && grunt test:slow && grunt karma:main",
+    "commitmsg": "node node_modules/commitplease",
     "jenkins": "npm run test:browserless",
     "precommit": "grunt lint:newer qunit_fixture",
-    "commitmsg": "node node_modules/commitplease"
+    "start": "grunt watch",
+    "test": "grunt && grunt test:slow && grunt karma:main",
+    "test:browser": "grunt && grunt karma:main",
+    "test:browserless": "grunt && grunt test:slow"
   },
-  "commitplease": {
-    "nohook": true,
-    "components": [
-      "Docs",
-      "Tests",
-      "Build",
-      "Support",
-      "Release",
-      "Core",
-      "Ajax",
-      "Attributes",
-      "Callbacks",
-      "CSS",
-      "Data",
-      "Deferred",
-      "Deprecated",
-      "Dimensions",
-      "Effects",
-      "Event",
-      "Manipulation",
-      "Offset",
-      "Queue",
-      "Selector",
-      "Serialize",
-      "Traversing",
-      "Wrap"
-    ],
-    "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
-    "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
-  }
+  "title": "jQuery",
+  "version": "3.3.1"
 }