liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "put-selector",
  "author": "Kris Zyp",
  "version": "0.3.6",
  "description": "A high-performance, lightweight function for creating and manipulating DOM elements with succinct, elegant, familiar CSS selector-based syntax",
  "licenses": [
     {
         "type": "AFLv2.1",
         "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
     },
     {
         "type": "BSD",
         "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
     }
  ],
 "maintainers": [
      {
          "name": "Kris Zyp",
          "email": "kriszyp@gmail.com"
      }
  ],
  "directories": {
    "lib": "."
  },
  "main": "./put",
  "icon": "http://packages.dojofoundation.org/images/xstyle.jpg",
  "dojoBuild": "package.js"
}