Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/ent/package.json

    rceaed42 r59329aa  
    11{
    2     "name" : "ent",
    3     "description" : "Encode and decode HTML entities",
    4     "version" : "2.2.0",
    5     "repository" : "https://github.com/substack/node-ent.git",
    6     "author" : "James Halliday <mail@substack.net> (http://substack.net)",
    7     "main" : "./index.js",
    8     "keywords" : [
    9         "entities",
    10         "entitify",
    11         "entity",
    12         "html",
    13         "encode",
    14         "decode"
    15     ],
    16     "license" : "MIT",
    17     "scripts" : {
    18         "test" : "tape test/*.js",
    19         "prepublish" : "node build/index.js"
    20     },
    21     "testling" : {
    22         "files" : "test/*.js",
    23         "browsers" : [
    24           "ie/6..latest",
    25           "ff/3.5", "ff/latest",
    26           "chrome/10", "chrome/latest",
    27           "safari/latest",
    28           "opera/latest"
    29         ]
    30     },
    31     "devDependencies" : {
    32         "tape" : "~2.3.2"
    33     }
     2  "_args": [
     3    [
     4      "ent@2.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ent@2.2.0",
     10  "_id": "ent@2.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=",
     13  "_location": "/ent",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ent@2.2.0",
     19    "name": "ent",
     20    "escapedName": "ent",
     21    "rawSpec": "2.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.2.0"
     24  },
     25  "_requiredBy": [
     26    "/dom-serialize"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz",
     29  "_spec": "2.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "James Halliday",
     33    "email": "mail@substack.net",
     34    "url": "http://substack.net"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/substack/node-ent/issues"
     38  },
     39  "description": "Encode and decode HTML entities",
     40  "devDependencies": {
     41    "tape": "~2.3.2"
     42  },
     43  "homepage": "https://github.com/substack/node-ent#readme",
     44  "keywords": [
     45    "entities",
     46    "entitify",
     47    "entity",
     48    "html",
     49    "encode",
     50    "decode"
     51  ],
     52  "license": "MIT",
     53  "main": "./index.js",
     54  "name": "ent",
     55  "repository": {
     56    "type": "git",
     57    "url": "git+https://github.com/substack/node-ent.git"
     58  },
     59  "scripts": {
     60    "prepublish": "node build/index.js",
     61    "test": "tape test/*.js"
     62  },
     63  "testling": {
     64    "files": "test/*.js",
     65    "browsers": [
     66      "ie/6..latest",
     67      "ff/3.5",
     68      "ff/latest",
     69      "chrome/10",
     70      "chrome/latest",
     71      "safari/latest",
     72      "opera/latest"
     73    ]
     74  },
     75  "version": "2.2.0"
    3476}
Note: See TracChangeset for help on using the changeset viewer.